Home
last modified time | relevance | path

Searched refs:minLength (Results 1 – 21 of 21) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php79 * @param int|null $minLength
82 public static function fromBinary($bytes, ?int $minLength = null) argument
90 if ($minLength && strlen($bitstring) < $minLength) {
91 $bitstring = str_pad($bitstring, $minLength, '0');
101 * @param int|null $minLength
104 public static function fromInteger(int $int, ?int $minLength = null) argument
116 if ($minLength && strlen($bitstring) < $minLength) {
117 $bitstring = str_pad($bitstring, $minLength, '
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php23 protected $minLength = 1; variable in LanguageDetection\\NgramParser
41 * @param int $minLength
44 public function setMinLength(int $minLength) argument
46 if ($minLength <= 0 || $minLength >= $this->maxLength)
48 throw new \LengthException('$minLength must be greater than zero and less than $this->maxLength.');
51 $this->minLength = $minLength;
60 if ($maxLength <= $this->minLength)
62 throw new \LengthException('$maxLength must be greater than $this->minLength
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DPasswordValidationPolicy.php37 public $minLength; variable in Google\\Service\\SQLAdmin\\PasswordValidationPolicy
92 public function setMinLength($minLength) argument
94 $this->minLength = $minLength;
101 return $this->minLength;
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php37 private int $minLength = 0;
44 private array $processors = []; // keyed by minLength in reverse order
64 return $this->minLength;
83 $this->minLength = \min($this->minLength, $len);
34 private $minLength = 0; global() variable in League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php421 // increaseLength parameter is $minLength, so cut to have only the required bytes in the buffer
449 * @param int $minLength
452 public function increaseLength($minLength = 100) argument
454 $length = \max($minLength, 100);
/plugin/bureaucracy-au/script/
H A Duser.js63 minLength: 0,
/plugin/bureaucracyau/script/
H A Duser.js63 minLength: 0,
/plugin/bureaucracy/script/
H A Duser.js63 minLength: 0,
/plugin/data-au/
H A Dscript.js107 minLength: 0,
/plugin/data/
H A Dscript.js107 minLength: 0,
119 // custom minLength
/plugin/conform/
H A Dhelper.php156 case 'minLength':
/plugin/structcombolookup/
H A Dscript.js43 minLength: 0,
/plugin/bez/scripts/
H A Dtask.js158 minLength: 0,
H A Dthread.js215 minLength: 0,
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php787 public static function minLength($value, $min, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md155 `minLength($value, $min, $message = '')` | Check that a string has at least a certain nu…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D6.6.js1minLength)&&e.value.length<t.minLength&&r.problems.push({location:{offset:e.offset,length:e.length…
H A D4.4.js.map1minLength) && node.value.length < schema.minLength) {\n validationResult.problems.push(…
H A Djson.worker.js.map1minLength) && node.value.length < schema.minLength) {\n validationResult.problems.push(…
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1minLength)&&e.value.length<t.minLength&&r.problems.push({location:{offset:e.offset,length:e.length…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js14145 minLength: BaseXform.toIntAttribute(model.minLength, 0, true),
14169 minLength: BaseXform.toIntValue(attributes.minLength, 0),