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.
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.5setAnyMode :: AnyMode -> BufferM ()yi-core Yi.Buffer.Misc Set the mode
-
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).
-
yi-core Yi.Buffer.Normal No documentation available.
-
yi-core Yi.Buffer.Normal No documentation available.
-
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).
-
yi-core Yi.Buffer.TextUnit No documentation available.
-
yi-core Yi.Buffer.TextUnit No documentation available.
-
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).
setAnyMode :: AnyMode -> BufferM ()yi-core Yi.Config.Simple Set the mode