/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 52 * @param int $maxLen Maximum number of bytes to read. Pass -1 56 public static function copyToString(StreamInterface $stream, $maxLen = -1) argument 60 if ($maxLen === -1) { 72 while (!$stream->eof() && $len < $maxLen) { 73 $buf = $stream->read($maxLen - $len); 90 * @param int $maxLen Maximum number of bytes to read. Pass -1 96 $maxLen = -1 argument 98 if ($maxLen === -1) { 109 $buf = $source->read($maxLen - $bytes); 115 if ($bytes == $maxLen) { [all...] |
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/ |
H A D | AlignFormatter.php | 22 protected $maxLen = 0; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Formatter\\AlignFormatter 32 $this->maxLen = max($this->maxLen, strlen($tag->getName())); 45 …return '@' . $tag->getName() . str_repeat(' ', $this->maxLen - strlen($tag->getName()) + 1) . (str…
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | functions.php | 188 * @param int $maxLen Maximum number of bytes to read. Pass -1 197 function copy_to_string(StreamInterface $stream, $maxLen = -1) argument 199 return Utils::copyToString($stream, $maxLen); 208 * @param int $maxLen Maximum number of bytes to read. Pass -1 215 function copy_to_stream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) argument 217 return Utils::copyToStream($source, $dest, $maxLen);
|
H A D | Utils.php | 42 * @param int $maxLen Maximum number of bytes to read. Pass -1 47 … public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) argument 51 if ($maxLen === -1) { 58 $remaining = $maxLen; 76 * @param int $maxLen Maximum number of bytes to read. Pass -1 83 public static function copyToString(StreamInterface $stream, $maxLen = -1) argument 87 if ($maxLen === -1) { 100 while (!$stream->eof() && $len < $maxLen) { 101 $buf = $stream->read($maxLen - $len);
|
/plugin/passwordgenerator/ |
H A D | script.js | 26 maxLen = 2048, 36 plen = (plen < 0?defLen:(plen <= maxLen? (plen < minLen?defLen:plen): maxLen));
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | BerEncoder.php | 131 protected $maxLen; 153 if ($this->maxLen === 0) { 155 } elseif ($this->maxLen === 1) { 171 $newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL); 306 $this->maxLen = strlen($this->binary); 313 $this->maxLen = 0; 362 if (($this->maxLen - $this->pos) < $length) { 366 ($this->maxLen - $this->pos) 523 if ($lengthOfLength > ($this->maxLen - $this->pos)) { 549 for ($this->pos; $this->pos < $this->maxLen; 92 protected $maxLen; global() variable in FreeDSx\\Asn1\\Encoder\\BerEncoder [all...] |
/plugin/imapmarkers/syntax/ |
H A D | imapmarkers_simple_html_dom.php | 54 $maxLen = -1, argument 61 if ($maxLen <= 0) { 62 $maxLen = MAX_FILE_SIZE; 84 $maxLen 88 if (empty($contents) || strlen($contents) > $maxLen) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | CHANGELOG.md | 197 - `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory.
|
H A D | README.md | 424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = … 432 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
|
/plugin/sqlraw/ |
H A D | simple_html_dom.php | 70 function file_get_html($url, $use_include_path = false, $context=null, $offset = -1, $maxLen=-1, $l… argument
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js | 1 …on e(t,n,i,r,s=Ke){if(i.length>s.maxLen){let o=t-s.maxLen/2;return o<0?(r+=t,o=0):r+=o,e(t,n,i=i.s…
|
H A D | editor.worker.js.map | 1 …maxLen: 1000,\n windowSize: 15,\n timeBudget: 150\n};\nexport function getWordAtText(column,…
|
H A D | json.worker.js.map | 1 …maxLen: 1000,\n windowSize: 15,\n timeBudget: 150\n};\nexport function getWordAtText(column,…
|
H A D | bundle.js.map | 1 …maxLen: 1000,\n windowSize: 15,\n timeBudget: 150\n};\nexport function getWordAtText(column,…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | editor.worker.js | 1 …on e(t,n,i,r,s=Ke){if(i.length>s.maxLen){let o=t-s.maxLen/2;return o<0?(r+=t,o=0):r+=o,e(t,n,i=i.s…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 17498 var maxLen = table[1]; 17503 while (codeSize < maxLen) { 17512 var code = codes[codeBuf & (1 << maxLen) - 1]; 17527 var maxLen = 0; 17531 if (lengths[i] > maxLen) { 17532 maxLen = lengths[i]; 17536 var size = 1 << maxLen; 17539 for (var len = 1, code = 0, skip = 2; len <= maxLen; ++len, code <<= 1, skip <<= 1) { 17559 return [codes, maxLen]; 29089 _this4.data.maxLen = maximumLength; [all …]
|
H A D | pdf.js | 19893 if (this.data.maxLen !== null) { 19894 element.maxLength = this.data.maxLen; 19899 var combWidth = fieldWidth / this.data.maxLen;
|
H A D | pdf.worker.js.map | 1 …maxLen","codeLen","codeVal","lengths","code2","t","hdr","blockLen","litCodeTable","distCodeTable",…
|
H A D | pdf.js.map | 1 …maxLen !== null) {\n element.maxLength = this.data.maxLen;\n }\n\n if (this.data.…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 447 `maxLen` parameter. This update makes the Guzzle streams project
|