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.

  1. UnicodeTypeFormat :: UnicodeType

    gi-glib GI.GLib.Enums

    General category "Other, Format" (Cf)

  2. VariantParseErrorInvalidFormatString :: VariantParseError

    gi-glib GI.GLib.Enums

    not a valid GVariant format string

  3. AnotherFormatSizeFlags :: Int -> FormatSizeFlags

    gi-glib GI.GLib.Flags

    Catch-all for unknown values

  4. UriParamsFlagsWwwForm :: UriParamsFlags

    gi-glib GI.GLib.Flags

    Replace + with space character. Only useful for URLs on the web, using the https or http schemas.

  5. asciiFormatd :: (HasCallStack, MonadIO m) => Text -> Int32 -> Text -> Double -> m Text

    gi-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.

  6. 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

  7. 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

  8. computeChecksumForString :: (HasCallStack, MonadIO m) => ChecksumType -> Text -> Int64 -> m (Maybe Text)

    gi-glib GI.GLib.Functions

    Computes the checksum of a string. The hexadecimal string returned will be in lower case. Since: 2.16

  9. computeHmacForBytes :: (HasCallStack, MonadIO m) => ChecksumType -> Bytes -> Bytes -> m Text

    gi-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

  10. computeHmacForData :: (HasCallStack, MonadIO m) => ChecksumType -> ByteString -> ByteString -> m Text

    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

Page 530 of many | Previous | Next