Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
UnicodeTypeFormat :: UnicodeTypegi-glib GI.GLib.Enums General category "Other, Format" (Cf)
VariantParseErrorInvalidFormatString :: VariantParseErrorgi-glib GI.GLib.Enums not a valid GVariant format string
AnotherFormatSizeFlags :: Int -> FormatSizeFlagsgi-glib GI.GLib.Flags Catch-all for unknown values
UriParamsFlagsWwwForm :: UriParamsFlagsgi-glib GI.GLib.Flags Replace + with space character. Only useful for URLs on the web, using the https or http schemas.
asciiFormatd :: (HasCallStack, MonadIO m) => Text -> Int32 -> Text -> Double -> m Textgi-glib GI.GLib.Functions Converts a gdouble to a string, using the '.' as decimal point. To format the number you pass in a printf()-style format string. Allowed conversion specifiers are 'e', 'E', 'f', 'F', 'g' and 'G'. The format must just be a single format specifier starting with %, expecting a gdouble argument. The returned buffer is guaranteed to be nul-terminated. If you just want to want to serialize the value into a string, use asciiDtostr.
computeChecksumForBytes :: (HasCallStack, MonadIO m) => ChecksumType -> Bytes -> m (Maybe Text)gi-glib GI.GLib.Functions Computes the checksum for a binary data. This is a convenience wrapper for checksumNew, checksumGetString and checksumFree. The hexadecimal string returned will be in lower case. Since: 2.34
computeChecksumForData :: (HasCallStack, MonadIO m) => ChecksumType -> ByteString -> m (Maybe Text)gi-glib GI.GLib.Functions Computes the checksum for a binary data of length. This is a convenience wrapper for checksumNew, checksumGetString and checksumFree. The hexadecimal string returned will be in lower case. Since: 2.16
-
gi-glib GI.GLib.Functions Computes the checksum of a string. The hexadecimal string returned will be in lower case. Since: 2.16
computeHmacForBytes :: (HasCallStack, MonadIO m) => ChecksumType -> Bytes -> Bytes -> m Textgi-glib GI.GLib.Functions Computes the HMAC for a binary data. This is a convenience wrapper for hmacNew, hmacGetString and hmacUnref. The hexadecimal string returned will be in lower case. Since: 2.50
-
gi-glib GI.GLib.Functions Computes the HMAC for a binary data of length. This is a convenience wrapper for hmacNew, hmacGetString and hmacUnref. The hexadecimal string returned will be in lower case. Since: 2.30