Home
last modified time | relevance | path

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

12

/template/writr/js/
H A Dskip-link-focus-fix.js25 if (document.location.hash) {
26 focusOnElement($(document.location.hash));
29 // if the hash has been changed (activation of an in-page link)
31 var hash = "#"+window.location.hash.replace(/^#/,'');
32 focusOnElement($(hash));
/template/twigstarter/vendor/twig/twig/src/Cache/
H A 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/
H A 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/
H A 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.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
[all...]
/template/sprintdoc/js/
H A Ddirect.js39 * scroll to / set focus to target of direct link if value of location hash equals direct link
43 var hash = window.location.hash;
44 if (hash) {
47 if(hash === target) {
/template/starterpjax/
H A 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/kajukkk/
H A Dtpl_functions.php134 $hash = md5($msg['msg']);
135 if(isset($shown[$hash])) continue; // skip double messages
142 $shown[$hash] = 1;
/template/twigstarter/vendor/twig/twig/src/
H A 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/templar/
H A Dscript.js17 if (location.hash) shiftWindow();
/template/twigstarter/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…
/template/starterbootstrap/js/
H A Dscript.js36 var target = jQNew(this.hash);
37 target = target.length ? target : jQNew('[name=' + this.hash.slice(1) +']');
/template/mikio/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">
/template/simple/
H A Dcsshover3.htc121 var hash = affected + className;
122 if(!this.callbacks[hash]) {
135 // hash it, so an identical selector/class combo does not duplicate the expression
136 this.callbacks[hash] = true;
/template/a_new_day/
H A Dcsshover3.htc121 var hash = affected + className;
122 if(!this.callbacks[hash]) {
135 // hash it, so an identical selector/class combo does not duplicate the expression
136 this.callbacks[hash] = true;
/template/vector/static/3rd/vector/
H A Dcsshover.htc121 var hash = affected + className;
122 if(!this.callbacks[hash]) {
135 // hash it, so an identical selector/class combo does not duplicate the expression
136 this.callbacks[hash] = true;
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php36 …$this->varName = sprintf('__internal_%s', hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $ext…
/template/r7throot1/
H A Dfunctions.php96 list($id, $hash) = explode('#', $in[1][0], 2);
/template/minima/
H A Dfunctions.php145 list($id, $hash) = explode('#', $in[1][0], 2);
/template/spacedok/
H A Dfunctions.php145 list($id, $hash) = explode('#', $in[1][0], 2);
/template/a_new_day/js/
H A Dprototype.js234 return match[1].split(separator || '&').inject({}, function(hash, pair) { argument
239 if (hash[name] !== undefined) {
240 if (hash[name].constructor != Array)
241 hash[name] = [hash[name]];
242 if (value) hash[name].push(value);
244 else hash[name] = value;
246 return hash;
685 merge: function(hash) { argument
686 return $H(hash).inject(this, function(mergedHash, pair) {
/template/battlehorse/js/
H A Dprototype.js234 return match[1].split(separator || '&').inject({}, function(hash, pair) { argument
239 if (hash[name] !== undefined) {
240 if (hash[name].constructor != Array)
241 hash[name] = [hash[name]];
242 if (value) hash[name].push(value);
244 else hash[name] = value;
246 return hash;
685 merge: function(hash) { argument
686 return $H(hash).inject(this, function(mergedHash, pair) {
/template/bushwick/
H A Dfunctions.js167 var element = document.getElementById( location.hash.substring( 1 ) );
/template/drop/
H A Dfunctions.js212 var element = document.getElementById(location.hash.substring(1));
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php189 …$p->setValue($twig, '__TwigTemplate_'.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', uniqid(m…

12