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.
-
yesod-auth Yesod.Auth No documentation available.
-
yesod-auth Yesod.Auth.Email Set loginLinkKey to the current time. setLoginLinkKey :: (MonadHandler m) => AuthId site -> m ()
setPassword :: YesodAuthEmail site => AuthId site -> SaltedPass -> AuthHandler site ()yesod-auth Yesod.Auth.Email Set the salted password for the given account.
setPasswordHandler :: YesodAuthEmail site => Bool -> AuthHandler site TypedContentyesod-auth Yesod.Auth.Email Handler called to render the "set password" page. The default works fine, but you may want to override it in order to have a different DOM. Default: defaultSetPasswordHandler. @since: 1.2.6
setVerifyKey :: YesodAuthEmail site => AuthEmailId site -> VerKey -> AuthHandler site ()yesod-auth Yesod.Auth.Email Set the verification key for the given email ID.
-
yesod-auth Yesod.Auth.Email No documentation available.
setArchiveComment :: Text -> ZipArchive ()zip Codec.Archive.Zip Set the comment of the entire archive.
setEntryComment :: Text -> EntrySelector -> ZipArchive ()zip Codec.Archive.Zip Set an entry comment, if that entry does not exist, nothing will happen. Note that if binary representation of the comment is longer than 65535 bytes, it will be truncated on writing.
setExternalFileAttrs :: Word32 -> EntrySelector -> ZipArchive ()zip Codec.Archive.Zip Set external file attributes. This function can be used to set file permissions. See also: Codec.Archive.Zip.Unix.
setModTime :: UTCTime -> EntrySelector -> ZipArchive ()zip Codec.Archive.Zip Set the last modification date/time. The specified entry may be missing, in that case the action has no effect.