Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. setTitle :: String -> IO ()

    ansi-terminal System.Console.ANSI

    Set the terminal window title and icon name (that is, the text for the window in the Start bar, or similar).

  2. setTitle :: MonadWidget m => Html -> m ()

    yesod-core Yesod.Core.Widget

    Set the page title. Calling setTitle or setTitleI multiple times overrides previously set values. SEO Notes:

    • Title tags are the second most important on-page factor for SEO, after content
    • Every page should have a unique title tag
    • Start your title tag with your main targeted keyword
    • Don't stuff your keywords
    • Google typically shows 55-64 characters, so aim to keep your title length under 60 characters

  3. setTitle :: Inlines -> Pandoc -> Pandoc

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  4. setTitle :: MonadWidget m => Html -> m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Set the page title. Calling setTitle or setTitleI multiple times overrides previously set values. SEO Notes:

    • Title tags are the second most important on-page factor for SEO, after content
    • Every page should have a unique title tag
    • Start your title tag with your main targeted keyword
    • Don't stuff your keywords
    • Google typically shows 55-64 characters, so aim to keep your title length under 60 characters

  5. setTitle :: MonadWidget m => Html -> m ()

    hledger-web Hledger.Web.Import

    Set the page title. Calling setTitle or setTitleI multiple times overrides previously set values. SEO Notes:

    • Title tags are the second most important on-page factor for SEO, after content
    • Every page should have a unique title tag
    • Start your title tag with your main targeted keyword
    • Don't stuff your keywords
    • Google typically shows 55-64 characters, so aim to keep your title length under 60 characters

  6. setTitleCode :: String -> String

    ansi-terminal System.Console.ANSI

    Code to set the terminal window title and the icon name (that is, the text for the window in the Start bar, or similar).

  7. setTitleCode :: String -> String

    ansi-terminal System.Console.ANSI.Codes

    Code to set the terminal window title and the icon name (that is, the text for the window in the Start bar, or similar).

  8. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    yesod-core Yesod.Core.Widget

    Set the localised page title. n.b. See comments for setTitle

  9. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Set the localised page title. n.b. See comments for setTitle

  10. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    hledger-web Hledger.Web.Import

    Set the localised page title. n.b. See comments for setTitle

Page 1 of many | Next