Home
last modified time | relevance | path

Searched refs:DataLengthProbe (Results 1 – 2 of 2) sorted by relevance

/plugin/xlsx2dw/packages/jszip/
H A Djszip.js127 var DataLengthProbe = require("./stream/DataLengthProbe");
154 .pipe(new DataLengthProbe("data_length"));
189 .pipe(new DataLengthProbe("uncompressedSize"))
191 .pipe(new DataLengthProbe("compressedSize"))
2102 function DataLengthProbe(propName) { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d03400
2107 utils.inherits(DataLengthProbe, GenericWorker);
2112 DataLengthProbe.prototype.processChunk = function (chunk) { class
2119 module.exports = DataLengthProbe;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js50848 var DataLengthProbe = require('./stream/DataLengthProbe');
50852 var DataLengthProbe = require('./stream/DataLengthProbe');
50878 …mpressedContent)).pipe(this.compression.uncompressWorker()).pipe(new DataLengthProbe("data_length"…
50906 …2Probe()).pipe(new DataLengthProbe("uncompressedSize")).pipe(compression.compressWorker(compressio…
52929 function DataLengthProbe(propName) {
52935 utils.inherits(DataLengthProbe, GenericWorker);
52940 DataLengthProbe.prototype.processChunk = function (chunk) {
52949 module.exports = DataLengthProbe;