Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. OnpagehideA :: Attribute "onpagehide" 'False 'False

    type-of-html Html.Type

    No documentation available.

  2. OnpageshowA :: Attribute "onpageshow" 'False 'False

    type-of-html Html.Type

    No documentation available.

  3. CounterPage :: Counter

    typst Typst.Types

    No documentation available.

  4. defaultPageConfig :: FilePath -> PageConfig

    web-rep Web.Rep

    Default configuration is inline ecma and css, separate html header and body, minified code, with the suggested filename prefix.

  5. bootstrapPage :: Page

    web-rep Web.Rep.Bootstrap

    A page containing all the bootstrap needs for a web page.

  6. defaultPageConfig :: FilePath -> PageConfig

    web-rep Web.Rep.Page

    Default configuration is inline ecma and css, separate html header and body, minified code, with the suggested filename prefix.

  7. renderPage :: Page -> Markup

    web-rep Web.Rep.Render

    Render a Page with the default configuration into Html.

  8. renderPageAsByteString :: PageConfig -> Page -> Concerns ByteString

    web-rep Web.Rep.Render

    Render a Page as Text.

  9. renderPageHtmlToFile :: FilePath -> PageConfig -> Page -> IO ()

    web-rep Web.Rep.Render

    Render a page to just a Html file.

  10. renderPageHtmlWith :: PageConfig -> Page -> Markup

    web-rep Web.Rep.Render

    Render a Page into Html.

Page 353 of many | Previous | Next