/plugin/scrape/HTMLPurifier/ConfigSchema/ |
H A D | InterchangeBuilder.php | 61 $hash = new HTMLPurifier_StringHash($hash); 63 if (!isset($hash['ID'])) { 67 if (count($hash) == 2 && isset($hash['DESCRIPTION'])) { 75 $this->_findUnused($hash); 85 if (isset($hash['TYPE'])) { 93 if (isset($hash['DEFAULT'])) { 105 if (isset($hash['ALLOWED'])) { 113 if (isset($hash['ALIASES'])) { 121 if (isset($hash['VERSION'])) { 133 if (isset($hash['EXTERNAL'])) { [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/ |
H A D | Set.php | 44 $hash = $this->equivalence->hash($value); 46 if (!isset($this->table[$hash])) { 61 $hash = $this->equivalence->hash($value); 64 $this->table[$hash] = []; 73 $this->table[$hash][] = $value; 82 $hash = $this->equivalence->hash($value); 109 $hash = $this->equivalence->hash($value); 112 $this->table[$hash] = []; 121 $this->table[$hash][] = $value; 130 $hash = $this->equivalence->hash($value); [all …]
|
H A D | Map.php | 35 $hash = $this->equivalence->hash($key); 37 if (!isset($this->table[$hash])) { 55 $hash = $this->equivalence->hash($key); 57 if (!isset($this->table[$hash])) { 75 $hash = $this->equivalence->hash($key); 77 if (!isset($this->table[$hash])) { 78 $this->table[$hash] = []; 96 $hash = $this->equivalence->hash($key); 98 if (!isset($this->table[$hash])) { 110 unset($this->table[$hash]); [all …]
|
/plugin/odtsupport/ |
H A D | syntax.php | 82 $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 D | class-phpass.php | 151 $hash = md5($hash . $password, TRUE); 156 $hash = pack('H*', md5($hash . $password)); 235 $hash = 237 if (strlen($hash) == 60) 238 return $hash; 244 $hash = 247 return $hash; 252 $hash = 255 if (strlen($hash) == 34) 256 return $hash; [all …]
|
/plugin/avatar/ |
H A D | monsterid.php | 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, 4, 4), 20, 235); 47 $b = _get_monster_part(substr($hash, 8, 4), 20, 235);
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GeoHash.php | 81 * @param string $hash a GeoHash 86 public function read($hash, $asGrid = false) argument 88 $decodedHash = $this->decode($hash); 135 foreach ($geoHashes as $hash) { 136 if ($hash[$i] != $char) { 166 $hash = ''; 210 return $hash; 217 * @param string $hash a GeoHash 220 private function decode($hash) argument 317 $last = substr($hash, -1); [all …]
|
/plugin/photogallery/lightGallery/js/ |
H A D | lg-hash.js | 26 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 D | lg-hash.min.js | 4 …hash:!0},f=function(c){return this.core=a(c).data("lightGallery"),this.core.s=a.extend({},e,this.c… property in AnonymousFunction722d66ea0200.e
|
/plugin/prosemirror/parser/ |
H A D | LocalLinkNode.php | 13 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/encryptedpasswords/script/ |
H A D | SubtleAES.js | 20 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']); 131 async derivePkdf2(strPassword, salt, hash, iterations) { argument 138 hash: hash, 148 hash: buffer.slice(0, 32), 169 hash: new Uint8Array([...D1, ...D2]),
|
/plugin/sha3sum/ |
H A D | syntax.php | 44 $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/sectiontoggle/ |
H A D | script.js | 48 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 if (window.location.hash) { 127 SectionToggle.hash = window.location.hash.toLowerCase(); 128 SectionToggle.hash = SectionToggle.hash.replace(/#/,""); 129 SectionToggle.hash = SectionToggle.hash.replace(/\s/g, "_"); [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Hash.php | 213 * @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 D | RSA.php | 574 $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/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/ |
H A D | ActionResults.php | 45 * @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 D | GoogleDevtoolsRemoteworkersV1test2Digest.php | 22 public $hash; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Digest 25 public function setHash($hash) argument 27 $this->hash = $hash; 31 return $this->hash;
|
H A D | BuildBazelRemoteExecutionV2Digest.php | 22 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/google/apiclient-services/src/CloudSearch/ |
H A D | ItemStructuredData.php | 25 public $hash; variable in Google\\Service\\CloudSearch\\ItemStructuredData 32 public function setHash($hash) argument 34 $this->hash = $hash; 41 return $this->hash;
|
H A D | ItemContent.php | 31 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 D | GoogleSecuritySafebrowsingV4ThreatEntry.php | 29 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 D | GoogleCloudWebriskV1SearchHashesResponseThreatHash.php | 30 public $hash; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1SearchHashesResponseThreatHash 53 public function setHash($hash) argument 55 $this->hash = $hash; 62 return $this->hash;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 255 $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/odt/renderer/ |
H A D | book.php | 130 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/noiewarning/ |
H A D | action.php | 272 $hash= null; 278 $hash= confToHash($betterfile); 283 if ($hash === null) { 286 $hash= confToHash($betterfile); 291 if ($hash === null) return $hash; // nothing more can be done 292 if (in_array('IE', $hash)!==false 293 || in_array('Internet Explorer', $hash)!==false 294 || in_array('Microsoft', $hash)!==false 295 || in_array('Edge/', $hash)!==false 299 $hash= null; [all …]
|