Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

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

  1. utf8CompareShortByteString :: ShortByteString -> ShortByteString -> Ordering

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  2. utf8CountCharsShortByteString :: ShortByteString -> Int

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  3. utf8DecodeByteString :: ByteString -> [Char]

    ghc-boot GHC.Utils.Encoding.UTF8

    Decode a ByteString containing a UTF-8 string.

  4. utf8DecodeShortByteString :: ShortByteString -> [Char]

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  5. utf8EncodeByteString :: String -> ByteString

    ghc-boot GHC.Utils.Encoding.UTF8

    Encode a String into a ByteString.

  6. utf8EncodeShortByteString :: String -> ShortByteString

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  7. utf8UnconsByteString :: ByteString -> Maybe (Char, ByteString)

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  8. FileAttributeTypeByteString :: FileAttributeType

    gi-gio GI.Gio.Enums

    a zero terminated string of non-zero bytes.

  9. dbusEscapeObjectPathBytestring :: (HasCallStack, MonadIO m) => ByteString -> m Text

    gi-gio GI.Gio.Functions

    Escapes bytes for use in a D-Bus object path component. bytes is an array of zero or more nonzero bytes in an unspecified encoding, followed by a single zero byte. The escaping method consists of replacing all non-alphanumeric characters (see g_ascii_isalnum()) with their hexadecimal value preceded by an underscore (_). For example: foo.bar.baz will become foo_2ebar_2ebaz. This method is appropriate to use when the input is nearly a valid object path component but is not when your input is far from being a valid object path component. Other escaping algorithms are also valid to use with D-Bus object paths. This can be reversed with dbusUnescapeObjectPath. Since: 2.68

  10. fileSetAttributeByteString :: (HasCallStack, MonadIO m, IsFile a, IsCancellable b) => a -> Text -> Text -> [FileQueryInfoFlags] -> Maybe b -> m ()

    gi-gio GI.Gio.Interfaces.File

    Sets attribute of type FileAttributeTypeByteString to value. If attribute is of a different type, this operation will fail, returning False. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned.

Page 48 of many | Previous | Next