Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36688 if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf);
37318 return [buf.readUInt32BE(0), buf.readUInt32BE(4), buf.readUInt32BE(8), buf.readUInt32BE(12)];
38977 buf = buf.slice(0, actual);
39138 buf = Buffer.from(buf);
43720 buf = Buffer.concat([zeros, buf]);
62831 return buf2binstring(buf, buf.length);
81451 if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);
81570 var r = buf && buf.length ? this.write(buf) : '';
81607 var r = buf && buf.length ? this.write(buf) : '';
81634 var r = buf && buf.length ? this.write(buf) : '';
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2838 return buf;
2851 if (max > buf.length) { max = buf.length; }
5452 if (buf.length === size) { return buf; }
5453 if (buf.subarray) { return buf.subarray(0, size); }
5455 return buf;
5605 return buf;
5627 return buf2binstring(buf, buf.length);
5637 return buf;
5694 if (max > buf.length) { max = buf.length; }
6029 function zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } } argument
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1010 …Buffer_from = nbfs ? function(buf, enc) { return (enc) ? new Buffer(buf, enc) : new Buffer(buf); }…
1052 if(!ofmt || ofmt === 'buf') return out;
1125 if(!ofmt || ofmt === 'buf') return out;
1186 if(!ofmt || ofmt === 'buf') return data;
1216 if(!ofmt || ofmt === 'buf') return mdb.slice(0,j);
1378 if(!ofmt || ofmt === 'buf') return out;
H A Dxlsx.mjs196 return buf;
232 …return [].concat.apply([], bufs.map(function(buf) { return Array.isArray(buf) ? buf : [].slice.cal… argument
1816 buf[buf.length] = j;
1841 buf[buf.length] = j;
2341 buf[h] |= v;
2348 buf[h+1] = v;
23474 offset = buf[ptr[0]] | buf[ptr[0] + 1] << 8;
23477 …offset = (buf[ptr[0]] | buf[ptr[0] + 1] << 8 | buf[ptr[0] + 2] << 16 | buf[ptr[0] + 3] << 24) >>> …
23524 buf = new Uint8Array(buf);
23529 var len = buf[l] | buf[l + 1] << 8 | buf[l + 2] << 16;
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php390 $buf = '';
393 $buf .= '{';
406 $buf .= '<EOF>';
408 $buf .= '\'' . StringUtils::char($start) . '\'';
410 $buf .= $start;
414 $buf .= \sprintf(
420 $buf .= \sprintf('%s..%s', $start, $stop);
425 $buf .= ', ';
430 $buf .= '}';
433 return $buf;
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php159 $buf = '(' . $this->state;
162 $buf .= ',' . $this->alt;
166 $buf .= ',[' . $this->context . ']';
170 $buf .= ',' . $this->semanticContext;
174 $buf .= ',up=' . $this->getOuterContextDepth();
177 $buf .= ')';
179 return $buf;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php62 $buf = $stream->read(1048576);
63 if ($buf === false) {
66 $buffer .= $buf;
73 $buf = $stream->read($maxLen - $len);
74 if ($buf === false) {
77 $buffer .= $buf;
109 $buf = $source->read($maxLen - $bytes);
110 if (!($len = strlen($buf))) {
114 $dest->write($buf);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php278 $buf = '';
279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) {
281 $buf .= $body->current();
284 $result = (string) substr($buf, 0, $length);
285 $buf = substr($buf, $length);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php150 $buf = new BufferStream();
151 list($buffer, $async) = AsyncReadStream::create(['buffer' => $buf]);
152 $this->assertSame($buf, $buffer);
178 'write' => function (BufferStream $buf, $data) use (&$c, $b) {
179 $this->assertSame($buf, $b);
/plugin/dokucrypt2/
H A Dscript.js1557 function transform(buf, offset) { argument
1567 x[i] = and(buf[i * 4 + offset], 0xFF);
1569 x[i] += shl(and(buf[i * 4 + j + offset] ,0xFF), j * 8);
/plugin/indexmenu/
H A Dadmin.php
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php60 $buf = $source->read(min($bufferSize, $remaining));
61 $len = strlen($buf);
66 $dest->write($buf);
89 $buf = $stream->read(1048576);
91 if ($buf == null) {
94 $buffer .= $buf;
101 $buf = $stream->read($maxLen - $len);
103 if ($buf == null) {
106 $buffer .= $buf;
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1437 $gi->databaseSegments += (ord($buf[$j]) << ($j * 8));
1497 $buf = fread($gi->filehandle, SEGMENT_RECORD_LENGTH);
1499 $gi->databaseSegments += (ord($buf[$j]) << ($j * 8));
1683 $buf = _safe_substr(
1689 $buf = @shmop_read(
1697 $buf = fread($gi->filehandle, 2 * $gi->record_length);
1730 $buf = _safe_substr(
1736 $buf = @shmop_read(
1744 $buf = fread($gi->filehandle, 2 * $gi->record_length);
1874 $buf = substr($string, $start, $length);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jar ... .PrintWriter pw int type Object message Throwable t StringBuffer buf protected void write (java.lang.StringBuffer) ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js1578 var buf = null;
1619 buf = null;
1624 buf = [];
1625 obj[curline.split(' ')[0]] = buf;
1627 else if (buf != null)
1629 buf.push(curline);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1buf = list[i]\n if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must…
H A D1.1.js.map1buf',\n 'bufif0',\n 'bufif1',\n 'byte',\n 'case',\n 'casex',\n …

123