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.
getAllDataDirs :: String -> IO [FilePath]xdg-basedir System.Environment.XDG.BaseDir Get a list of all data directories.
getAllDataFiles :: String -> String -> IO [FilePath]xdg-basedir System.Environment.XDG.BaseDir Get a list of all paths for a specific data file.
withSmallInput :: FieldSettings site -> FieldSettings siteyesod-form Yesod.Form.Bootstrap3 Add the input-sm CSS class to a field. Since: yesod-form 1.3.8
htmlAllContain :: HasCallStack => Query -> String -> YesodExample site ()yesod-test Yesod.Test Queries the HTML using a CSS selector, and all matched elements must contain the given string.
Examples
{-# LANGUAGE OverloadedStrings #-} get HomeR htmlAllContain "p" "Hello" -- Every <p> tag contains the string "Hello"import qualified Data.Text as T get HomeR htmlAllContain (T.pack "h1#mainTitle") "Sign Up Now!" -- All <h1> tags with the ID mainTitle contain the string "Sign Up Now!"
evalL :: Zip s output -> Zip s outputyi-core Parser.Incremental No documentation available.
evalL' :: Zip s output -> Zip s outputyi-core Parser.Incremental No documentation available.
isCurrentLineAllWhiteSpaceB :: BufferM Boolyi-core Yi.Buffer.HighLevel Note: Returns False if line doesn't have any characters besides a newline
isCurrentLineAllWhiteSpaceB :: BufferM Boolyi-core Yi.Config.Simple Note: Returns False if line doesn't have any characters besides a newline
focusAllSyntax :: Editor -> Editoryi-core Yi.Core No documentation available.
getAllNamesInScope :: YiM [String]yi-core Yi.Eval Lists the action names in scope, for use by execEditorAction, and help index. The behaviour of this function can be customised by modifying the Evaluator variable.