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. unsafeLazyByteStringValue :: ByteString -> AttributeValue

    blaze-markup Text.Blaze

    Create an attribute value from a lazy ByteString. See unsafeByteString for reasons why this might not be a good idea.

  2. getUtf8ByteString :: StaticString -> ByteString

    blaze-markup Text.Blaze.Internal

    UTF-8 encoded bytestring

  3. unsafeByteString :: ByteString -> Markup

    blaze-markup Text.Blaze.Internal

    Insert a ByteString. This is an unsafe operation:

    • The ByteString could have the wrong encoding.
    • The ByteString might contain illegal HTML characters (no escaping is done).

  4. unsafeByteStringComment :: ByteString -> Markup

    blaze-markup Text.Blaze.Internal

    Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.

  5. unsafeByteStringValue :: ByteString -> AttributeValue

    blaze-markup Text.Blaze.Internal

    Create an attribute value from a ByteString. See unsafeByteString for reasons why this might not be a good idea.

  6. unsafeLazyByteString :: ByteString -> Markup

    blaze-markup Text.Blaze.Internal

    Insert a lazy ByteString. See unsafeByteString for reasons why this is an unsafe operation.

  7. unsafeLazyByteStringComment :: ByteString -> Markup

    blaze-markup Text.Blaze.Internal

    Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.

  8. unsafeLazyByteStringValue :: ByteString -> AttributeValue

    blaze-markup Text.Blaze.Internal

    Create an attribute value from a lazy ByteString. See unsafeByteString for reasons why this might not be a good idea.

  9. renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()

    blaze-markup Text.Blaze.Renderer.Utf8

    Deprecated: Use renderMarkupToByteStringIO from Text.Blaze.Html.Renderer.Utf8 instead

  10. renderMarkupToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()

    blaze-markup Text.Blaze.Renderer.Utf8

    Repeatedly render HTML to a buffer and process this buffer using the given IO action.

Page 41 of many | Previous | Next