Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 151) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
DVoiceOfMerchantState.php98 public function setVerify(Verify $verify) argument
100 $this->verify = $verify;
107 return $this->verify;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DMatcher.php135 $this->parametersMatcher->verify();
225 public function verify() function in PHPUnit_Framework_MockObject_Matcher
238 $this->invocationMatcher->verify();
248 $this->parametersMatcher->verify();
DInvocationMocker.php172 public function verify() function in PHPUnit_Framework_MockObject_InvocationMocker
175 $matcher->verify();
DVerifiable.php24 public function verify(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DVerifiedaccess.php70 ],'verify' => [
71 'path' => 'v1/challenge:verify',
DMyBusinessVerifications.php87 ],'verify' => [
88 'path' => 'v1/{+name}:verify',
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
DParameters.php82 $this->parameterVerificationResult = $this->verify();
101 public function verify() function in PHPUnit_Framework_MockObject_Matcher_Parameters
DAnyInvokedCount.php29 public function verify() function in PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
DStatelessInvocation.php51 public function verify() function in PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
DInvokedAtLeastOnce.php35 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
DInvokedAtMostCount.php46 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
DInvokedAtLeastCount.php46 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
DInvokedAtIndex.php76 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
DInvokedCount.php95 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedCount
/plugin/authgoogle/google/auth/
DGoogle_Verifier.php30 abstract public function verify($data, $signature); function in Google_Verifier
DGoogle_PemVerifier.php59 function verify($data, $signature) { function in Google_PemVerifier
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DPublicKey.php25 public function verify($message, $signature); function
/plugin/gtime/gtlib/http/
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/mizarproofchecker/
Dplugin.info.txt6 desc Edit and verify mathematical proofs within wiki pages using Mizar
/plugin/twofactor/action/
Dlogin.php66 if ($this->verify(
215 protected function verify($code, $providerID, $sticky) function in action_plugin_twofactor_login
/plugin/recaptcha2/
Dhelper.php33 $resp = $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
DAssociationsessions.php61 public function verify($token, $optParams = []) function in Google\\Service\\AdSenseHost\\Resource\\Associationsessions
/plugin/gtime/action/
Dtimestamp.php123 $result = $newFile->verify();
307 $result = GTHttpClient::verify($timestamp, $dataHash, null, $publicationsFile);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/Resource/
DChallenge.php55 public function verify(VerifyChallengeResponseRequest $postBody, $optParams = []) function in Google\\Service\\Verifiedaccess\\Resource\\Challenge
/plugin/recaptcha2/lib/ReCaptcha/
DReCaptcha.php85 public function verify($response, $remoteIp = null) function in ReCaptcha\\ReCaptcha

1234567