Home
last modified time | relevance | path

Searched refs:hash (Results 151 – 175 of 470) sorted by relevance

12345678910>>...19

/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js106 var hash = null;
108hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
109 var cache = JsHttpRequest.CACHE[hash];
132 hash: hash,
182 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
/plugin/linkbonus/syntax/
H A Dinterwiki.txt213 //split into hash and url part
214 list($reference,$hash) = explode('#',$reference,2);
232 if($hash) $url .= '#'.rawurlencode($hash);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php55 abstract protected function doAccept($hash); argument
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml128 test: Document as a simple hash
129 brief: Document as a simple hash
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php369 * @param string $hash
371 public function withHash($hash) argument
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php94 if (null === $hash = spl_object_hash($object)) {
99 …return self::$hashMask ^ hexdec(substr($hash, 16 - (\PHP_INT_SIZE * 2 - 1), (\PHP_INT_SIZE * 2 - 1…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerMoreAction.php62 return Hasher::hash($this->getActionType());
H A DLexerPopModeAction.php62 return Hasher::hash($this->getActionType());
H A DLexerSkipAction.php62 return Hasher::hash($this->getActionType());
H A DLexerPushModeAction.php69 return Hasher::hash($this->getActionType(), $this->mode);
H A DLexerTypeAction.php74 return Hasher::hash($this->getActionType(), $this->type);
H A DLexerChannelAction.php74 return Hasher::hash($this->getActionType(), $this->channel);
H A DLexerModeAction.php68 return Hasher::hash($this->getActionType(), $this->mode);
/plugin/siteexport/syntax/
H A Dtoc.php303 list($id, $hash) = explode('#', $id, 2);
304 if (!empty($hash)) $hash = $renderer->_headerToLink($hash);
310 $item['anchor'] = $hash;
/plugin/redirect/lang/en/
H A Dintro.txt3 …ute and cleaned (no specialchars, all lowercase, full namespaces). Anchor hash must be escaped wit…
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock7 "content-hash": "7d7558a3b0b335a98568b52f34ddab8e",
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php13 public static function hash(...$values) : int function in Antlr\\Antlr4\\Runtime\\Comparison\\Hasher
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dhash.svg1 <svg class="bi bi-hash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/mobiletable/
H A Dscript.js8 …,window.mobileTables("mobile"===a)&&window.location.hash&&(window.location.hash=window.location.ha…
/plugin/owncloud/
H A Dhelper.php403 list($src,$hash) = explode('#',$src,2);
456 if($hash) $link['url'] .= '#'.$hash;
487 list($src,$hash) = explode('#',$src,2);
509 if($hash) $link['url'] .= '#'.$hash;
/plugin/dokutexit/
H A Dlatex.php423 function locallink($hash, $name = NULL) { argument
425 list($page, $section) = split('#', $hash, 2);
427 $cleanid = noNS(cleanID($hash, TRUE));
429 $name = $this->_getLinkTitle($name, $hash, $isImage);
430 $hash = $this->_headerToLink($hash);
431 array_push($this->dokulinks, array('id' => $hash, 'name' => $name, 'type' => 'local', ));
457 $hash = NULL;
496 list($id,$hash) = split('#',$id,2);
497 if (isset($hash)) {
498 $this->putcmd('href{' . $id . '#' . $hash . '}{' . $name . '}');
/plugin/git/action/
H A Dmerge.php65 $hash = $_REQUEST['hash'];
/plugin/redirect/lang/nl/
H A Dintro.txt4 Voor een anker hash # moeten een backslash \ om te zorgen dat deze goed herkend wordt.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php38 return Hasher::hash($this->a, $this->b);
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php317 foreach ($this->getPublicKeyList() as $hash) {
319 if ($hash->getHashedMessage() == $publicKey->getHashedMessage() &&
320 $hash->getHashAlgorithm()->getOid() == $publicKey->getHashAlgorithm()->getOid()) {

12345678910>>...19