/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | DroppingStream.php | 12 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 D | Utils.php | 157 * @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 D | GelfMessageFormatter.php | 48 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 D | FlowdockFormatter.php | 97 $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 D | DroppingStream.php | 17 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 D | functions.php | 245 * @param int|null $maxLength Maximum buffer length 251 function readline(StreamInterface $stream, $maxLength = null) argument 253 return Utils::readLine($stream, $maxLength);
|
H A D | Utils.php | 243 * @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 D | NgramParser.php | 28 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 D | FacebookFile.php | 43 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 D | FacebookTransferChunk.php | 91 $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 D | TableFieldSchema.php | 38 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 D | Summary.php | 120 $maxLength = 0; 122 $maxLength = max($maxLength, $data['strlen']); 125 $width = min($width, ($maxLength + 21));
|
H A D | VersionControl.php | 185 $maxLength = 0; 187 $maxLength = max($maxLength, strlen($author)); 194 $maxLength = max($maxLength, (strlen($source) + 9)); 199 $width = min($width, ($maxLength + 30));
|
H A D | Source.php | 145 $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 D | FORM.php | 302 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 D | DocCommentSniff.php | 265 $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 D | fcktools.js | 373 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 D | ArrayDeclarationSniff.php | 350 $maxLength = 0; 493 if ($maxLength < $indexLength) { 494 $maxLength = $indexLength; 665 $arrowStart = ($indicesStart + $maxLength + 1);
|
/plugin/ckgdoku/ckeditor/plugins/footnote/ |
H A D | plugin.js | 1 …"53%"],children:[{type:"html",html:d.Label_2,},{type:"text",id:"noteId",maxLength:"9",commit:funct…
|
/plugin/conform/ |
H A D | helper.php | 155 case 'maxLength':
|
/plugin/ckgedit/ckeditor/plugins/footnote/ |
H A D | plugin.js | 1 …"53%"],children:[{type:"html",html:d.Label_2,},{type:"text",id:"noteId",maxLength:"9",commit:funct…
|
/plugin/jcapture/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pusher/
com/ ... |
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | CHANGELOG.rst | 18 * Removed the ``$maxLength`` parameter from
|