Home
last modified time | relevance | path

Searched refs:host (Results 101 – 125 of 413) sorted by last modified time

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
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/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;
H A DHTTPGetAction.php26 public $host; variable in Google\\Service\\CloudRun\\HTTPGetAction
41 public function setHost($host) argument
43 $this->host = $host;
50 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/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php46 … * @param string $host Either IP/hostname or a path to a unix socket (port must be 0 then)
56 …public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::… argument
67 $this->socket = new UdpSocket($host, $port);
H A DCouchDBHandler.php54 …$url = 'http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['…
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php351 * @param string $host
356 public function __construct($host, $port = 22, $timeout = 10) argument
358 parent::__construct($host, $port, $timeout);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSQLAdmin.php906 'host' => [
959 'host' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php25 public $host; variable in Google\\Service\\CloudMemorystoreforMemcached\\Node
48 public function setHost($host) argument
50 $this->host = $host;
57 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
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;
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;
/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/guzzle/src/Cookie/
H A DCookieJar.php280 $host = $uri->getHost();
285 $cookie->matchesDomain($host) &&
/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 …
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md128 And then browsing to the host and port you specified
/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/AndroidManagement/
H A DProxyInfo.php30 public $host; variable in Google\\Service\\AndroidManagement\\ProxyInfo
57 public function setHost($host) argument
59 $this->host = $host;
66 return $this->host;
/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/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;

12345678910>>...17