Searched defs:minLength (Results 1 – 6 of 6) sorted by relevance
23 protected $minLength = 1; variable in LanguageDetection\\NgramParser 44 public function setMinLength(int $minLength) argument [all...]
82 public static function fromBinary($bytes, ?int $minLength = null) argument 104 public static function fromInteger(int $int, ?int $minLength = null) argument [all...]
37 public $minLength; variable in Google\\Service\\SQLAdmin\\PasswordValidationPolicy92 public function setMinLength($minLength)
34 private $minLength = 0; global() variable in League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor
452 public function increaseLength($minLength = 100) argument
787 public static function minLength($value, $min, $message = '') function in Webmozart\\Assert\\Assert