Home
last modified time | relevance | path

Searched refs:host (Results 1 – 20 of 20) sorted by relevance

/template/kajukkk/
DSnoopy.class.php38 var $host = "www.php.net"; // host name we are connecting to variable in Snoopy
140 $this->host = $URI_PARTS["host"];
165 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
204 $this->host = $URI_PARTS["host"];
225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
292 $this->host = $URI_PARTS["host"];
320 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
363 $this->host = $URI_PARTS["host"];
387 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
749 $search = array( "|^http://".preg_quote($this->host)."|i",
[all …]
/template/strap/ComboStrap/Web/
H A DUrl.php78 private ?string $host = null; variable in ComboStrap\\Web\\Url
126 $this->host = $urlComponents["host"] ?? null;
153 $this->host == null
156 ($requestHost != null && $this->host == $requestHost))
444 if ($this->host === null) {
447 return $this->host;
573 public function setHost($host): Url argument
575 $this->host = $host;
823 $host = $this->getHost();
825 $host = null;
[all …]
/template/strap/ComboStrap/
H A DLocalPath.php81 private ?string $host = null; variable in ComboStrap\\LocalPath
112 [$this->host, $relativePath] = explode("/", $pathWithoutNetworkShare, 2);
459 if ($this->host === null) {
462 return $this->host;
/template/ospyramid/js/libs/
Drespond.min.js7 …/)?(www\.)?)/.test(x)||x.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({href:x,med…
Drespond.js46 || href.replace( RegExp.$1, "" ).split( "/" )[0] === win.location.host ){
/template/argon-alt/assets/js/core/
Dpopper.min.js4host}function n(e){if(!e||-1!==['HTML','BODY','#document'].indexOf(e.nodeName))return window.docum…
Djquery.min.js4 …{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z…
/template/argon/assets/js/core/
Dpopper.min.js4host}function n(e){if(!e||-1!==['HTML','BODY','#document'].indexOf(e.nodeName))return window.docum…
Djquery.min.js4 …{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z…
/template/mikio/assets/
H A Dmikio.js204 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
228 …let href = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;
/template/bootie/js/
Dpopper-1.14.7.min.js4host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ow…
Djquery-3.3.1.min.js2 …{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e…
/template/strap/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ow…
H A Djquery-3.4.1.min.js2 …{r.href=v.url,r.href=r.href,v.crossDomain=Ft.protocol+"//"+Ft.host!=r.protocol+"//"+r.host}catch(e…
/template/strap/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ow…
H A Djquery-3.5.1.min.js2 …{r.href=v.url,r.href=r.href,v.crossDomain=Wt.protocol+"//"+Wt.host!=r.protocol+"//"+r.host}catch(e…
/template/bootstrap3/
Dscript.js423 …eturn ['https://teams.microsoft.com/share?href=', url, '&referrer=', location.host].join(''); })(),
/template/strap/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5host:null)||f(e)}function h(e){return 0<=["html","body","#document"].indexOf(s(e))?e.ownerDocument…
/template/quickjump/
Djquery-1.4.2.min.js126 …");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="s…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js161 Env.useLocalSkin=path.indexOf(location.protocol+"//"+location.host+"/")==0&&!isGetFirebugSite;
1082 this.getURIHost=function(uri){try{if(uri){return uri.host
2948 var isLocalResource=!resourceDomain||resourceDomain==Firebug.context.window.location.host;