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. getAllDataDirs :: String -> IO [FilePath]

    xdg-basedir System.Environment.XDG.BaseDir

    Get a list of all data directories.

  2. getAllDataFiles :: String -> String -> IO [FilePath]

    xdg-basedir System.Environment.XDG.BaseDir

    Get a list of all paths for a specific data file.

  3. withSmallInput :: FieldSettings site -> FieldSettings site

    yesod-form Yesod.Form.Bootstrap3

    Add the input-sm CSS class to a field. Since: yesod-form 1.3.8

  4. 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!"
    

  5. evalL :: Zip s output -> Zip s output

    yi-core Parser.Incremental

    No documentation available.

  6. evalL' :: Zip s output -> Zip s output

    yi-core Parser.Incremental

    No documentation available.

  7. isCurrentLineAllWhiteSpaceB :: BufferM Bool

    yi-core Yi.Buffer.HighLevel

    Note: Returns False if line doesn't have any characters besides a newline

  8. isCurrentLineAllWhiteSpaceB :: BufferM Bool

    yi-core Yi.Config.Simple

    Note: Returns False if line doesn't have any characters besides a newline

  9. focusAllSyntax :: Editor -> Editor

    yi-core Yi.Core

    No documentation available.

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

Page 476 of many | Previous | Next