Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. UriParamsFlagsWwwForm :: UriParamsFlags

    gi-glib GI.GLib.Flags

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

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

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

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

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

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

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

  8. computeHmacForString :: (HasCallStack, MonadIO m) => ChecksumType -> ByteString -> Text -> Int64 -> m Text

    gi-glib GI.GLib.Functions

    Computes the HMAC for a string. The hexadecimal string returned will be in lower case. Since: 2.30

  9. datalistForeach :: (HasCallStack, MonadIO m) => Data -> DataForeachFunc -> m ()

    gi-glib GI.GLib.Functions

    Calls the given function for each data element of the datalist. The function is called with each data element's GQuark id and data, together with the given userData parameter. Note that this function is NOT thread-safe. So unless datalist can be protected from any modifications during invocation of this function, it should not be called. func can make changes to datalist, but the iteration will not reflect changes made during the datalistForeach call, other than skipping over elements that are removed.

  10. datasetForeach :: (HasCallStack, MonadIO m) => Ptr () -> DataForeachFunc -> m ()

    gi-glib GI.GLib.Functions

    Calls the given function for each data element which is associated with the given location. Note that this function is NOT thread-safe. So unless datasetLocation can be protected from any modifications during invocation of this function, it should not be called. func can make changes to the dataset, but the iteration will not reflect changes made during the datasetForeach call, other than skipping over elements that are removed.

Page 531 of many | Previous | Next