Home
last modified time | relevance | path

Searched refs:zipEntry (Results 1 – 4 of 4) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dviewer.php248 while (is_resource($zipEntry = zip_read($pgnZip))) {
249 if (zip_entry_open($pgnZip, $zipEntry)) {
250 if (preg_match("/\.pgn$/i",zip_entry_name($zipEntry))) {
251 … $pgnText = $pgnText . zip_entry_read($zipEntry, zip_entry_filesize($zipEntry)) . "\n\n\n";
253 zip_entry_close($zipEntry);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1083 function checkEntryCRC32(zipEntry) { argument
1085 var worker = zipEntry.decompressed.getContentWorker().pipe(new Crc32Probe());
1090 if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js306 zip.forEach(function (relativePath, zipEntry)
308 var filename = zipEntry.name;
314 zipEntry.async("string").then(function (str)
372 zipEntry.async("blob").then(function (emfBlob)
426 zipEntry.async("uint8array").then(function (bmpData)
445 zipEntry.async("base64").then(function (base64Str)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51813 function checkEntryCRC32(zipEntry) {
51815 var worker = zipEntry.decompressed.getContentWorker().pipe(new Crc32Probe());
51819 if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {