Home
last modified time | relevance | path

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

1234

/template/chippedsnow/
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/writr2/js/
Dskip-link-focus-fix.js25 if (document.location.hash) {
26 focusOnElement($(document.location.hash));
31 var hash = "#"+window.location.hash.replace(/^#/,'');
/template/writr/js/
Dskip-link-focus-fix.js25 if (document.location.hash) {
26 focusOnElement($(document.location.hash));
31 var hash = "#"+window.location.hash.replace(/^#/,'');
/template/dokukit/
Dscript.js7 baseurl = window.location.protocol + '//' + window.location.hostname;
9 paths = window.location.pathname.split('/');
/template/kajukkk/js/
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/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php225 $location = $this->executor->execute(
230 return new WebDriverPoint($location['x'], $location['y']);
253 $location = ['x' => $result['x'], 'y' => $result['y']];
255 $location = $this->executor->execute(
261 return new WebDriverPoint($location['x'], $location['y']);
/template/starterpjax/
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/comicslate/
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/mikio/assets/
H A Dmikio.js204 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
206 let params = window.location.search;
219 window.location = href;
228 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
230 let params = window.location.search;
243 window.location = href;
/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/rtd_suterdev/js/
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);
547 location.href = hash;
614 var currentPage = window.location.href.replace(/#.*$/, "");
/template/templar/
Dscript.js17 if (location.hash) shiftWindow();
/template/hexa/genericons/
Dgenericons.css6 This file location is deprecated
/template/starterbootstrap/js/
Dscript.js35 …if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname ==…
/template/sprintdoc/js/
H A Ddirect.js43 var hash = window.location.hash;
/template/bootstrap3/
Dscript.js115 if (location.hash) {
214 document.location.hash = $link.attr('href');
410 url = encodeURIComponent(location),
423 …{ return ['https://teams.microsoft.com/share?href=', url, '&referrer=', location.host].join(''); }…
456 window.location = share_to['sendmail'];
/template/boozurk/tinynav/
Dtinynav.min.js3 …ex(a(f+" li."+b.active))+")").attr("selected",!0);e.change(function(){i.location.href=a(this).val(…
Dtinynav.js60 window.location.href = $(this).val();
/template/breeze/bower_components/gumby/js/libs/ui/
Dgumby.navbar.js89 window.location = href;
/template/bushwick/
Dfunctions.js167 var element = document.getElementById( location.hash.substring( 1 ) );
/template/strap/resources/library/combo/
H A Dcombo.min.js30location.href),this.url.searchParams.set("id",s.id);break;case f.RUNNER:this.url=new URL(e+"lib/ex…
/template/tr-twitter/
Dstyle.css20 #location {
24 #location a {
/template/drop/
Dfunctions.js212 var element = document.getElementById(location.hash.substring(1));
/template/ospyramid/js/libs/
Drespond.min.js7 …+?:(\/\/)?(www\.)?)/.test(x)||x.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({hre…

1234