Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTCPSocketAction.php25 public $host; variable in Google\\Service\\CloudRun\\TCPSocketAction
34 public function setHost($host) argument
36 $this->host = $host;
43 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DAppEngineRouting.php25 public $host; variable in Google\\Service\\CloudScheduler\\AppEngineRouting
42 public function setHost($host) argument
44 $this->host = $host;
51 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DAppEngineRouting.php25 public $host; variable in Google\\Service\\CloudTasks\\AppEngineRouting
42 public function setHost($host) argument
44 $this->host = $host;
51 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCacheInvalidationRule.php25 public $host; variable in Google\\Service\\Compute\\CacheInvalidationRule
34 public function setHost($host) argument
36 $this->host = $host;
43 return $this->host;
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 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;
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 DUrlMapTest.php40 public $host; variable in Google\\Service\\Compute\\UrlMapTest
109 public function setHost($host) argument
111 $this->host = $host;
118 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php25 public $host; variable in Google\\Service\\Gmail\\SmtpMsa
46 public function setHost($host) argument
48 $this->host = $host;
55 return $this->host;
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DSQLAdmin.php906 'host' => [
959 'host' => [
/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/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/google/apiclient-services/src/TagManager/
H A DGalleryReference.php25 public $host; variable in Google\\Service\\TagManager\\GalleryReference
50 public function setHost($host) argument
52 $this->host = $host;
59 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md128 And then browsing to the host and port you specified
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md105 * Only add scheme when host is present
614 * Updated Url class to check if a scheme and host are set before adding ":"
714 * `Host` header can now diverge from the host part of a URL if the header is set manually
H A DUPGRADING.md775 …Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php280 $host = $uri->getHost();
285 $cookie->matchesDomain($host) &&
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php432 $host = $easy->request->getUri()->getHost();
434 !\GuzzleHttp\is_host_in_noproxy($host, $options['proxy']['no'])
/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/guzzlehttp/psr7/
H A DCHANGELOG.md199 - Compatibility of URIs with `file` scheme and empty host.
207 - Missing lowercase normalization for host.
H A DREADME.md736 Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR…
767 …Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the …

12345678910>>...17