/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
H A D | BitStringType.php | 79 * @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 D | NgramParser.php | 23 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 D | PasswordValidationPolicy.php | 37 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 D | StaggeredDelimiterProcessor.php | 37 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 D | StreamReader.php | 421 // 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 D | user.js | 63 minLength: 0,
|
/plugin/bureaucracyau/script/ |
H A D | user.js | 63 minLength: 0,
|
/plugin/bureaucracy/script/ |
H A D | user.js | 63 minLength: 0, 70 // custom minLength
|
/plugin/data-au/ |
H A D | script.js | 107 minLength: 0,
|
/plugin/data/ |
H A D | script.js | 107 minLength: 0, 119 // custom minLength
|
/plugin/conform/ |
H A D | helper.php | 156 case 'minLength':
|
/plugin/structcombolookup/ |
H A D | script.js | 43 minLength: 0,
|
/plugin/bez/scripts/ |
H A D | task.js | 158 minLength: 0,
|
H A D | thread.js | 215 minLength: 0,
|
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
H A D | Assert.php | 787 public static function minLength($value, $min, $message = '') function in Webmozart\\Assert\\Assert
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | README.md | 155 `minLength($value, $min, $message = '')` | Check that a string has at least a certain nu…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 6.6.js | 1 …minLength)&&e.value.length<t.minLength&&r.problems.push({location:{offset:e.offset,length:e.length…
|
H A D | 4.4.js.map | 1 …minLength) && node.value.length < schema.minLength) {\n validationResult.problems.push(…
|
H A D | json.worker.js.map | 1 …minLength) && node.value.length < schema.minLength) {\n validationResult.problems.push(…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | 6.6.js | 1 …minLength)&&e.value.length<t.minLength&&r.problems.push({location:{offset:e.offset,length:e.length…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 14145 minLength: BaseXform.toIntAttribute(model.minLength, 0, true), 14169 minLength: BaseXform.toIntValue(attributes.minLength, 0),
|