Searched refs:checkSignature (Results 1 – 9 of 9) 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… method
2283 checkSignature: function(expectedSignature) { method2362 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(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=th… method
3564 checkSignature: function(expectedSignature) { method3661 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);
13 …checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=th… method
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… method