Home
last modified time | relevance | path

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

123456

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

123456