Searched refs:checkSignature (Results 1 – 8 of 8) sorted by relevance
113 return $this->checkSignature($response);172 private function checkSignature($response) { function in helper_plugin_twofactoryubiauth
12 …checkSignature:function(a){var b=this.reader.readString(4);if(b!==a)throw new Error("Corrupted zip…
2283 checkSignature: function(expectedSignature) { method in ZipEntries2362 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);
13 …checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=th…
3564 checkSignature: function(expectedSignature) { method in ZipEntries3661 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);
54508 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);
1697 …checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=th…