Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 91) sorted by path

1234

/plugin/404manager/
H A DCHANGES.md12 … by an underscore `_` for the best page name. This is to avoid that the algorithm will calculate a…
H A DREADME.md79 The redirection by best name page is an simple algorithm which occurs to find the best page by name.
107 This redirection perform the same algorithm that the [redirection by best namepage](#Redirection by…
/plugin/aceeditor/
H A Dbuild.js1 …|select|set|table|union|update|values|where|accessible|action|add|after|algorithm|all|analyze|asen…
/plugin/adfs/phpsaml/
H A DCHANGELOG47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely …
183 * Now the SP is able to select the algorithm to be used on signatures (DSA_SHA1, RSA_SHA1, RSA_SHA2…
195 * Add fingerprint algorithm support.
228 * Support more algorithm at the SigAlg in the Signed LogoutRequests and LogoutResponses
H A DREADME.md411 … * let the toolkit know which algorithm was used. Possible values: sha1, sha256, sha384 or sha512
539 // Notice that sha1 is a deprecated algorithm and should not be used
547 // Notice that sha1 is a deprecated algorithm and should not be used
1488 * `castKey` - Converts a `XMLSecurityKey` to the correct algorithm.
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php190 * If the key size is unknown, or this isn't a symmetric encryption algorithm,
759 $canonicalMethod = $algorithm;
1001 $digValue = $this->calculateDigest($algorithm, $canonicalData);
1005 $digestMethod->setAttribute('Algorithm', $algorithm);
1011 public function addReference($node, $algorithm, $arTransforms=null, $options=null) { argument
1016 $this->addRefInternal($sInfo, $node, $algorithm, $arTransforms, $options);
1021 public function addReferenceList($arNodes, $algorithm, $arTransforms=null, $options=null) { argument
1027 $this->addRefInternal($sInfo, $node, $algorithm, $arTransforms, $options);
1064 $algorithm = $xpath->evaluate($query, $node);
1065 if ($algorithm) {
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1273 * @param string $algorithm The desired algorithm.
1280 public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public') argument
1285 if ($key->type === $algorithm) {
1289 if (!OneLogin_Saml2_Utils::isSupportedSigningAlgorithm($algorithm)) {
1300 $newKey = new XMLSecurityKey($algorithm, array('type'=>$type));
1310 public static function isSupportedSigningAlgorithm($algorithm) argument
1313 $algorithm,
1436 throw new Exception('Unsupported signing algorithm.');
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md78 It should be noted that this algorithm depends on reasonably gramatically
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1algorithm for sorted arrays. If an iteratee function is provided it\n\t * is invoked for each …
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js5 …26126:case 26127:case 26128:break;default:throw"Unrecognized encryption algorithm: "+o.AlgID}parse…
/plugin/authdrupal7/
H A DREADME.md35 …talltion accessible, as it tries to include some drupal code snippets (e.g. the hashing algorithm).
/plugin/authdrupal8/
H A Dpassword.inc131 * The string name of a hashing algorithm usable by hash(), like 'sha256'.
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md233 - New Key object to prevent key/algorithm type confusion (#365)
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php229 list($function, $algorithm) = static::$supported_algs[$alg];
235 return \hash_hmac($algorithm, $msg, $key, true);
238 … $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line
291 list($function, $algorithm) = static::$supported_algs[$alg];
294 … $success = \openssl_verify($msg, $signature, $keyMaterial, $algorithm); // @phpstan-ignore-line
324 $hash = \hash_hmac($algorithm, $msg, $keyMaterial, true);
H A DKey.php15 private $algorithm; variable in Firebase\\JWT\\Key
19 * @param string $algorithm
23 string $algorithm argument
38 if (empty($algorithm)) {
44 $this->algorithm = $algorithm;
54 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DKeyVersionSpec.php25 public $algorithm; variable in Google\\Service\\CertificateAuthorityService\\KeyVersionSpec
34 public function setAlgorithm($algorithm) argument
36 $this->algorithm = $algorithm;
43 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DDsRecord.php25 public $algorithm; variable in Google\\Service\\CloudDomains\\DsRecord
42 public function setAlgorithm($algorithm) argument
44 $this->algorithm = $algorithm;
51 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DCryptoKeyVersion.php25 public $algorithm; variable in Google\\Service\\CloudKMS\\CryptoKeyVersion
78 public function setAlgorithm($algorithm) argument
80 $this->algorithm = $algorithm;
87 return $this->algorithm;
H A DCryptoKeyVersionTemplate.php25 public $algorithm; variable in Google\\Service\\CloudKMS\\CryptoKeyVersionTemplate
34 public function setAlgorithm($algorithm) argument
36 $this->algorithm = $algorithm;
43 return $this->algorithm;
H A DImportCryptoKeyVersionRequest.php25 public $algorithm; variable in Google\\Service\\CloudKMS\\ImportCryptoKeyVersionRequest
42 public function setAlgorithm($algorithm) argument
44 $this->algorithm = $algorithm;
51 return $this->algorithm;
H A DPublicKey.php25 public $algorithm; variable in Google\\Service\\CloudKMS\\PublicKey
46 public function setAlgorithm($algorithm) argument
48 $this->algorithm = $algorithm;
55 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1HyperparameterSpec.php26 public $algorithm; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1HyperparameterSpec
61 public function setAlgorithm($algorithm) argument
63 $this->algorithm = $algorithm;
70 return $this->algorithm;
H A DGoogleCloudMlV1StudyConfig.php26 public $algorithm; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfig
37 public function setAlgorithm($algorithm) argument
39 $this->algorithm = $algorithm;
46 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php26 public $algorithm; variable in Google\\Service\\CloudSupport\\Media
127 public function setAlgorithm($algorithm) argument
129 $this->algorithm = $algorithm;
136 return $this->algorithm;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DAutoscalingSettings.php25 public $algorithm; variable in Google\\Service\\Dataflow\\AutoscalingSettings
34 public function setAlgorithm($algorithm) argument
36 $this->algorithm = $algorithm;
43 return $this->algorithm;

1234