Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. formatHeader :: Header -> String

    hspec-wai Test.Hspec.Wai.Matcher

    No documentation available.

  2. forefront :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  3. formatExtsDiff :: FlavoredFormat -> ExtensionsDiff

    pandoc Text.Pandoc.Format

    No documentation available.

  4. formatFromFilePaths :: [FilePath] -> Maybe FlavoredFormat

    pandoc Text.Pandoc.Format

    Determines default format based on file extensions; uses the format of the first extension that's associated with a format. Examples:

    formatFromFilePaths ["text.unknown", "no-extension"]
    
    Nothing
    formatFromFilePaths ["my.md", "other.rst"]
    
    Just "markdown"

  5. formatName :: FlavoredFormat -> Text

    pandoc Text.Pandoc.Format

    No documentation available.

  6. formatANSI :: FormatOptions -> Style -> [SourceLine] -> Text

    pandoc Text.Pandoc.Highlighting

    No documentation available.

  7. formatConTeXtBlock :: FormatOptions -> [SourceLine] -> Text

    pandoc Text.Pandoc.Highlighting

    Format tokens as a ConTeXt highlighting typing environment. The highlighting environemnt is defined by the macros produced by styleToConTeXt; it is a typing environment with default escaping enabled, i.e., / is the escape character.

  8. formatConTeXtInline :: FormatOptions -> [SourceLine] -> Text

    pandoc Text.Pandoc.Highlighting

    Formats tokens as ConTeXt using custom commands inside a type{}. A KeywordTok is rendered using \KeywordTok{..}, and so on.

  9. formatHtml4Block :: FormatOptions -> [SourceLine] -> Html

    pandoc Text.Pandoc.Highlighting

    Like formatHtmlBlock but uses only attributes valid in HTML 4 (so, aria-hidden is not used in empty line number spans).

  10. formatHtmlBlock :: FormatOptions -> [SourceLine] -> Html

    pandoc Text.Pandoc.Highlighting

    Format tokens as an HTML pre block. Each line is wrapped in an a element with the class ‘source-line’. If line numbering is selected, the surrounding pre is given the class ‘numberSource’, and the resulting html will display line numbers thanks to the included CSS. See the documentation for formatHtmlInline for information about how tokens are encoded.

Page 55 of many | Previous | Next