Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 133) sorted by last modified time

123456

/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38297 var verify = require('./verify');
38372 return verify(sig, hash, key, this._signType, this._tag);
38572 function verify(sig, hash, key, signType, tag) {
38625 return curve.verify(hash, sig, pubkey);
38649 module.exports = verify;
47694 EC.prototype.verify = function verify(msg, signature, key, enc) {
47871 KeyPair.prototype.verify = function verify(msg, signature) {
47872 return this.ec.verify(msg, signature, this);
48118 EDDSA.prototype.verify = function verify(message, sig, pub) {
48261 KeyPair.prototype.verify = function verify(message, sig) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5224 "application/vnd.ms-excel.Timeline+xml": "TODO", /* verify */
5225 "application/vnd.ms-excel.TimelineCache+xml": "TODO", /* verify */
6282 rval.FMTID = [FMTID0, FMTID1]; // TODO: verify FMTID0/1
7257 /* [MS-XLS] 2.4.106 TODO: verify filename encoding */
8817 // TODO: R9 appears to encode control codes this way -- verify against other versions
8855 /* TODO: verify no collisions */
9013 } else if(opts.works) { // TODO: verify with more complex works3-4 examples
22075 // TODO: verify interplay with grouping et al
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc322 on a specific request, you can specify it via the `verify` parameter in the
333 'verify' => 'path/to/cacert.pem' //Use a self-signed certificate
H A Dconnecting.asciidoc144 bundle. To do this, specify the path to verify:
H A Dconnection-pool.asciidoc236 strongly recommend you to perform load test and to verify that the change does
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md355 - Add verify as acceptable query string parameter for createRepository (#665) [[885bfea]](http://github.com/elasticsearch/elasticsearch-php/commit/885bfea)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc93 $params['verify'] = (boolean) Whether to verify the repository after creation
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md50 match the cURL handler when `verify` is set to `true` or a certificate file.
/plugin/ckgedit/ckeditor/
H A DREADME.md30 The editor comes with a few sample pages that can be used to verify that
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php25 public function verify($message, $signature); function
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php311 public function verify($message, $signature) function in phpseclib3\\Crypt\\RSA\\PublicKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/Resource/
H A DLocations.php72 public function verify($name, VerifyLocationRequest $postBody, $optParams = []) function in Google\\Service\\MyBusinessVerifications\\Resource\\Locations
/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 DMyBusinessVerifications.php87 ],'verify' => [
88 'path' => 'v1/{+name}:verify',
H A DDatabaseMigrationService.php429 ],'verify' => [
430 'path' => 'v1/{+name}:verify',
H A DGmail.php992 ],'verify' => [
993 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/verify',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md357 like `$client->setConfig('defaults/verify', true)`.
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php140 if (!self::verify("$headb64.$bodyb64", $sig, $key->getKeyMaterial(), $header->alg)) {
281 private static function verify( function in Firebase\\JWT\\JWT
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php40 public function verify($message, $signature) function in phpseclib3\\Crypt\\DSA\\PublicKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
H A DProjectsNotificationChannels.php216 public function verify($name, VerifyNotificationChannelRequest $postBody, $optParams = []) function in Google\\Service\\Monitoring\\Resource\\ProjectsNotificationChannels
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md389 'verify' => false, // otherwise HTTPS requests will fail.
/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

123456