Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
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));
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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
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();
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/guzzlehttp/psr7/src/
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();
Dfunctions.php245 * @param int|null $maxLength Maximum buffer length
251 function readline(StreamInterface $stream, $maxLength = null) argument
253 return Utils::readLine($stream, $maxLength);
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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DDroppingStream.php18 private $maxLength; variable in GuzzleHttp\\Psr7\\DroppingStream
25 * @param int $maxLength Maximum size before dropping data.
27 public function __construct(StreamInterface $stream, int $maxLength) argument
30 $this->maxLength = $maxLength;
35 $diff = $this->maxLength - $this->stream->getSize();
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DNgramParser.php28 protected $maxLength = 3; variable in LanguageDetection\\NgramParser
46 if ($minLength <= 0 || $minLength >= $this->maxLength)
55 * @param int $maxLength
58 public function setMaxLength(int $maxLength) argument
60 if ($maxLength <= $this->minLength)
65 $this->maxLength = $maxLength;
118 for ($i = $this->minLength; $i <= $this->maxLength; ++$i)
/plugin/authfacebook/lib/FileUpload/
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);
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/
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/asciidocjs/node_modules/lodash/
D_baseIntersection.js27 maxLength = Infinity,
35 maxLength = nativeMin(array.length, maxLength);
46 while (++index < length && result.length < maxLength) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DSummary.php120 $maxLength = 0;
122 $maxLength = max($maxLength, $data['strlen']);
125 $width = min($width, ($maxLength + 21));
DVersionControl.php185 $maxLength = 0;
187 $maxLength = max($maxLength, strlen($author));
194 $maxLength = max($maxLength, (strlen($source) + 9));
199 $width = min($width, ($maxLength + 30));
DSource.php145 $maxLength = 0;
147 $maxLength = max($maxLength, $data['strlen']);
151 $width = min($width, ($maxLength + 11));
153 $width = min($width, ($maxLength + 41));
/plugin/asciidocjs/node_modules/core-js/modules/
Des7.string.pad-end.js11 padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
12 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
Des7.string.pad-start.js11 padStart: function padStart(maxLength /* , fillString = ' ' */) {
12 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
D_string-pad.js6 module.exports = function (that, maxLength, fillString, left) { argument
10 var intMaxLength = toLength(maxLength);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des7.string.pad-end.js11 padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
12 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
Des7.string.pad-start.js11 padStart: function padStart(maxLength /* , fillString = ' ' */) {
12 return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
D_string-pad.js6 module.exports = function (that, maxLength, fillString, left) { argument
10 var intMaxLength = toLength(maxLength);
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools.js207 FCKTools.ArgumentsToArray = function( args, startIndex, maxLength ) argument
210 maxLength = maxLength || args.length ;
214 for ( var i = startIndex ; i < startIndex + maxLength && i < args.length ; i++ )
/plugin/bibtex/OSBib/create/
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/
DDocCommentSniff.php265 $maxLength = 0;
269 if ($tagLength > $maxLength) {
270 $maxLength = $tagLength;
308 $required = ($maxLength - strlen($tokens[$tag]['content']) + 1);

1234