Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. htmlAnyContain :: HasCallStack => Query -> String -> YesodExample site ()

    yesod-test Yesod.Test

    Queries the HTML using a CSS selector, and passes if any matched element contains the given string.

    Examples

    {-# LANGUAGE OverloadedStrings #-}
    get HomeR
    htmlAnyContain "p" "Hello" -- At least one <p> tag contains the string "Hello"
    
    Since 0.3.5

  2. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Buffer.Misc

    Set the mode

  3. isAnySep :: Char -> Bool

    yi-core Yi.Buffer.Normal

    Separator characters (space, tab, unicode separators). Most of the units above attempt to identify "words" with various punctuation and symbols included or excluded. This set of units is a simple inverse: it is true for "whitespace" or "separators" and false for anything that is not (letters, numbers, symbols, punctuation, whatever).

  4. unitViWORDAnyBnd :: TextUnit

    yi-core Yi.Buffer.Normal

    No documentation available.

  5. unitViWordAnyBnd :: TextUnit

    yi-core Yi.Buffer.Normal

    No documentation available.

  6. isAnySep :: Char -> Bool

    yi-core Yi.Buffer.TextUnit

    Separator characters (space, tab, unicode separators). Most of the units above attempt to identify "words" with various punctuation and symbols included or excluded. This set of units is a simple inverse: it is true for "whitespace" or "separators" and false for anything that is not (letters, numbers, symbols, punctuation, whatever).

  7. unitViWORDAnyBnd :: TextUnit

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  8. unitViWordAnyBnd :: TextUnit

    yi-core Yi.Buffer.TextUnit

    No documentation available.

  9. isAnySep :: Char -> Bool

    yi-core Yi.Config.Simple

    Separator characters (space, tab, unicode separators). Most of the units above attempt to identify "words" with various punctuation and symbols included or excluded. This set of units is a simple inverse: it is true for "whitespace" or "separators" and false for anything that is not (letters, numbers, symbols, punctuation, whatever).

  10. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Config.Simple

    Set the mode

Page 137 of many | Previous | Next