Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 73) sorted by path

123

/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js461 function play_unlock(){var buf=ac.createBuffer(1,1,22050),src=ac.createBufferSource()
462 src.buffer=buf
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js125 , buf = new Uint8Array(data)
127 , buf_len = buf.length
130 str += String.fromCharCode(buf[i]);
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1792 return buf;
1805 if (max > buf.length) { max = buf.length; }
3563 if (buf.length === size) { return buf; }
3564 if (buf.subarray) { return buf.subarray(0, size); }
3566 return buf;
3715 return buf;
3737 return buf2binstring(buf, buf.length);
3747 return buf;
3804 if (max > buf.length) { max = buf.length; }
4059 function zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } } argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js445 return buf
521 return buf
15448 var buf = [];
15501 while (buf.length + 1 < maxbuflen) buf.push(0xec, 0x11);
15502 if (buf.length < maxbuflen) buf.push(0xec);
15503 return buf;
21372 function zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }
23060 if (buf.length === size) { return buf; }
23061 if (buf.subarray) { return buf.subarray(0, size); }
23063 return buf;
[all …]
H A Dpdfmake.min.js.map1buf","len","loweredCase","utf8ToBytes","base64ToBytes","toLowerCase","slowToString","start","Infin…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1102 var buf, buf_chain;
1105 buf = [];
1109 buf[buf.length] = j;
1116 return {nodes: buf, data:__toBuffer([buf_chain])};
1122 var chkd = new Array(sl), buf, buf_chain;
1125 buf = [];
1131 buf[buf.length] = j;
1138 sector_list[k] = {nodes: buf, data:__toBuffer([buf_chain])};
1514 function readIEEE754(buf, idx, isLE, nl, ml) { argument
1523 for (; bits > 0; e = e * 256 + buf[idx + i], i += d, bits -= 8);
[all …]
H A Dxlsx.min.js2 …rs.length;var buf,buf_chain;if(!chkd)chkd=new Array(sl);var modulus=ssz-1,j,jj;buf=[];buf_chain=[]…
3buf,data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_start,fat_addrs,ssz){var s… variable
H A Dxlsx.min.map1 …ath","cnt","sector","__readInt32LE","get_sector_list","start","chkd","sl","buf","buf_chain","modul…
/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/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1677 $buf = array($size, $index, $parity);
1678 $entry = $this->newInputItem(self::QR_MODE_ST, 3, buf);
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1 …ssign assume automatic before begin bind \" +\n \"bins binsof bit break buf bufif0 bufif1 byte …
/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/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/database/
H A Ddatabase.php1383 var $buf; variable in File
1492 $buf = '';
1498 $auditTrail->add( "read in ".$buf);
1499 $this->buf = $buf;
1501 $rows = explode($this->CR,$buf);
1534 $buf='';
1537 $buf.= $sep.$value;
1541 $buf.= $p_values;
1595 $buf='';
1597 $buf.= $sep.$value;
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/WEB-INF/lib/
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/ ...
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/ ...
/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 D1.1.js.map1buf',\n 'bufif0',\n 'bufif1',\n 'byte',\n 'case',\n 'casex',\n …

123