Home
last modified time | relevance | path

Searched refs:maxLength (Results 26 – 50 of 63) sorted by path

123

/plugin/conform/
H A Dhelper.php155 case 'maxLength':
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js226 EditorUi.sendReport = function(data, maxLength) argument
236 maxLength = (maxLength != null) ? maxLength : 50000;
238 if (data.length > maxLength)
240 data = data.substring(0, maxLength) + '\n...[SHORTENED]'
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1maxLength)&&e.value.length>t.maxLength&&r.problems.push({location:{offset:e.offset,length:e.length…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1maxLength) && node.value.length > schema.maxLength) {\n validationResult.problems.push(…
H A D6.6.js1maxLength)&&e.value.length>t.maxLength&&r.problems.push({location:{offset:e.offset,length:e.length…
H A Dbundle.js.map1 …s, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into a…
H A Djson.worker.js.map1maxLength) && node.value.length > schema.maxLength) {\n validationResult.problems.push(…
/plugin/edittable/lib/
H A Dhandsontable.full.js22812 padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
22813 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
22829 padStart: function padStart(maxLength /* , fillString = ' ' */) {
22830 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
31342 module.exports = function (that, maxLength, fillString, left) {
31346 var intMaxLength = toLength(maxLength);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst18 * Removed the ``$maxLength`` parameter from
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php12 private $maxLength; variable in GuzzleHttp\\Stream\\DroppingStream
16 * @param int $maxLength Maximum size before dropping data.
18 public function __construct(StreamInterface $stream, $maxLength) argument
21 $this->maxLength = $maxLength;
26 $diff = $this->maxLength - $this->stream->getSize();
H A DUtils.php157 * @param int $maxLength Maximum buffer length
162 public static function readline(StreamInterface $stream, $maxLength = null, $eol = PHP_EOL) argument
174 if (++$size == $maxLength || substr($buffer, $negEolLen) === $eol) {
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php28 protected $maxLength = 3; variable in LanguageDetection\\NgramParser
46 if ($minLength <= 0 || $minLength >= $this->maxLength)
48 throw new \LengthException('$minLength must be greater than zero and less than $this->maxLength.');
55 * @param int $maxLength
58 public function setMaxLength(int $maxLength) argument
60 if ($maxLength <= $this->minLength)
62 throw new \LengthException('$maxLength must be greater than $this->minLength.');
65 $this->maxLength = $maxLength;
118 for ($i = $this->minLength; $i <= $this->maxLength;
[all...]
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md156 `maxLength($value, $max, $message = '')` | Check that a string has at most a certain num…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php798 public static function maxLength($value, $max, $message = '') function in Webmozart\\Assert\\Assert
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php640 $maxLength = strlen($numFiles);
692 $padding = ($maxLength - strlen($numProcessed));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php145 $maxLength = 0;
147 $maxLength = max($maxLength, $data['strlen']);
151 $width = min($width, ($maxLength + 11));
153 $width = min($width, ($maxLength + 41));
H A DSummary.php120 $maxLength = 0;
122 $maxLength = max($maxLength, $data['strlen']);
125 $width = min($width, ($maxLength + 21));
H A DVersionControl.php185 $maxLength = 0;
187 $maxLength = max($maxLength, strlen($author));
194 $maxLength = max($maxLength, (strlen($source) + 9));
199 $width = min($width, ($maxLength + 30));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php265 $maxLength = 0;
269 if ($tagLength > $maxLength) {
270 $maxLength = $tagLength;
308 $required = ($maxLength - strlen($tokens[$tag]['content']) + 1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php350 $maxLength = 0;
493 if ($maxLength < $indexLength) {
494 $maxLength = $indexLength;
665 $arrowStart = ($indicesStart + $maxLength + 1);
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123