Searched refs:encodeFileName (Results 1 – 5 of 5) sorted by relevance
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 492 …ipParts = function(streamInfo, streamedContent, streamingEnded, offset, platform, encodeFileName) { argument 495 useCustomEncoding = encodeFileName !== utf8.utf8encode, 496 encodedFileName = utils.transformTo("string", encodeFileName(file.name)), 499 encodedComment = utils.transformTo("string", encodeFileName(comment)), 679 …DirectoryEnd = function (entriesCount, centralDirLength, localDirLength, comment, encodeFileName) { argument 681 var encodedComment = utils.transformTo("string", encodeFileName(comment)); 733 function ZipFileWorker(streamFiles, comment, platform, encodeFileName) { argument 742 this.encodeFileName = encodeFileName; 822 …treamInfo, streamedContent, true, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); 983 …Worker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.encodeFileName); [all …]
|
/plugin/datatables/assets/jszip/dist/ |
H A D | jszip.min.js |
|
/plugin/diagramsnet/lib/js/jszip/ |
H A D | jszip.min.js | 12 …encodeFileName=d,this.streamFiles=a,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],th…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 51235 …n generateZipParts(streamInfo, streamedContent, streamingEnded, offset, platform, encodeFileName) { 51238 useCustomEncoding = encodeFileName !== utf8.utf8encode, 51239 encodedFileName = utils.transformTo("string", encodeFileName(file.name)), 51242 encodedComment = utils.transformTo("string", encodeFileName(comment)), 51396 …var encodedComment = utils.transformTo("string", encodeFileName(comment)); // end of central dir s… 51435 function ZipFileWorker(streamFiles, comment, platform, encodeFileName) { 51444 this.encodeFileName = encodeFileName; // Should we stream the content of the files ? 51501 …reamInfo, streamedContent, false, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); 51522 …treamInfo, streamedContent, true, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); 51707 …Worker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.encodeFileName); [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1696 …encodeFileName=d,this.streamFiles=a,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],th…
|