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.
-
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).
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
setTitle :: Inlines -> Pandoc -> Pandocpandoc-types Text.Pandoc.Builder No documentation available.
setTitle :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()ghcjs-dom GHCJS.DOM.Document 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
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
setTitle :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()jsaddle-dom JSDOM.Generated.Document setTitle :: (MonadDOM m, IsHTMLElement self, ToJSString val) => self -> val -> m ()jsaddle-dom JSDOM.Generated.HTMLElement setTitle :: (MonadDOM m, ToJSString val) => SVGStyleElement -> val -> m ()jsaddle-dom JSDOM.Generated.SVGStyleElement setTitleCode :: String -> Stringansi-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