Home
last modified time | relevance | path

Searched refs:verify (Results 101 – 125 of 133) sorted by path

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt115 $this->__phpunit_getInvocationMocker()->verify();
H A Dreturn_type_declarations_nullable.phpt95 $this->__phpunit_getInvocationMocker()->verify();
H A Dreturn_type_declarations_object_method.phpt98 $this->__phpunit_getInvocationMocker()->verify();
H A Dreturn_type_declarations_self.phpt95 $this->__phpunit_getInvocationMocker()->verify();
H A Dreturn_type_declarations_static_method.phpt81 $this->__phpunit_getInvocationMocker()->verify();
H A Dreturn_type_declarations_void.phpt93 $this->__phpunit_getInvocationMocker()->verify();
H A Dscalar_type_declarations.phpt97 $this->__phpunit_getInvocationMocker()->verify();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt99 $this->__phpunit_getInvocationMocker()->verify();
/plugin/gtime/action/
H A Dtimestamp.php123 $result = $newFile->verify();
307 $result = GTHttpClient::verify($timestamp, $dataHash, null, $publicationsFile);
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php141 …public static function verify(GTTimestamp $timestamp, GTDataHash $dataHash, $verifierUrl, GTPublic… function in GTHttpClient
241 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
291 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php373 public function verify($cainfo = null) { function in GTPublicationsFile
H A DGTTimestamp.php428 public function verify(GTDataHash $dataHash, GTPublicationsFile $publicationsFile) { function in GTTimestamp
439 $this->verificationResult->update($publicationsFile->verify());
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/openid/Auth/OpenID/
H A DServer.php450 $is_valid = $signatory->verify($this->assoc_handle, $this->signed);
1465 function verify($assoc_handle, $message) function in Auth_OpenID_Signatory
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dwords.txt3882 verify
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1verify the font has an encoding\n var result = [];\n for (var j = 0, jj = glyphsData.len…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js5730 this.submitButton.addEventListener('click', this.verify.bind(this));
5734 _this.verify();
5772 value: function verify() {
H A Dviewer.js.map1verify.bind(this));\n this.cancelButton.addEventListener('click', this.close.bind(this));\n …
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php101 $unwrapped = $this->verify($data, $context);
252 protected function verify(string $data, SaslContext $context): string function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer
/plugin/recaptcha2/
H A Dhelper.php33 $resp = $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']);
/plugin/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php85 public function verify($response, $remoteIp = null) function in ReCaptcha\\ReCaptcha

123456