| /template/strap/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 …]
|
| /template/writr2/js/ |
| D | skip-link-focus-fix.js | 25 if (document.location.hash) { 26 focusOnElement($(document.location.hash)); 31 var hash = "#"+window.location.hash.replace(/^#/,''); 32 focusOnElement($(hash));
|
| /template/writr/js/ |
| D | skip-link-focus-fix.js | 25 if (document.location.hash) { 26 focusOnElement($(document.location.hash)); 31 var hash = "#"+window.location.hash.replace(/^#/,''); 32 focusOnElement($(hash));
|
| /template/twigstarter/vendor/twig/twig/src/Cache/ |
| D | FilesystemCache.php | 38 $hash = hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $className); 40 return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php';
|
| /template/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | SafeAnalysisNodeVisitor.php | 38 $hash = spl_object_hash($node); 39 if (!isset($this->data[$hash])) { 43 foreach ($this->data[$hash] as $bucket) { 58 $hash = spl_object_hash($node); 59 if (isset($this->data[$hash])) { 60 foreach ($this->data[$hash] as &$bucket) { 68 $this->data[$hash][] = [
|
| /template/rtd_suterdev/js/ |
| D | readthedokus.js | 95 if (document.location.hash) 98 var hash = decodeURI(document.location.hash); 99 var elem = document.querySelector(hash); 107 this._jumpToAnchor(hash); 111 var sidebarItem = document.querySelector("#sidebar #dw__toc a[href='" + hash + "']"); 504 var hash; 510 hash = href.substring(index); 511 this._jumpToAnchor(hash); 528 ReadtheDokus.prototype._jumpToAnchor = function(hash) argument 531 var target = document.querySelector(hash); [all …]
|
| /template/readthedokus/js/ |
| H A D | readthedokus.js | 52 if (document.location.hash) 55 var hash = decodeURI(document.location.hash); 56 var elem = document.querySelector(hash); 65 this._jumpToAnchor(hash); 69 var sidebarItem = document.querySelector("#sidebar #dw__toc a[href='" + hash + "']"); 516 var hash; 522 hash = href.substring(index); 523 this._jumpToAnchor(hash); 540 ReadtheDokus.prototype._jumpToAnchor = function(hash) argument 543 var target = document.querySelector(hash); [all …]
|
| /template/sprintdoc/js/ |
| H A D | direct.js | 43 var hash = window.location.hash; 44 if (hash) { 47 if(hash === target) {
|
| /template/strap/ComboStrap/ |
| H A D | InterWiki.php | 45 $hash = strrchr($this->urlWithoutFragment, '#'); 46 if ($hash) { 47 $this->urlWithoutFragment = substr($this->urlWithoutFragment, 0, -strlen($hash)); 48 $this->fragment = substr($hash, 1);
|
| /template/starterpjax/ |
| D | jquery.pjax.js | 77 if (link.hash && link.href.replace(link.hash, '') === 78 location.href.replace(location.hash, '')) 167 var hash = parseURL(options.url).hash 276 if ( hash !== '' ) { 283 url.hash = hash 288 var target = $(url.hash)
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
| H A D | SingletonPredictionContext.php | 99 return Hasher::hash(0); 102 return Hasher::hash($this->parent, $this->returnState);
|
| /template/kajukkk/ |
| D | tpl_functions.php | 134 $hash = md5($msg['msg']); 135 if(isset($shown[$hash])) continue; // skip double messages 142 $shown[$hash] = 1;
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Handlebars.php | 523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source)); 524 $tree = $this->getCache()->get($hash); 528 $this->getCache()->set($hash, $tree);
|
| /template/templar/ |
| D | script.js | 17 if (location.hash) shiftWindow();
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Comparison/ |
| H A D | Equivalence.php | 10 public function hash(Hashable $value) : int; function
|
| H A D | DefaultEquivalence.php | 14 public function hash(Hashable $value) : int function in Antlr\\Antlr4\\Runtime\\Comparison\\DefaultEquivalence
|
| H A D | Hasher.php | 13 public static function hash(...$values) : int function in Antlr\\Antlr4\\Runtime\\Comparison\\Hasher
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNConfigSet.php | 114 public function hash(Hashable $value) : int function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet::__construct::AnonymousClassc522385e0100 303 return Hasher::hash($this->configs); 307 $this->cachedHashCode = Hasher::hash($this->configs);
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Environment.php | 301 …return $this->templateClassPrefix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null … 448 $hash = hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $template, false); 450 $name = sprintf('%s (string template %s)', $name, $hash); 452 $name = sprintf('__string_template__%s', $hash);
|
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | Php72.php | 94 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…
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
| H A D | LexerPopModeAction.php | 62 return Hasher::hash($this->getActionType());
|
| H A D | LexerMoreAction.php | 62 return Hasher::hash($this->getActionType());
|
| H A D | LexerSkipAction.php | 62 return Hasher::hash($this->getActionType());
|
| /template/strap/vendor/carica/phpcss/ |
| H A D | composer.lock | 7 "content-hash": "7d7558a3b0b335a98568b52f34ddab8e",
|