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.
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
-
gi-glib GI.GLib.Functions Computes the HMAC for a string. The hexadecimal string returned will be in lower case. Since: 2.30
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.
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.