Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. fromForest :: [Content] -> Maybe Cursor

    xml Text.XML.Light.Cursor

    The location of the first tree in a forest.

  2. toForest :: Cursor -> [Content]

    xml Text.XML.Light.Cursor

    Computes the forest containing this location.

  3. data PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    PemX509ReqFormat represents format of PKCS#10 certificate request.

  4. ReqNewFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The new format, whose header is "NEW CERTIFICATE REQUEST".

  5. ReqOldFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The old format, whose header is "CERTIFICATE REQUEST".

  6. getNotBefore :: X509 -> IO UTCTime

    HsOpenSSL OpenSSL.X509

    getNotBefore cert returns the time when the certificate begins to be valid.

  7. setNotBefore :: X509 -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509

    setNotBefore cert utc updates the time when the certificate begins to be valid.

  8. onbeforeonload_ :: Text -> Attribute

    lucid Lucid.Html5

    The onbeforeonload attribute.

  9. onbeforeprint_ :: Text -> Attribute

    lucid Lucid.Html5

    The onbeforeprint attribute.

  10. onformchange_ :: Text -> Attribute

    lucid Lucid.Html5

    The onformchange attribute.

Page 543 of many | Previous | Next