Searched refs:uncompressedSize (Results 1 – 7 of 7) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/ |
H A D | jszip.js | 88 this.uncompressedSize = 0; 975 result.uncompressedSize = file._data.uncompressedSize; 978 if (result.uncompressedSize === 0 || file.dir) { 999 result.uncompressedSize = content.length; 1195 header += decToHex(compressedObject.uncompressedSize, 4); 2546 if (uncompressedFileData.length !== uncompressedSize) { 2582 if (this.compressedSize == -1 || this.uncompressedSize == -1) { 2592 this.decompressed.uncompressedSize = this.uncompressedSize; 2619 this.uncompressedSize = reader.readInt(4); 2682 if (this.uncompressedSize === utils.MAX_VALUE_32BITS) { [all …]
|
H A D | jszip.min.js | 12 …uncompressedSize=0,this.crc32=0,this.compressionMethod=null,this.compressedContent=null}c.prototyp…
|
/plugin/datatables/assets/jszip/dist/ |
H A D | jszip.min.js |
|
/plugin/diagramsnet/lib/js/jszip/ |
H A D | jszip.min.js | 12 …uncompressedSize=b,this.crc32=c,this.compression=d,this.compressedContent=e}var e=a("./external"),… 13 …uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough informations from …
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 138 function CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) { argument 140 this.uncompressedSize = uncompressedSize; 158 if (this.streamInfo["data_length"] !== that.uncompressedSize) { 171 .withStreamInfo("uncompressedSize", this.uncompressedSize) 515 uncompressedSize : 0 property in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d00b00.generateZipParts.dataInfo 523 dataInfo.uncompressedSize = streamInfo["uncompressedSize"]; 633 header += decToHex(dataInfo.uncompressedSize, 4); 3892 if (this.compressedSize === -1 || this.uncompressedSize === -1) { 3916 this.uncompressedSize = reader.readInt(4); 3979 if (this.uncompressedSize === utils.MAX_VALUE_32BITS) { [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1696 …uncompressedSize=b,this.crc32=c,this.compression=d,this.compressedContent=e}var e=a("./external"),… 1697 …uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough informations from …
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 50864 function CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) { 50866 this.uncompressedSize = uncompressedSize; 50881 if (this.streamInfo['data_length'] !== that.uncompressedSize) { 51256 uncompressedSize: 0 51263 dataInfo.uncompressedSize = streamInfo['uncompressedSize']; 51361 header += decToHex(dataInfo.uncompressedSize, 4); // file name length 52142 var isCompressedEmpty = data instanceof CompressedObject && data.uncompressedSize === 0; 54861 if (this.compressedSize === -1 || this.uncompressedSize === -1) { 54888 this.uncompressedSize = reader.readInt(4); 54948 if (this.uncompressedSize === utils.MAX_VALUE_32BITS) { [all …]
|