Searched refs:location (Results 1 – 25 of 92) sorted by relevance
1234
| /template/chippedsnow/ |
| D | less-1.1.3.min.js | 28 …eplace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function o(b,c,e,f){var g=a.location.href.replace(/[#?… 29 …location.protocol==="file:"||location.protocol==="chrome:"||location.protocol==="chrome-extension:…
|
| /template/writr2/js/ |
| D | skip-link-focus-fix.js | 25 if (document.location.hash) { 26 focusOnElement($(document.location.hash)); 31 var hash = "#"+window.location.hash.replace(/^#/,'');
|
| /template/writr/js/ |
| D | skip-link-focus-fix.js | 25 if (document.location.hash) { 26 focusOnElement($(document.location.hash)); 31 var hash = "#"+window.location.hash.replace(/^#/,'');
|
| /template/dokukit/ |
| D | script.js | 7 baseurl = window.location.protocol + '//' + window.location.hostname; 9 paths = window.location.pathname.split('/');
|
| /template/kajukkk/js/ |
| D | sendsns.js | 92 …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 D | RemoteWebElement.php | 225 $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/ |
| D | jquery.pjax.js | 73 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/ |
| D | script.js | 7 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 D | mikio.js | 204 …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 D | Template.php | 81 * @param string $location 86 public function getInclude($location, $pre = '', $post = '') { argument 88 $content = $this->plugins['tplinc']->renderIncludes($location);
|
| /template/rtd_suterdev/js/ |
| D | readthedokus.js | 18 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 D | readthedokus.js | 16 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/ |
| D | script.js | 17 if (location.hash) shiftWindow();
|
| /template/hexa/genericons/ |
| D | genericons.css | 6 This file location is deprecated
|
| /template/starterbootstrap/js/ |
| D | script.js | 35 …if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname ==…
|
| /template/sprintdoc/js/ |
| H A D | direct.js | 43 var hash = window.location.hash;
|
| /template/bootstrap3/ |
| D | script.js | 115 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/ |
| D | tinynav.min.js | 3 …ex(a(f+" li."+b.active))+")").attr("selected",!0);e.change(function(){i.location.href=a(this).val(…
|
| D | tinynav.js | 60 window.location.href = $(this).val();
|
| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.navbar.js | 89 window.location = href;
|
| /template/bushwick/ |
| D | functions.js | 167 var element = document.getElementById( location.hash.substring( 1 ) );
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js | 30 …location.href),this.url.searchParams.set("id",s.id);break;case f.RUNNER:this.url=new URL(e+"lib/ex…
|
| /template/tr-twitter/ |
| D | style.css | 20 #location { 24 #location a {
|
| /template/drop/ |
| D | functions.js | 212 var element = document.getElementById(location.hash.substring(1));
|
| /template/ospyramid/js/libs/ |
| D | respond.min.js | 7 …+?:(\/\/)?(www\.)?)/.test(x)||x.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({hre…
|
1234