Home
last modified time | relevance | path

Searched refs:host (Results 51 – 75 of 413) sorted by relevance

12345678910>>...17

/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php49 'host' => 'example.org',
75 'host' => 'ftp.example.org',
90 'host' => 'example.org',
102 'host' => null,
166 'host' => 'example.org',
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php134 $host = strtolower($parts['host']);
135 $hostparts = explode('*', $host);
145 $host = $hostparts[1];
151 if (strpos($host, ':') !== false) {
155 $parts['host'] = $host;
286 $host = $url_parsed['host'];
288 substr($host, -(strlen($host_tail))) != $host_tail &&
289 substr($host_tail, 1) != $host) {
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php134 $host = strtolower($parts['host']);
135 $hostparts = explode('*', $host);
145 $host = $hostparts[1];
151 if (strpos($host, ':') !== false) {
155 $parts['host'] = $host;
286 $host = $url_parsed['host'];
288 substr($host, -(strlen($host_tail))) != $host_tail &&
289 substr($host_tail, 1) != $host) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DHostnameProcessor.php20 private static $host; variable in Monolog\\Processor\\HostnameProcessor
24 self::$host = (string) gethostname();
32 $record['extra']['hostname'] = self::$host;
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php78 $host = $_SERVER['HTTPS']?"https":"http";
79 $host = $host . "://" . $_SERVER['SERVER_NAME'];
80 $wiki_url = $host . wl($wiki_id);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php21 $host = "http://beta.etherpad.org"; variable
74 $newlocation = "$host/p/$padID"; // redirect to the new padID location
142 echo "<h1><a href=$host/p/$padUrl>$padname</a></h1>";
146 echo "<h3><a href=$host/p/$padUrl>Edit Pad</a></h3>";
149 echo "<h3><a href=$host/ro/$readOnlyID>Read only view</a>";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php46 public $host; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
157 public function setHost($host) argument
159 $this->host = $host;
166 return $this->host;
/plugin/qstat/
H A Dsyntax.php314 function _getStatus($host, $port) { argument
316 return $this->_proxy($host, $port);
318 return array_merge($this->_infos($host, $port), $this->_status($host, $port));
322 function _proxy($host, $port) { argument
324 $str = file_get_contents("$proxy?host=$host&port=$port");
333 function _infos($host, $port) { argument
336 $sock = @stream_socket_client("udp://$host:$port");
363 function _status($host, $port) { argument
366 $sock = @stream_socket_client("udp://$host:$port");
/plugin/tokenbucketauth/
H A Dadmin.php176 $host = @gethostbyaddr($ip);
177 if($host === false || $host === $ip)
178 $host = '?';
182 echo '<td>'.hsc($host).'</td>';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php32 private $host; variable in Monolog\\Handler\\CubeHandler
61 $this->host = $urlInfo['host'];
85 if (!socket_connect($this->udpConnection, $this->host, $this->port)) {
86 …throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php170 if (!isset($host)) {
181 if (preg_match('/^{[a-z0-9]+}$/i', $host)) {
182 $host = SSH2::getConnectionByResourceId($host);
183 if ($host === false) {
186 $this->sftp = $host;
216 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
217 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
219 $this->sftp = new SFTP($host, $port);
243 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php125 $host = $this->uri->getHost();
127 if ($host == '') {
132 $host .= ':' . $port;
143 $this->headers = [$header => [$host]] + $this->headers;
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php68 $host = $matches['host'];
79 $header .= "Host: $host:$port\r\n";
90 $header .= "Host: $host:$port\r\n";
97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
107 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js371 var host = window.location.host; variable
373 if (host != 'test.draw.io')
376 var position = host.length - searchString.length;
377 var lastIndex = host.lastIndexOf(searchString, position);
387 var position = host.length - searchString.length;
388 var lastIndex = host.lastIndexOf(searchString, position);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php46 $host = 'Host: '.$endpoint->getHost();
49 $host .= ':'.$endpoint->getPort();
52 $extraHeaders['Host'] = $host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php54 public $host; variable in Google\\Service\\CloudRedis\\Instance
239 public function setHost($host) argument
241 $this->host = $host;
248 return $this->host;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php46 $host = 'Host: '.$endpoint->getHost();
49 $host .= ':'.$endpoint->getPort();
52 $extraHeaders['Host'] = $host;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java18 String host = getParameter("host"); in createRequest() local
19 String dokuHost = host; in createRequest()
34 if (dokuBase.startsWith(host)) { in createRequest()
35 dokuBase = dokuBase.substring(host.length()); in createRequest()
/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php47 public $host; variable in Google\\Service\\Logging\\RequestLog
230 public function setHost($host) argument
232 $this->host = $host;
239 return $this->host;
/plugin/farmer/_test/
H A Dcore.test.php
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php33 * @param string $host
41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php33 * @param string $host
41 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php34 $this->host = $apiConfig['ioMemCacheCache_host'];
36 if (empty($this->host) || empty($this->port)) {
81 if (! $this->connection = @memcache_pconnect($this->host, $this->port)) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php61 function HTTPClient($host, $port = 80) { argument
62 $this->Socket($host, $port);
94 $headers .= "Host: " . $this->host . "\r\n";

12345678910>>...17