Home
last modified time | relevance | path

Searched refs:host (Results 26 – 50 of 413) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DHealthCheck.php37 public $host; variable in Google\\Service\\Appengine\\HealthCheck
96 public function setHost($host) argument
98 $this->host = $host;
105 return $this->host;
H A DLivenessCheck.php33 public $host; variable in Google\\Service\\Appengine\\LivenessCheck
82 public function setHost($host) argument
84 $this->host = $host;
91 return $this->host;
H A DReadinessCheck.php37 public $host; variable in Google\\Service\\Appengine\\ReadinessCheck
96 public function setHost($host) argument
98 $this->host = $host;
105 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHTTP2HealthCheck.php25 public $host; variable in Google\\Service\\Compute\\HTTP2HealthCheck
54 public function setHost($host) argument
56 $this->host = $host;
63 return $this->host;
H A DUrlMapTest.php40 public $host; variable in Google\\Service\\Compute\\UrlMapTest
109 public function setHost($host) argument
111 $this->host = $host;
118 return $this->host;
H A DTestFailure.php52 public $host; variable in Google\\Service\\Compute\\TestFailure
159 public function setHost($host) argument
161 $this->host = $host;
168 return $this->host;
H A DHttpHealthCheck.php41 public $host; variable in Google\\Service\\Compute\\HttpHealthCheck
134 public function setHost($host) argument
136 $this->host = $host;
143 return $this->host;
H A DHttpsHealthCheck.php41 public $host; variable in Google\\Service\\Compute\\HttpsHealthCheck
134 public function setHost($host) argument
136 $this->host = $host;
143 return $this->host;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php14 var $host; variable in FetcherUrl
135 $this->host,
157 $this->host,
164 $fp = @fsockopen("ssl://$this->host", $this->port, $errno, $errstr, 5);
168 $this->host,
201 return $this->protocol."://".$this->host.$location;
204 return $this->protocol."://".$this->host.$this->path.$location;
239 $this->host = 'localhost';
260 $this->host = "";
325 $header .= "Host: ".$this->host."\r\n";
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php46 $host = \parse_url($link->getUrl(), PHP_URL_HOST);
47 if (! \is_string($host)) {
52 if (self::hostMatches($host, $internalHosts)) {
105 public static function hostMatches(string $host, $compareTo): bool
109 if (\preg_match($c, $host)) {
112 } elseif ($c === $host) {
117 hostMatches(string $host, $compareTo) global() argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php249 * @param string $host Host to check against the patterns.
254 function is_host_in_noproxy($host, array $noProxyArray) argument
256 if (strlen($host) === 0) {
261 if (strpos($host, ':')) {
262 $host = explode($host, ':', 2)[0];
272 } elseif ($area === $host) {
279 if (substr($host, -(strlen($area))) === $area) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DPostgreSqlConnectionProfile.php29 public $host; variable in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
66 public function setHost($host) argument
68 $this->host = $host;
75 return $this->host;
H A DMySqlConnectionProfile.php29 public $host; variable in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
66 public function setHost($host) argument
68 $this->host = $host;
75 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServer.php29 public $host; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
66 public function setHost($host) argument
68 $this->host = $host;
75 return $this->host;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php49 private $host = ''; variable in GuzzleHttp\\Psr7\\Uri
430 $authority = $this->host;
449 return $this->host;
506 public function withHost($host) argument
508 $host = $this->filterHost($host);
510 if ($this->host === $host) {
515 $new->host = $host;
593 $this->host = isset($parts['host'])
652 * @param string $host
658 private function filterHost($host) argument
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php37 protected $host; variable in Tx\\Mailer\\SMTP
99 * @param string $host server
104 public function setServer($host, $port, $secure=null) argument
106 $this->host = $host;
109 if(!$this->ehlo) $this->ehlo = $host;
172 $this->logger && $this->logger->debug("Connecting to {$this->host} at {$this->port}");
173 $host = ($this->secure == 'ssl') ? 'ssl://' . $this->host : $this->host;
174 $this->smtp = @fsockopen($host, $this->port);
/plugin/directions/
H A Daction.php203 $host = $_SERVER['REMOTE_ADDR'];
229 //echo $ip_banned . "=" . $host;
230 if (strcmp($host, $ip_banned) == 0)
232 //echo "Banned: " . $host . "!!!";
244 //echo $users_banned . "=" . $host;
247 //echo "Banned: " . $host . "!!!";
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
/plugin/elasticsearch/helper/
H A Dclient.php72 list($host, $proxy) = array_pad(explode(',', $line, 2),2, null);
73 list($host, $port) = explode(':', $host, 2);
74 $host = trim($host);
78 if (!$host) continue;
79 $dsn['servers'][] = compact('host', 'port', 'proxy', 'username', 'password');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php30 private $host; variable in OAuth\\Common\\Http\\Uri\\Uri
90 $this->host = $uriParts['host'];
173 return $this->host;
217 $authority .= $this->host;
232 $authority .= $this->host;
386 * @param string $host
388 public function setHost($host) argument
390 $this->host = $host;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php30 private $host; variable in OAuth\\Common\\Http\\Uri\\Uri
90 $this->host = $uriParts['host'];
173 return $this->host;
217 $authority .= $this->host;
232 $authority .= $this->host;
386 * @param string $host
388 public function setHost($host) argument
390 $this->host = $host;
[all...]
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php75 protected function mkUrl($host, $path, $params = array(), $ssl = true) argument
77 …return sprintf("%s://%s%s%s", $ssl ? 'https' : 'http', $host, $path, $this->mkQueryString($params)…
85 $host = $urlParts['host'];
87 $host .= ':' . $urlParts['port'];
93 return $this->mkUrl($host, $urlParts['path'], $query, $ssl);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUser.php29 public $host; variable in Google\\Service\\SQLAdmin\\User
76 public function setHost($host) argument
78 $this->host = $host;
85 return $this->host;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php61 protected $host;
88 public function __construct(?string $host = null)
90 $this->host = $host;
111 return $this->host;
117 public function setHost(?string $host)
119 $this->host = $host;
261 $url = ($this->useSsl ? 'ldaps' : 'ldap') . '://' . $this->host;
263 if ($this->host !
47 protected $host; global() variable in FreeDSx\\Ldap\\LdapUrl
74 __construct(string $host = null) global() argument
103 setHost(string $host) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php31 public $host; variable in Google\\Service\\ServiceControl\\Request
100 public function setHost($host) argument
102 $this->host = $host;
109 return $this->host;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogEntriesHandler.php29 * @param string $host Custom hostname to send the data to if needed
38 string $host = 'data.logentries.com', argument
49 $endpoint = $useSSL ? 'ssl://' . $host . ':443' : $host . ':80';

12345678910>>...17