Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 75) sorted by relevance

123

/template/chippedsnow/
H A Dless-1.1.3.min.js28 …eplace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function o(b,c,e,f){var g=a.location.href.replace(/[#?…
29location.protocol==="file:"||location.protocol==="chrome:"||location.protocol==="chrome-extension:…
/template/writr/js/
H A Dskip-link-focus-fix.js25 if (document.location.hash) {
26 focusOnElement($(document.location.hash));
31 var hash = "#"+window.location.hash.replace(/^#/,'');
/template/dokukit/
H A Dscript.js7 baseurl = window.location.protocol + '//' + window.location.hostname;
9 paths = window.location.pathname.split('/');
/template/kajukkk/js/
H A Dsendsns.js92 …setTimeout(function(){ location.href = 'intent://' + o.param + '#Intent;' + o.g_proto + ';end'}, 1…
97 setTimeout(function(){ location.href = o.a_store; }, 200);
98 setTimeout(function(){ location.href = o.a_proto + o.param }, 100);
/template/starterpjax/
H A Djquery.pjax.js73 if ( location.protocol !== link.protocol || location.hostname !== link.hostname )
78 location.href.replace(location.hash, ''))
82 if (link.href === location.href + '#')
303 url: window.location.href,
342 url: window.location.href,
359 window.location.replace(url)
364 var initialURL = window.location.href
438 locationReplace(location.href)
803 $.pjax.reload = function() { window.location.reload() }
/template/mikio/assets/
H A Dmikio.js194 var href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
196 var params = window.location.search;
209 window.location = href;
218 var href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
220 var params = window.location.search;
233 window.location
[all...]
/template/comicslate/
H A Dscript.js7 lhref = window . location . href,
8 lpath = window . location . pathname;
22 if ( /:/ . test ( lpath ) ) window . location . pathname = lpath . replace ( /:/g, '/' );
218 …if ( document . querySelector ( '.noteredirect a' ) ) window . location . href = document . queryS…
/template/rtd_suterdev/js/
H A Dreadthedokus.js18 this._delimiter = ( window.location.search.indexOf(":") > -1 ? ":" : "/");
95 if (document.location.hash)
98 var hash = decodeURI(document.location.hash);
535 location.href = hash;
602 this._currentPage = window.location.href.replace(/#.*$/, "");
/template/readthedokus/js/
H A Dreadthedokus.js16 this._delimiter = ( window.location.search.indexOf(":") > -1 ? ":" : "/");
52 if (document.location.hash)
55 var hash = decodeURI(document.location.hash);
548 location.href = hash;
615 var currentPage = window.location.href.replace(/#.*$/, "");
/template/sprintdoc/
H A DTemplate.php81 * @param string $location
86 public function getInclude($location, $pre = '', $post = '') { argument
88 $content = $this->plugins['tplinc']->renderIncludes($location);
/template/templar/
H A Dscript.js17 if (location.hash) shiftWindow();
/template/hexa/genericons/
H A Dgenericons.css6 This file location is deprecated
/template/bootstrap3/
H A Dscript.js115 if (location.hash) {
214 document.location.hash = $link.attr('href');
410 url = encodeURIComponent(location),
411 window_options = 'width=800,height=600,menubar=no,location=no,status=no';
423 'msteams': (function () { return ['https://teams.microsoft.com/share?href=', url, '&referrer=', location.host].join(''); })(),
456 window.location = share_to['sendmail'];
H A DTemplate.php132 * @param string $location
135 public function includePage($location, $return = false)
141 $content = $plugin->renderIncludes($location);
145 $content = tpl_include_page($location, 0, 1, $this->getConf('useACL'));
134 includePage($location, $return = false) global() argument
/template/starterbootstrap/js/
H A Dscript.js35 …if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname ==…
/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;
/template/boozurk/tinynav/
H A Dtinynav.js60 window.location.href = $(this).val();
H A Dtinynav.min.js3 …ex(a(f+" li."+b.active))+")").attr("selected",!0);e.change(function(){i.location.href=a(this).val(…
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.navbar.js89 window.location = href;
/template/sprintdoc/js/legacy/
H A Drespond.min.js
/template/bushwick/
H A Dfunctions.js167 var element = document.getElementById( location.hash.substring( 1 ) );
/template/tr-twitter/
H A Dstyle.css20 #location {
24 #location a {
/template/drop/
H A Dfunctions.js212 var element = document.getElementById(location.hash.substring(1));
/template/ospyramid/js/libs/
H A Drespond.js46 || href.replace( RegExp.$1, "" ).split( "/" )[0] === win.location.host ){
H A Drespond.min.js7 …+?:(\/\/)?(www\.)?)/.test(x)||x.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({hre…

123