/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/ |
H A D | VoiceOfMerchantState.php | 98 public function setVerify(Verify $verify) argument 100 $this->verify = $verify; 107 return $this->verify;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Verifiedaccess.php | 70 ],'verify' => [ 71 'path' => 'v1/challenge:verify',
|
H A D | MyBusinessVerifications.php | 87 ],'verify' => [ 88 'path' => 'v1/{+name}:verify',
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Matcher.php | 135 $this->parametersMatcher->verify(); 225 public function verify() function in PHPUnit_Framework_MockObject_Matcher 238 $this->invocationMatcher->verify(); 248 $this->parametersMatcher->verify();
|
H A D | InvocationMocker.php | 172 public function verify() function in PHPUnit_Framework_MockObject_InvocationMocker 175 $matcher->verify();
|
H A D | Verifiable.php | 24 public function verify(); function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ |
H A D | Parameters.php | 82 $this->parameterVerificationResult = $this->verify(); 101 public function verify() function in PHPUnit_Framework_MockObject_Matcher_Parameters
|
H A D | AnyInvokedCount.php | 29 public function verify() function in PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
|
H A D | InvokedAtLeastOnce.php | 35 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
|
H A D | StatelessInvocation.php | 51 public function verify() function in PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
|
H A D | InvokedAtLeastCount.php | 46 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
|
H A D | InvokedAtMostCount.php | 46 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
|
H A D | InvokedAtIndex.php | 76 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
|
H A D | InvokedCount.php | 95 public function verify() function in PHPUnit_Framework_MockObject_Matcher_InvokedCount
|
/plugin/authgoogle/google/auth/ |
H A D | Google_Verifier.php | 30 abstract public function verify($data, $signature); function in Google_Verifier
|
H A D | Google_PemVerifier.php | 59 function verify($data, $signature) { function in Google_PemVerifier
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | PublicKey.php | 25 public function verify($message, $signature); function
|
/plugin/gtime/gtlib/http/ |
H A D | GTHttpClient.php | 141 …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 D | helper.php | 33 $resp = $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']);
|
/plugin/twofactor/action/ |
H A D | login.php | 66 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 D | Associationsessions.php | 61 public function verify($token, $optParams = []) function in Google\\Service\\AdSenseHost\\Resource\\Associationsessions
|
/plugin/gtime/action/ |
H A D | timestamp.php | 123 $result = $newFile->verify(); 307 $result = GTHttpClient::verify($timestamp, $dataHash, null, $publicationsFile);
|
/plugin/recaptcha2/lib/ReCaptcha/ |
H A D | ReCaptcha.php | 85 public function verify($response, $remoteIp = null) function in ReCaptcha\\ReCaptcha
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/Resource/ |
H A D | Challenge.php | 55 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 D | mocked_class.tpl.dist | 34 $this->__phpunit_getInvocationMocker()->verify();
|