Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 84) sorted by relevance

1234

/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php44 $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 DMap.php35 $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/
Dskip-link-focus-fix.js25 if (document.location.hash) {
26 focusOnElement($(document.location.hash));
31 var hash = "#"+window.location.hash.replace(/^#/,'');
32 focusOnElement($(hash));
/template/writr/js/
Dskip-link-focus-fix.js25 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/
DFilesystemCache.php38 $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/
DSafeAnalysisNodeVisitor.php38 $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/
Dreadthedokus.js95 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 Dreadthedokus.js52 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 Ddirect.js43 var hash = window.location.hash;
44 if (hash) {
47 if(hash === target) {
/template/strap/ComboStrap/
H A DInterWiki.php45 $hash = strrchr($this->urlWithoutFragment, '#');
46 if ($hash) {
47 $this->urlWithoutFragment = substr($this->urlWithoutFragment, 0, -strlen($hash));
48 $this->fragment = substr($hash, 1);
/template/starterpjax/
Djquery.pjax.js77 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 DSingletonPredictionContext.php99 return Hasher::hash(0);
102 return Hasher::hash($this->parent, $this->returnState);
/template/kajukkk/
Dtpl_functions.php134 $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 DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
524 $tree = $this->getCache()->get($hash);
528 $this->getCache()->set($hash, $tree);
/template/templar/
Dscript.js17 if (location.hash) shiftWindow();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquivalence.php10 public function hash(Hashable $value) : int; function
H A DDefaultEquivalence.php14 public function hash(Hashable $value) : int function in Antlr\\Antlr4\\Runtime\\Comparison\\DefaultEquivalence
H A DHasher.php13 public static function hash(...$values) : int function in Antlr\\Antlr4\\Runtime\\Comparison\\Hasher
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php114 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/
DEnvironment.php301 …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/
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…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPopModeAction.php62 return Hasher::hash($this->getActionType());
H A DLexerMoreAction.php62 return Hasher::hash($this->getActionType());
H A DLexerSkipAction.php62 return Hasher::hash($this->getActionType());
/template/strap/vendor/carica/phpcss/
H A Dcomposer.lock7 "content-hash": "7d7558a3b0b335a98568b52f34ddab8e",

1234