Hoogle Search

Within LTS Haskell 24.11 (ghc-9.10.2)

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

  1. vendorSpecific :: Capabilities -> Maybe VendorSpecific

    webdriver-precore WebDriverPreCore

    No documentation available.

  2. vendorSpecific :: Capabilities -> Maybe VendorSpecific

    webdriver-precore WebDriverPreCore

    No documentation available.

  3. tokenDoctypeInit :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Adds a new DOCTYPE token to the lexer.

  4. tokenDoctypeNameAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the current DOCTYPE token.

  5. tokenDoctypePublicIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the DOCTYPE public ID.

  6. tokenDoctypePublicIdInit :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Initializes the DOCTYPE public ID.

  7. tokenDoctypeSetForceQuirks :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Sets the force quirks flag for the current DOCTYPE.

  8. tokenDoctypeSystemIdAppend :: Word8 -> STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Appends a character to the DOCTYPE system ID.

  9. tokenDoctypeSystemIdInit :: STRef s (TokenBuffer s) -> ST s ()

    zenacy-html Zenacy.HTML.Internal.Token

    Initializes the DOCTYPE system ID.

  10. tokenDoctypeType :: Int

    zenacy-html Zenacy.HTML.Internal.Token

    Defines the type for a DOCTYPE token.

Page 42 of many | Previous | Next