Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 25 of 101) sorted by path

12345

/plugin/aceeditor/
H A Dbuild.js1 …=a&&location.protocol&&location.protocol.replace(/\:/,""),l=a&&location.hostname,c=a&&(location.po…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js136 …function(){if(!this.hideCredits){var a="amcharts.com",b=window.location.hostname.split("."),c;2<=b…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js786 …ow.location.origin || window.location.protocol + "//" + window.location.hostname + ( window.locati…
H A Dexport.min.js1 …g(window.location.origin||window.location.protocol+"//"+window.location.hostname+(window.location.…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js23285 hostname: oURL.hostname,
23306 fabric.log('ECONNREFUSED: connection refused to ' + oURL.hostname + ':' + oURL.port);
H A Dfabric.min.js15hostname:oURL.hostname,port:oURL.port,path:oURL.path,method:"GET"},function(response){var body="";…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DActivity.php52 public $hostname; variable in Google\\Service\\AnalyticsReporting\\Activity
201 public function setHostname($hostname) argument
203 $this->hostname = $hostname;
210 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/
H A DCertificateMapEntry.php38 public $hostname; variable in Google\\Service\\CertificateManager\\CertificateMapEntry
105 public function setHostname($hostname) argument
107 $this->hostname = $hostname;
114 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DOsInfo.php29 public $hostname; variable in Google\\Service\\CloudAsset\\OsInfo
72 public function setHostname($hostname) argument
74 $this->hostname = $hostname;
81 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DServiceResolver.php30 public $hostname; variable in Google\\Service\\CloudKMS\\ServiceResolver
55 public function setHostname($hostname) argument
57 $this->hostname = $hostname;
64 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstance.php60 public $hostname; variable in Google\\Service\\Compute\\Instance
317 public function setHostname($hostname) argument
319 $this->hostname = $hostname;
326 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DForwardSshTunnelConnectivity.php25 public $hostname; variable in Google\\Service\\Datastream\\ForwardSshTunnelConnectivity
46 public function setHostname($hostname) argument
48 $this->hostname = $hostname;
55 return $this->hostname;
H A DMysqlProfile.php25 public $hostname; variable in Google\\Service\\Datastream\\MysqlProfile
44 public function setHostname($hostname) argument
46 $this->hostname = $hostname;
53 return $this->hostname;
H A DOracleProfile.php33 public $hostname; variable in Google\\Service\\Datastream\\OracleProfile
78 public function setHostname($hostname) argument
80 $this->hostname = $hostname;
87 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryOsInfo.php29 public $hostname; variable in Google\\Service\\OSConfig\\InventoryOsInfo
72 public function setHostname($hostname) argument
74 $this->hostname = $hostname;
81 return $this->hostname;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1TokenProperties.php33 public $hostname; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1TokenProperties
74 public function setHostname($hostname) argument
76 $this->hostname = $hostname;
83 return $this->hostname;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md150 * Added HostnameProcessor that adds the machine's hostname to log records
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogmaticFormatter.php26 protected $hostname = ''; variable in Monolog\\Formatter\\LogmaticFormatter
33 public function setHostname(string $hostname): self argument
35 $this->hostname = $hostname;
55 if (!empty($this->hostname)) {
56 $record["hostname"] = $this->hostname;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogmaticHandler.php31 private $hostname; variable in Monolog\\Handler\\LogmaticHandler
40 * @param string $hostname Host name supplied by Logmatic.
48 string $hostname = '', argument
78 $this->hostname = $hostname;
97 if (!empty($this->hostname)) {
98 $formatter->setHostname($this->hostname);
H A DSyslogUdpHandler.php116 if (!$hostname = gethostname()) {
117 $hostname = '-';
128 $hostname . " " .
136 $hostname . " " .
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { argument
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
80 $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
82 $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js15 …function(){if(!this.ie)return!1;var a=document.domain,b=window.location.hostname;return a!=b&&a!="…
1166 …CKEDITOR.env.opera&&!CKEDITOR.env.air&&document.domain==window.location.hostname&&!(f.ie&&(8>f.ver…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js14 …a),isCustomDomain:function(){if(!this.ie)return!1;var a=document.domain,b=window.location.hostname;
1336 …CKEDITOR.env.opera&&!CKEDITOR.env.air&&document.domain==window.location.hostname&&!(b.ie&&(8>b.ver…
H A Dckeditor.js.unc253 b = window.location.hostname;
26622 …OR.env.opera && !CKEDITOR.env.air && document.domain == window.location.hostname && !(b.ie && (8 >…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1276 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{property:["body","cookie"],method:"getElementById"},Node:{property:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Location:{property:["hostname","protocol"],method:"assign"},HTMLImageElement:{property:"useMap",value:{nodeType:1,tagName:"img"}},HTMLAnchorElement:{property:"hreflang",value:{nodeType:1,tagName:"a"}},HTMLInputElement:{property:"form",value:{nodeType:1,tagName:"input"}},HTMLButtonElement:{},HTMLFormElement:{method:"submit",value:{nodeType:1,tagName:"form"}},HTMLBodyElement:{},HTMLHtmlElement:{},CSSStyleRule:{property:["selectorText","style"]}};
1335 domMemberMap.Location=["href","protocol","host","hostname","port","pathname","search","hash","assign","reload","replace"];
1342 domMemberMap.HTMLAnchorElement=extendArray(domMemberMap.Element,["name","target","accessKey","href","protocol","host","hostname","port","pathname","search","hash","hreflang","coords","shape","text","type","rel","rev","charset"]);
3086 }}function isGlobalStorageNameSupported(){try{return(globalStorageName in win&&win[globalStorageName]&&win[globalStorageName][win.location.hostname])
3097 }else{if(isGlobalStorageNameSupported()){storage=win[globalStorageName][win.location.hostname];

12345