Home
last modified time | relevance | path

Searched refs:checkSignature (Results 1 – 8 of 8) sorted by relevance

/plugin/twofactoryubiauth/
H A Dhelper.php113 return $this->checkSignature($response);
172 private function checkSignature($response) { function in helper_plugin_twofactoryubiauth
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12checkSignature:function(a){var b=this.reader.readString(4);if(b!==a)throw new Error("Corrupted zip…
H A Djszip.js2283 checkSignature: function(expectedSignature) { method in ZipEntries
2362 this.checkSignature(sig.LOCAL_FILE_HEADER);
2397 this.checkSignature(sig.LOCAL_FILE_HEADER);
2409 this.checkSignature(sig.CENTRAL_DIRECTORY_END);
2441 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR);
2446 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END);
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=th…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3564 checkSignature: function(expectedSignature) { method in ZipEntries
3661 this.checkSignature(sig.LOCAL_FILE_HEADER);
3717 this.checkSignature(sig.CENTRAL_DIRECTORY_END);
3749 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR);
3761 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js54508 checkSignature: function checkSignature(expectedSignature) {
54611 this.checkSignature(sig.LOCAL_FILE_HEADER);
54668 this.checkSignature(sig.CENTRAL_DIRECTORY_END);
54700 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR);
54713 this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1697checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=th…