Home
last modified time | relevance | path

Searched refs:hash (Results 101 – 125 of 470) sorted by relevance

12345678910>>...19

/plugin/gallery/
H A Dscript.js51 $gallery.find(e.target.hash).show();
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml2 test: Missing value for hash item
5 Third item in this hash doesn't have a value
H A DsfComments.yml29 test: Comments on a hash line
31 Comments on a hash line
56 test: Comment containing a colon on a hash line
/plugin/toctweak/
H A Dhelper.php38 list($id, $hash) = array_map('trim', explode('#', $id, 2));
39 $id = cleanID($id).($hash ? '#'.$hash : '');
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest-xml.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest-script-xml.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php360 $hash = self::getPBES1Hash($algorithm);
368 $cipher->setPassword($password, $kdf, $hash, $salt, $iterationCount);
420 $hash = str_replace('-', '/', substr($prf['algorithm'], 11));
424 $hash,
550 $hash = str_replace('-', '/', substr($prf, 11));
587 $hash = self::getPBES1Hash($encryptionAlgorithm);
596 $crypto->setPassword($password, $kdf, $hash, $salt, $iterationCount);
/plugin/scrape/
H A Dsyntax.php51 [$url, $hash] = sexplode('#', $url, 2);
52 if ($hash) $query = trim('#' . $hash . ' ' . $query);
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php32 return hash('sha1', $text, true);
84 return hash('sha256', $text, true);
/plugin/openid/Auth/OpenID/
H A DHMAC.php32 return hash('sha1', $text, true);
85 return hash('sha256', $text, true);
/plugin/xml/
H A Drenderer.php386 function locallink($hash, $name = null) { argument
387 …= '<link type="locallink" link="'.$this->_xmlEntities($hash).'" href="'.$this->_xmlEntities($hash)…
388 $this->doc .= $this->_getLinkTitle($name, $hash, $isImage);
404 list($id, $hash) = explode('#', $id, 2);
410 ….'" id="'.$id.'" search="'.$this->_xmlEntities($search).'" hash="'.$this->_xmlEntities($hash).'">';
567 list($src, $hash) = explode('#', $src, 2);
573 $src = ' id="'.$this->_xmlEntities($src).'" hash="'.$this->_xmlEntities($hash).'"';
607 list($img['src'], $hash) = explode('#', $img['src'], 2);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php99 return Hasher::hash(0);
102 return Hasher::hash($this->parent, $this->returnState);
/plugin/pubmed2020/
H A Dsyntax.php445 list($id, $hash) = explode('|', $id, 2);
448 $raw .= "\nHASH- ".$hash."\n";
451 $pattern = "/HASH- ".$hash."/";
454 $raw = preg_replace($pattern, "\nHASH- ".$hash."\n", $raw);
656 $hash = "&hashtags=".implode(",", $list); // Comma separated without #
658 $hash = "";
703 $tweet .= str_replace(array("-", "#"), "", $hash);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php222 ->withHash($params->hash->getHash())
298 … return self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods()) ?
318 ->withHash($this->hash->getHash())
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php124 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
132 Utils::hash($s, 'md5');
139 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php80 return base64_encode($this->hash($baseString));
121 protected function hash($data) function in OAuth\\OAuth1\\Signature\\Signature
/plugin/pwaoffline/
H A Dscript.js40 if (event.data.hash !== JSINFO.plugins.pwaoffline.swHashVersion) {
42 …`You are using an outdated serviceWorker! active: ${event.data.hash} current: ${JSINFO.plugins.pwa…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst19 hash of variables you want to define in the ``with`` tag; the previous example
29 {# it works with any expression that resolves to a hash #}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc25 * <<config-hash>>
54 include::config-hash.asciidoc[]
/plugin/docnavigation/syntax/
H A Dpagenav.php137 //ignore hash
138 [$link,$hash] = array_pad(explode('#', $link, 2), 2, '');
149 'hash' => $hash
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php112 $hash = new Hash('shake256-912');
113 $h = $hash->hash($str);
/plugin/move/helper/
H A Dhandler.php266 $hash = '';
270 $hash = $parts[1];
290 if($hash !== '') {
291 $new_id .= '#' . $hash;
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js465 window.location.hash == '') || (window.location.hash != null &&
901 window.location.hash = '';
905 window.location.hash = '';
2776 var id = window.location.hash;
2901 if ((window.location.hash == null || window.location.hash.length == 0) &&
3173 window.location.hash.length == 0 || window.location.hash.substring(0, 2) == '#P'))
3196 if (window.location.hash != null && window.location.hash.substring(0, 2) == '#P')
3317 if ((window.location.hash == null || window.location.hash.length <= 1) &&
3430 if ((window.location.hash == null || window.location.hash.length <= 1) &&
3445 else if ((window.location.hash == null || window.location.hash.length <= 1) &&
[all …]
/plugin/s5/ui/default/
H A Dslides.js303 function findSlide(hash) { argument
308 if ( (targetSlide.name && targetSlide.name == hash)
309 || (targetSlide.id && targetSlide.id == hash) ) {
324 if (window.location.hash == null) return;
326 var matches = sregex.exec(window.location.hash);
331 dest = findSlide(window.location.hash.slice(1));
339 thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);

12345678910>>...19