Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
MarkupCollectTypeInvalid :: MarkupCollectTypegi-glib GI.GLib.Flags used to terminate the list of attributes to collect
OptionFlagsHidden :: OptionFlagsgi-glib GI.GLib.Flags The option doesn't appear in --help output.
-
gi-glib GI.GLib.Flags Flags describing what parts of the URI to hide in uriToStringPartial. Note that UriHideFlagsPassword and UriHideFlagsAuthParams will only work if the Uri was parsed with the corresponding flags. Since: 2.66
UriHideFlagsAuthParams :: UriHideFlagsgi-glib GI.GLib.Flags Hide the auth_params.
UriHideFlagsFragment :: UriHideFlagsgi-glib GI.GLib.Flags Hide the fragment.
UriHideFlagsNone :: UriHideFlagsgi-glib GI.GLib.Flags No flags set.
UriHideFlagsPassword :: UriHideFlagsgi-glib GI.GLib.Flags Hide the password.
UriHideFlagsQuery :: UriHideFlagsgi-glib GI.GLib.Flags Hide the query.
UriHideFlagsUserinfo :: UriHideFlagsgi-glib GI.GLib.Flags Hide the userinfo.
asciiDigitValue :: (HasCallStack, MonadIO m) => Int8 -> m Int32gi-glib GI.GLib.Functions Determines the numeric value of a character as a decimal digit. If the character is not a decimal digit according to GLib.ascii_isdigit, -1 is returned. Differs from unicharDigitValue because it takes a char, so there's no worry about sign extension if characters are signed.