Home
last modified time | relevance | path

Searched refs:maxLength (Results 1 – 25 of 63) sorted by relevance

123

/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php48 protected $maxLength; variable in Monolog\\Formatter\\GelfMessageFormatter
68 …mName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?int $maxLength = null) argument
80 $this->maxLength = is_null($maxLength) ? self::DEFAULT_MAX_LENGTH : $maxLength;
112 if ($len > $this->maxLength) {
113 $message->setShortMessage(Utils::substr($record['message'], 0, $this->maxLength));
131 if ($len > $this->maxLength) {
132 …ssage->setAdditional($this->extraPrefix . $key, Utils::substr((string) $val, 0, $this->maxLength));
142 if ($len > $this->maxLength) {
143 …age->setAdditional($this->contextPrefix . $key, Utils::substr((string) $val, 0, $this->maxLength));
H A DFlowdockFormatter.php97 $maxLength = 45;
100 if (mb_strlen($message, 'UTF-8') > $maxLength) {
101 $message = mb_substr($message, 0, $maxLength - 4, 'UTF-8') . ' ...';
104 if (strlen($message) > $maxLength) {
105 $message = substr($message, 0, $maxLength - 4) . ' ...';
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php17 private $maxLength; variable in GuzzleHttp\\Psr7\\DroppingStream
21 * @param int $maxLength Maximum size before dropping data.
23 public function __construct(StreamInterface $stream, $maxLength) argument
26 $this->maxLength = $maxLength;
31 $diff = $this->maxLength - $this->stream->getSize();
H A Dfunctions.php245 * @param int|null $maxLength Maximum buffer length
251 function readline(StreamInterface $stream, $maxLength = null) argument
253 return Utils::readLine($stream, $maxLength);
H A DUtils.php243 * @param int|null $maxLength Maximum buffer length
247 public static function readLine(StreamInterface $stream, $maxLength = null) argument
259 if ($byte === "\n" || ++$size === $maxLength - 1) {
/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/authfacebook/lib/FileUpload/
H A DFacebookFile.php43 private $maxLength; variable in Facebook\\FileUpload\\FacebookFile
59 * @param int $maxLength
64 public function __construct($filePath, $maxLength = -1, $offset = -1) argument
67 $this->maxLength = $maxLength;
115 return stream_get_contents($this->stream, $this->maxLength, $this->offset);
H A DFacebookTransferChunk.php91 $maxLength = $this->endOffset - $this->startOffset;
93 return new FacebookFile($this->file->getFilePath(), $maxLength, $this->startOffset);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableFieldSchema.php38 public $maxLength; variable in Google\\Service\\Bigquery\\TableFieldSchema
121 public function setMaxLength($maxLength) argument
123 $this->maxLength = $maxLength;
130 return $this->maxLength;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
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));
H A DSource.php145 $maxLength = 0;
147 $maxLength = max($maxLength, $data['strlen']);
151 $width = min($width, ($maxLength + 11));
153 $width = min($width, ($maxLength + 41));
/plugin/bibtex/OSBib/create/
H A DFORM.php302 function passwordInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) argument
308 <input type="password" name="$name" value="$value" size="$size" maxlength="$maxLength" />
313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) argument
319 <input type="text" name="$name" value="$value" size="$size" maxlength="$maxLength" />
/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/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js373 FCKTools.ArgumentsToArray = function( args, startIndex, maxLength ) argument
376 maxLength = maxLength || args.length ;
380 for ( var i = startIndex ; i < startIndex + maxLength && i < args.length ; i++ )
/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/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …"53%"],children:[{type:"html",html:d.Label_2,},{type:"text",id:"noteId",maxLength:"9",commit:funct…
/plugin/conform/
H A Dhelper.php155 case 'maxLength':
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1 …"53%"],children:[{type:"html",html:d.Label_2,},{type:"text",id:"noteId",maxLength:"9",commit:funct…
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.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 ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst18 * Removed the ``$maxLength`` parameter from

123