Home
last modified time | relevance | path

Searched refs:dataInfo (Results 1 – 3 of 3) sorted by relevance

/plugin/xlsx2dw/packages/jszip/
Djszip.js512 var dataInfo = {
521 dataInfo.crc32 = streamInfo["crc32"]; field
522 dataInfo.compressedSize = streamInfo["compressedSize"];
523 dataInfo.uncompressedSize = streamInfo["uncompressedSize"];
629 header += decToHex(dataInfo.crc32, 4);
631 header += decToHex(dataInfo.compressedSize, 4);
633 header += decToHex(dataInfo.uncompressedSize, 4);
/plugin/datatables/assets/jszip/
Djszip.js512 var dataInfo = {
521 dataInfo.crc32 = streamInfo["crc32"]; field
522 dataInfo.compressedSize = streamInfo["compressedSize"];
523 dataInfo.uncompressedSize = streamInfo["uncompressedSize"];
629 header += decToHex(dataInfo.crc32, 4);
631 header += decToHex(dataInfo.compressedSize, 4);
633 header += decToHex(dataInfo.uncompressedSize, 4);
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js51253 var dataInfo = {
51261 dataInfo.crc32 = streamInfo['crc32'];
51262 dataInfo.compressedSize = streamInfo['compressedSize'];
51263 dataInfo.uncompressedSize = streamInfo['uncompressedSize'];
51357 header += decToHex(dataInfo.crc32, 4); // compressed size
51359 header += decToHex(dataInfo.compressedSize, 4); // uncompressed size
51361 header += decToHex(dataInfo.uncompressedSize, 4); // file name length