Hoogle Search

Within LTS Haskell 23.27 (ghc-9.8.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 :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.title documentation

  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. 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

  7. setTitle :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    jsaddle-dom JSDOM.Generated.Document

    Mozilla Document.title documentation

  8. setTitle :: (MonadDOM m, IsHTMLElement self, ToJSString val) => self -> val -> m ()

    jsaddle-dom JSDOM.Generated.HTMLElement

    Mozilla HTMLElement.title documentation

  9. setTitle :: (MonadDOM m, ToJSString val) => SVGStyleElement -> val -> m ()

    jsaddle-dom JSDOM.Generated.SVGStyleElement

    Mozilla SVGStyleElement.title documentation

  10. 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).

Page 1 of many | Next