| /plugin/asciidocjs/node_modules/lodash/ |
| D | _equalByTag.js | 50 if ((object.byteLength != other.byteLength) || 58 if ((object.byteLength != other.byteLength) ||
|
| D | _cloneArrayBuffer.js | 11 var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
|
| D | _cloneDataView.js | 13 return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
|
| D | lodash.min.js | 50 …uctor(n.byteLength);return new Rl(t).set(new Rl(n)),t}function zu(n,t){return new n.constructor(t?… 63 …i.delete(t),p}function _i(n,t,r,e,u,i,o){switch(r){case ct:if(n.byteLength!=t.byteLength||n.byteOf… 64 n=n.buffer,t=t.buffer;case ft:return!(n.byteLength!=t.byteLength||!i(new Rl(n),new Rl(t)));case Nn:…
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _typed-buffer.js | 160 var byteLength = toIndex(length); 161 this._b = arrayFill.call(new Array(byteLength), 0); 162 this[$LENGTH] = byteLength; 165 $DataView = function DataView(buffer, byteOffset, byteLength) { argument 171 byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength); 172 if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH); 175 this[$LENGTH] = byteLength;
|
| D | _typed-array.js | 361 var buffer, byteLength, length, klass; 364 byteLength = length * BYTES; 365 buffer = new $ArrayBuffer(byteLength); 369 var $len = data.byteLength; 372 byteLength = $len - offset; 373 if (byteLength < 0) throw RangeError(WRONG_LENGTH); 375 byteLength = toLength($length) * BYTES; 376 if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); 378 length = byteLength / BYTES; 387 l: byteLength,
|
| D | es6.typed.array-buffer.js | 28 return !new $ArrayBuffer(2).slice(1, undefined).byteLength; 33 var len = anObject(this).byteLength;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _typed-buffer.js | 160 var byteLength = toIndex(length); 161 this._b = arrayFill.call(new Array(byteLength), 0); 162 this[$LENGTH] = byteLength; 165 $DataView = function DataView(buffer, byteOffset, byteLength) { argument 171 byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength); 172 if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH); 175 this[$LENGTH] = byteLength;
|
| D | _typed-array.js | 361 var buffer, byteLength, length, klass; 364 byteLength = length * BYTES; 365 buffer = new $ArrayBuffer(byteLength); 369 var $len = data.byteLength; 372 byteLength = $len - offset; 373 if (byteLength < 0) throw RangeError(WRONG_LENGTH); 375 byteLength = toLength($length) * BYTES; 376 if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); 378 length = byteLength / BYTES; 387 l: byteLength,
|
| D | es6.typed.array-buffer.js | 28 return !new $ArrayBuffer(2).slice(1, undefined).byteLength; 33 var len = anObject(this).byteLength;
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
| D | Decoder.php | 280 $byteLength = $pointerSize + $this->pointerBaseByteSize; 282 if ($byteLength <= _MM_MAX_INT_BYTES) { 298 private function decodeUint($bytes, $byteLength) argument 300 if ($byteLength === 0) { 306 for ($i = 0; $i < $byteLength; ++$i) { 310 if ($byteLength <= _MM_MAX_INT_BYTES) {
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
| H A D | NonceTrait.php | 33 protected function generateNonce(int $byteLength): string argument 36 return base64_encode(random_bytes($byteLength));
|
| /plugin/stlviewer/stlviewer/ |
| D | parser.min.js | 2 …byteLength!=m)return parse_stl_ascii(e);try{for(x+=4;y--;)x+=12,null==(r=f[[t=u.getFloat32(x,!0),n… argument
|
| /plugin/asciidocjs/node_modules/unxhr/lib/ |
| D | request.js | 7 …stOptions.headers['Content-Length'] = Buffer.isBuffer(data) ? data.length : Buffer.byteLength(data)
|
| D | XMLHttpRequest.js | 376 headers['Content-Length'] = Buffer.isBuffer(data) ? data.length : Buffer.byteLength(data)
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 886 var buffer, byteLength, length, klass; 889 byteLength = length * BYTES; 890 buffer = new $ArrayBuffer(byteLength); 894 var $len = data.byteLength; 897 byteLength = $len - offset; 898 if (byteLength < 0) throw RangeError(WRONG_LENGTH); 900 byteLength = toLength($length) * BYTES; 901 if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); 903 length = byteLength / BYTES; 912 l: byteLength, [all …]
|
| D | shim.js | 922 var buffer, byteLength, length, klass; 925 byteLength = length * BYTES; 926 buffer = new $ArrayBuffer(byteLength); 930 var $len = data.byteLength; 933 byteLength = $len - offset; 934 if (byteLength < 0) throw RangeError(WRONG_LENGTH); 936 byteLength = toLength($length) * BYTES; 937 if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); 939 length = byteLength / BYTES; 948 l: byteLength, [all …]
|
| D | core.js | 982 var buffer, byteLength, length, klass; 985 byteLength = length * BYTES; 986 buffer = new $ArrayBuffer(byteLength); 990 var $len = data.byteLength; 993 byteLength = $len - offset; 994 if (byteLength < 0) throw RangeError(WRONG_LENGTH); 996 byteLength = toLength($length) * BYTES; 997 if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH); 999 length = byteLength / BYTES; 1008 l: byteLength, [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 254 arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray` 316 var length = byteLength(string, encoding) | 0 378 array.byteLength 524 function byteLength (string, encoding) { function 559 Buffer.byteLength = byteLength 1007 Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { argument 1009 byteLength = byteLength | 0 1010 if (!noAssert) checkOffset(offset, byteLength, this.length) 1015 while (++i < byteLength && (mul *= 0x100)) { 1022 Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { argument [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 765 assert(arr.byteLength !== undefined); 766 return arr.byteLength; 799 itemLength = item.byteLength; 1004 return _typeof(v) === 'object' && v !== null && v.byteLength !== undefined; 7434 if (view.byteLength === 0) { 8007 this._queueTotalSize -= entry.byteLength; 8012 view = new Uint8Array(entry.buffer, entry.byteOffset, entry.byteLength); 8034 byteLength: autoAllocateChunkSize, property 8057 …stDescriptor.byteOffset + firstDescriptor.bytesFilled, firstDescriptor.byteLength - firstDescripto… 8158 assert(bytesFilled <= pullIntoDescriptor.byteLength); [all …]
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 1497 if (a.byteLength !== b.byteLength) { 1501 for (var offset = 0; offset < a.byteLength; offset++) { 1511 if (a.byteLength !== b.byteLength) { 1515 …re(new Uint8Array(a.buffer, a.byteOffset, a.byteLength), new Uint8Array(b.buffer, b.byteOffset, b.… 1519 …return buf1.byteLength === buf2.byteLength && compare(new Uint8Array(buf1), new Uint8Array(buf2)) … 3222 var size = Buffer.byteLength(val, encoding); 3237 this.length.encode(stream, Buffer.byteLength(val, encoding)); 3806 var length = byteLength(string, encoding) | 0; 3828 return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength); 3833 if (byteOffset < 0 || array.byteLength < byteOffset) { [all …]
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 28072 this.length = Buffer.byteLength(value); 29933 var byteLength = this.byteLength(); 29934 var reqLength = length || Math.max(1, byteLength); 29935 assert(byteLength <= reqLength, 'byte array longer than desired length'); 29945 for (i = 0; i < reqLength - byteLength; i++) { 30071 BN.prototype.byteLength = function byteLength() { 32906 exports.byteLength = byteLength; 32940 function byteLength(b64) { 33567 var byteLength = this.byteLength(); 33568 var reqLength = length || Math.max(1, byteLength); [all …]
|
| /plugin/diagramsnet/lib/js/socket.io/ |
| D | simplepeer9.10.0.min.js | 1 …2]<<8)+e[n-1],a.push(c[t>>10]+c[63&t>>4]+c[63&t<<2]+"=")),a.join("")}n.byteLength=function(e){var … 6 …byteLength<t)throw new RangeError("\"offset\" is outside of buffer bounds");if(e.byteLength<t+(n||…
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.min.js | 42 …tructor(r);return n.copy(r),r}function Rr(n){var t=new n.constructor(n.byteLength);return new vi(t… 56 …nction he(n,t,r,e,u,i,o){switch(r){case"[object DataView]":if(n.byteLength!=t.byteLength||n.byteOf… 57 if(n.byteLength!=t.byteLength||!i(new vi(n),new vi(t)))break;return true;case"[object Boolean]":cas… 60 …]":return t=r?Rr(n.buffer):n.buffer,new n.constructor(t,n.byteOffset,n.byteLength);case"[object Fl…
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 4525 var result = new arrayBuffer.constructor(arrayBuffer.byteLength); 4540 return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); 5694 if ((object.byteLength != other.byteLength) || 5702 if ((object.byteLength != other.byteLength) ||
|