Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php44 $hash = $this->equivalence->hash($value);
46 if (!isset($this->table[$hash])) {
50 foreach ($this->table[$hash] as $entry) {
61 $hash = $this->equivalence->hash($value);
63 if (!isset($this->table[$hash])) {
64 $this->table[$hash] = [];
67 foreach ($this->table[$hash] as $index => $entry) {
73 $this->table[$hash][]
[all...]
H A DMap.php35 $hash = $this->equivalence->hash($key);
37 if (!isset($this->table[$hash])) {
41 foreach ($this->table[$hash] as [$entryKey]) {
55 $hash = $this->equivalence->hash($key);
57 if (!isset($this->table[$hash])) {
61 foreach ($this->table[$hash] as [$entryKey, $entryValue]) {
75 $hash = $this->equivalence->hash(
[all...]
/plugin/odtsupport/
H A Dsyntax.php82 $hash = hash(hash_hmac_algos()[0], $pageid);
89 $hash = hash(hash_hmac_algos()[0], $string);
93 $hash = hash(hash_hmac_algos()[0], $string);
94 $hash = substr($hash,0,4);
97 $hash = substr($hash,0,4);
104 $hash = substr($hash,0,4);
110 $hash = substr($hash,0,4);
126 $hash = $metadata;
132 return array($command,$string,$hash,$string2);
155 $renderer->doc .= $hash;
[all …]
/plugin/authwordpress/
H A Dclass-phpass.php22 # change the hash type identifier (the "$P$") to something different.
149 $hash = md5($salt . $password, TRUE);
151 $hash = md5($hash . $password, TRUE);
154 $hash = pack('H*', md5($salt . $password));
156 $hash = pack('H*', md5($hash . $password));
161 $output .= $this->encode64($hash, 16);
235 $hash =
237 if (strlen($hash)
[all...]
/plugin/avatar/
H A Dmonsterid.php14 // create 16 byte hash from seed
15 $hash = md5($seed);
19 'legs' => _get_monster_part(substr($hash, 0, 2), 1, 5),
20 'hair' => _get_monster_part(substr($hash, 2, 2), 1, 5),
21 'arms' => _get_monster_part(substr($hash, 4, 2), 1, 5),
22 'body' => _get_monster_part(substr($hash, 6, 2), 1, 15),
23 'eyes' => _get_monster_part(substr($hash, 8, 2), 1, 15),
24 'mouth'=> _get_monster_part(substr($hash, 10, 2), 1, 10),
45 $r = _get_monster_part(substr($hash, 0, 4), 20, 235);
46 $g = _get_monster_part(substr($hash,
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php27 * array of neighbouring hash character maps.
53 * array of bordering hash character maps.
81 * @param string $hash a GeoHash
82 * @param boolean $asGrid Return the center point of hash grid or the grid cell as Polygon
86 public function read($hash, $asGrid = false) argument
88 $decodedHash = $this->decode($hash);
125 // The GeoHash is the smallest hash grid ID that fits the envelope
135 foreach ($geoHashes as $hash) {
136 if ($hash[$i] != $char) {
166 $hash
220 decode($hash) global() argument
315 adjacent($hash, $direction) global() argument
[all...]
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js26 hash: true property in AnonymousFunction791e32980200.defaults
35 if (this.core.s.hash) {
36 this.oldHash = window.location.hash;
49 window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index;
54 _hash = window.location.hash;
69 if (!this.core.s.hash) {
75 window.location.hash = this.oldHash;
80 window.location.hash = '';
88 $.fn.lightGallery.modules.hash = Hash;
H A Dlg-hash.min.js4hash:!0},f=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},e,this.c… property in AnonymousFunction722d66ea0200.e
/plugin/encryptedpasswords/script/
H A DSubtleAES.js20 const {hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations);
23 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['encrypt']);
41 let hash, iv;
43 ({hash, iv} = this.deriveMd5(password, salt));
45 ({hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations));
49 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['decrypt']);
126 * @param {string} hash The Hash model, e.g. ["SHA-256" | "SHA-512"]
128 * @return {Promise<{hash: Uint8Array, iv: Uint8Array}>}
131 async derivePkdf2(strPassword, salt, hash, iterations) { argument
138 hash
[all...]
/plugin/prosemirror/parser/
H A DLocalLinkNode.php13 public static function render($renderer, $hash, $name) argument
19 'data-resolvedID' => $ID . '#' . $hash,
20 'data-resolvedName' => $hash,
27 '#' . $hash,
33 public static function resolveLocalLink($hash, $id) argument
35 $trimmedHash = trim($hash, '#');
/plugin/sectiontoggle/
H A Dscript.js48 var hash = jQuery(elem).html().replace(/\s/g, "_");
49 regex = RegExp('\\b' + escapeRegExp(hash.toLowerCase()) + '\\b');
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
54 else if(SectionToggle.hash){
55 regex = RegExp('^' +SectionToggle.hash,'i'); //bootstrap3
56 if(regex.test(hash)) {
126 /*normalize url hash */
127 if (window.location.hash) {
128 SectionToggle.hash
227 hash: "", global() property in SectionToggle
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php213 * @param string $hash
303 * @param string $hash
307 $this->hashParam = $hash = strtolower($hash);
308 switch ($hash) {
326 $hash = substr($hash, 0, -3);
369 switch ($hash) {
425 if ($hash == 'sha512/224' || $hash == 'sha512/256') {
1326 * @param array $hash
1460 $hash = [
1474 … $temp = $hash[0]->toBytes() . $hash[1]->toBytes() . $hash[2]->toBytes() . $hash[3]->toBytes() .
[all …]
H A DRSA.php574 $h = $this->hash->hash($m);
577 switch ($this->hash->getHash()) {
637 $h = $this->hash->hash($m);
640 switch ($this->hash->getHash()) {
724 * @param string $hash
726 public function withHash($hash) argument
731 switch (strtolower($hash)) {
741 $new->hash = new Hash($hash);
760 * @param string $hash
762 public function withMGFHash($hash) argument
[all …]
/plugin/sha3sum/
H A Dsyntax.php44 $hash = hash('sha3-512' , $data); // SHA3 support in php 7.2
48 $hash = Sha3::hash($data, 512);
50 …tyle="font-family: monospace; font-size: initial;">'.substr($hash,0,64).'<br>'.substr($hash,64).'<…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
H A DActionResults.php45 * @param string $hash The hash. In the case of SHA-256, it will always be a
60 public function get($instanceName, $hash, $sizeBytes, $optParams = []) argument
62 $params = ['instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes];
83 * @param string $hash The hash. In the case of SHA-256, it will always be a
98 …public function update($instanceName, $hash, $sizeBytes, BuildBazelRemoteExecutionV2ActionResult $… argument
100 …$params = ['instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes, 'postBody'…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2Digest.php22 public $hash; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Digest
25 public function setHash($hash) argument
27 $this->hash = $hash;
31 return $this->hash;
H A DBuildBazelRemoteExecutionV2Digest.php22 public $hash; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2Digest
25 public function setHash($hash) argument
27 $this->hash = $hash;
31 return $this->hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php255 $hash = new Hash('sha256');
256 $hash->setKey($hashkey);
259 $hash = new Hash('sha1');
278 if (!hash_equals($hash->hash($source), $hmac)) {
320 $hash = new Hash('sha256');
321 $hash->setKey('');
324 $hash = new Hash('sha1');
343 $hash->setKey($hashkey);
351 $hash = new Hash('sha1');
359 $mac = $hash->hash($source);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemStructuredData.php25 public $hash; variable in Google\\Service\\CloudSearch\\ItemStructuredData
32 public function setHash($hash) argument
34 $this->hash = $hash;
41 return $this->hash;
H A DItemContent.php31 public $hash; variable in Google\\Service\\CloudSearch\\ItemContent
68 public function setHash($hash) argument
70 $this->hash = $hash;
77 return $this->hash;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatEntry.php29 public $hash; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4ThreatEntry
52 public function setHash($hash) argument
54 $this->hash = $hash;
61 return $this->hash;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleCloudWebriskV1SearchHashesResponseThreatHash.php30 public $hash; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1SearchHashesResponseThreatHash
53 public function setHash($hash) argument
55 $this->hash = $hash;
62 return $this->hash;
/plugin/odt/renderer/
H A Dbook.php130 list($id,$hash) = explode('#',$id,2);
137 return $this->locallink_with_text($hash, $id, $name, $returnonly);
139 $this->locallink_with_text($hash, $id, $name, $returnonly);
146 if($hash) $url .='#'.$hash;
150 return $this->locallink_with_text($hash, $id, $name, $returnonly);
152 $this->locallink_with_text($hash, $id, $name, $returnonly);
/plugin/authdrupal8/
H A Dpassword.inc75 * Generates a random base 64-encoded salt prefixed with settings for the hash.
97 // 6 bytes is the standard salt for a portable phpass hash.
123 * Hash a password using a secure stretched hash.
127 * for an attacker to try to break the hash by brute-force computation of the
131 * The string name of a hashing algorithm usable by hash(), like 'sha256'.
133 * Plain-text password up to 512 bytes (128 to 512 UTF-8 characters) to hash.
135 * An existing hash or the output of _password_generate_salt(). Must be
143 // Prevent DoS attacks by refusing to hash large passwords.
155 // The first 12 characters of an existing hash are its setting string.
172 // We rely on the hash() functio
[all...]

12345678910>>...19