Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. newtype CharSetPredicate

    password Data.Password.Validate

    Predicate which defines the characters that can be used for a password.

  2. CharSetPredicate :: (Char -> Bool) -> CharSetPredicate

    password Data.Password.Validate

    No documentation available.

  3. InvalidCharSetPredicate :: CharacterCategory -> MinimumAmount -> InvalidPolicyReason

    password Data.Password.Validate

    charSetPredicate does not return True for a CharacterCategory that requires at least MinimumAmount characters in the password

  4. charSetPredicate :: PasswordPolicy -> CharSetPredicate

    password Data.Password.Validate

    Which characters are acceptable for use in passwords (cf. defaultCharSetPredicate)

  5. defaultCharSet :: String

    password Data.Password.Validate

    Default character set Should be all non-control characters in the ASCII character set.

  6. defaultCharSetPredicate :: CharSetPredicate

    password Data.Password.Validate

    The default character set consists of uppercase and lowercase letters, numbers, and special characters from the ASCII character set. (i.e. everything from the ASCII set except the control characters)

  7. getCharSetPredicate :: CharSetPredicate -> Char -> Bool

    password Data.Password.Validate

    No documentation available.

  8. validateCharSetPredicate :: PasswordPolicy -> [InvalidPolicyReason]

    password Data.Password.Validate

    Validate CharSetPredicate to return True on at least one of the characters that is required. For instance, if PasswordPolicy states that the password requires at least one uppercase letter, then CharSetPredicate should return True on at least one uppercase letter.

  9. addToSet :: forall record typ . (PersistField typ, PersistEntityBackend record ~ MongoContext) => EntityField record [typ] -> typ -> Update record

    persistent-mongoDB Database.Persist.MongoDB

    No documentation available.

  10. mgReplicaSetConfig :: MongoConf -> Maybe ReplicaSetConfig

    persistent-mongoDB Database.Persist.MongoDB

    YAML fields for this are rsName and rsSecondaries mgHost is assumed to be the primary

Page 201 of many | Previous | Next