/template/writr/js/ |
H A D | skip-link-focus-fix.js | 25 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 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/ |
H A 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/ |
H A 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 [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 + "']"); 517 var hash; 523 hash = href.substring(index); 524 this._jumpToAnchor(hash); 541 ReadtheDokus.prototype._jumpToAnchor = function(hash) 528 _jumpToAnchor(hash) global() argument [all...] |
/template/sprintdoc/js/ |
H A D | direct.js | 39 * 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 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/kajukkk/ |
H A D | tpl_functions.php | 134 $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 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/templar/ |
H A D | script.js | 17 if (location.hash) shiftWindow();
|
/template/twigstarter/vendor/symfony/polyfill-php72/ |
H A 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/starterbootstrap/js/ |
H A D | script.js | 36 var target = jQNew(this.hash); 37 target = target.length ? target : jQNew('[name=' + this.hash.slice(1) +']');
|
/template/mikio/icons/bootstrap-icons/svg/ |
H A D | hash.svg | 1 <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 D | csshover3.htc | 121 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 D | csshover3.htc | 121 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 D | csshover.htc | 121 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 D | ProfilerNodeVisitor.php | 36 …$this->varName = sprintf('__internal_%s', hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $ext…
|
/template/r7throot1/ |
H A D | functions.php | 96 list($id, $hash) = explode('#', $in[1][0], 2);
|
/template/minima/ |
H A D | functions.php | 145 list($id, $hash) = explode('#', $in[1][0], 2);
|
/template/spacedok/ |
H A D | functions.php | 145 list($id, $hash) = explode('#', $in[1][0], 2);
|
/template/a_new_day/js/ |
H A D | prototype.js | 234 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 D | prototype.js | 234 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 D | functions.js | 167 var element = document.getElementById( location.hash.substring( 1 ) );
|
/template/drop/ |
H A D | functions.js | 212 var element = document.getElementById(location.hash.substring(1));
|
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 189 …$p->setValue($twig, '__TwigTemplate_'.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', uniqid(m…
|