| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | InterchangeBuilder.php | 79 * @param HTMLPurifier_StringHash $hash source data 82 public function build($interchange, $hash) argument 84 if (!$hash instanceof HTMLPurifier_StringHash) { 85 $hash = new HTMLPurifier_StringHash($hash); 87 if (!isset($hash['ID'])) { 90 if (strpos($hash['ID'], '.') === false) { 91 if (count($hash) == 2 && isset($hash['DESCRIPTION'])) { 92 $hash->offsetGet('DESCRIPTION'); // prevent complaining 97 $this->buildDirective($interchange, $hash); 99 $this->_findUnused($hash); [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])) { 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][] = $value; 82 $hash = $this->equivalence->hash($value); 84 if (!isset($this->table[$hash])) { [all …]
|
| H A D | Map.php | 35 $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($key); 77 if (!isset($this->table[$hash])) { 78 $this->table[$hash] = []; 81 foreach ($this->table[$hash] as $index => [$entryKey]) { [all …]
|
| /plugin/odtsupport/ |
| 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); 103 $params = str_replace("<PAGEHASH>",$hash,$params); // replace "<PAGEHASH>" keyword by hash 104 $hash = substr($hash,0,4); 105 $params = str_replace("<PAGEHASH4>",$hash,$params); // replace "<PAGEHASH4>" keyword by hash 110 $hash = substr($hash,0,4); 123 $hash = date($this->getConf('dateformat'), intval($metadata)); [all …]
|
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| 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 = ''; 206 $hash .= self::$characterTable[$chr]; 210 return $hash; 217 * @param string $hash a GeoHash 220 private function decode($hash) argument [all …]
|
| /plugin/authwordpress/ |
| H A D | class-phpass.php | 162 $hash = md5($salt . $password, TRUE); 164 $hash = md5($hash . $password, TRUE); 168 $output .= $this->encode64($hash, 16); 224 $hash = 226 if (strlen($hash) === 60) { 227 return $hash; 234 $hash = 237 if (strlen($hash) === 34) { 238 return $hash; 253 $hash = $this->crypt_private($password, $stored_hash); [all …]
|
| /plugin/photogallery/lightGallery/js/ |
| 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
|
| D | lg-hash.js | 26 hash: true property 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;
|
| /plugin/encryptedpasswords/script/ |
| 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, property 148 hash: buffer.slice(0, 32), 169 hash: new Uint8Array([...D1, ...D2]),
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Hash.php | 213 * @param string $hash 216 public function __construct($hash = 'sha256') argument 218 $this->setHash($hash); 283 hash($this->algo, $this->key, true); 303 * @param string $hash 305 public function setHash($hash) argument 307 $this->hashParam = $hash = strtolower($hash); 308 switch ($hash) { 314 $this->length = abs(substr($hash, -3)) >> 3; 326 $hash = substr($hash, 0, -3); [all …]
|
| D | RSA.php | 520 $this->hLen = $this->hash->getLengthInBytes(); 574 $h = $this->hash->hash($m); 577 switch ($this->hash->getHash()) { 637 $h = $this->hash->hash($m); 640 switch ($this->hash->getHash()) { 698 $t .= $this->mgfHash->hash($mgfSeed . $c); 724 * @param string $hash 726 public function withHash($hash) argument 731 switch (strtolower($hash)) { 741 $new->hash = new Hash($hash); [all …]
|
| /plugin/sectiontoggle/ |
| 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)) { 127 if (window.location.hash) { 128 SectionToggle.hash = window.location.hash.toLowerCase(); 129 SectionToggle.hash = SectionToggle.hash.replace(/#/, ""); 130 SectionToggle.hash = SectionToggle.hash.replace(/\s/g, "_"); [all …]
|
| /plugin/prosemirror/parser/ |
| D | LocalLinkNode.php | 12 public static function render($renderer, $hash, $name) argument 18 'data-resolvedID' => $ID . '#' . $hash, 19 'data-resolvedName' => $hash, 26 '#' . $hash, 32 public static function resolveLocalLink($hash, $id) argument 34 $trimmedHash = trim($hash, '#');
|
| /plugin/sha3sum/ |
| 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/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/ |
| 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/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| D | PuTTY.php | 255 $hash = new Hash('sha256'); 256 $hash->setKey($hashkey); 259 $hash = new Hash('sha1'); 260 $hash->setKey(sha1($hashkey, true)); 278 if (!hash_equals($hash->hash($source), $hmac)) { 320 $hash = new Hash('sha256'); 321 $hash->setKey(''); 324 $hash = new Hash('sha1'); 325 $hash->setKey(sha1('putty-private-key-file-mac-key', true)); 342 $hash = new Hash('sha256'); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
| 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;
|
| 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;
|
| /plugin/avatar/ |
| D | monsterid.php | 43 $hash = md5($seed); 46 'legs' => get_part(substr($hash, 0, 2), 1, 5), 47 'hair' => get_part(substr($hash, 2, 2), 1, 5), 48 'arms' => get_part(substr($hash, 4, 2), 1, 5), 49 'body' => get_part(substr($hash, 6, 2), 1, 15), 50 'eyes' => get_part(substr($hash, 8, 2), 1, 15), 51 'mouth' => get_part(substr($hash, 10, 2), 1, 10),
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | printer.js | 94 if (partial.hash) { 95 content += ' ' + this.accept(partial.hash); 104 if (partial.hash) { 105 content += ' ' + this.accept(partial.hash); 127 hash; 135 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : ''; 137 return this.accept(sexpr.path) + ' ' + params + hash; 165 PrintVisitor.prototype.Hash = function(hash) { argument 166 let pairs = hash.pairs,
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
| 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;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/ |
| 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/ |
| 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/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | printer.js | 100 if (partial.hash) { 101 content += ' ' + this.accept(partial.hash); 110 if (partial.hash) { 111 content += ' ' + this.accept(partial.hash); 133 hash = undefined; 141 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : ''; 143 return this.accept(sexpr.path) + ' ' + params + hash; 171 PrintVisitor.prototype.Hash = function (hash) { argument 172 var pairs = hash.pairs,
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | printer.js | 101 if (partial.hash) { 102 content += ' ' + this.accept(partial.hash); 111 if (partial.hash) { 112 content += ' ' + this.accept(partial.hash); 134 hash = undefined; 142 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : ''; 144 return this.accept(sexpr.path) + ' ' + params + hash; 172 PrintVisitor.prototype.Hash = function (hash) { argument 173 var pairs = hash.pairs,
|