Home
last modified time | relevance | path

Searched refs:port (Results 76 – 100 of 226) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php4842 'port' => [
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md91 - Accept port number 0 to be valid (#270)
198 - `ServerRequest::getUriFromGlobals` when `Host` header contains port.
284 - A port is no longer added to a URI when the scheme is missing and no port is
H A DREADME.md647 Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort…
648 or the standard port. This method can be used independently of the implementation.
775 Removes the default port of the given URI scheme from the URI.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthStatus.php49 public $port; variable in Google\\Service\\Compute\\HealthStatus
146 public function setPort($port) argument
148 $this->port = $port;
155 return $this->port;
H A DBackendService.php110 public $port; variable in Google\\Service\\Compute\\BackendService
525 public function setPort($port) argument
527 $this->port = $port;
534 return $this->port;
H A DHTTP2HealthCheck.php29 public $port; variable in Google\\Service\\Compute\\HTTP2HealthCheck
68 public function setPort($port) argument
70 $this->port = $port;
77 return $this->port;
H A DTCPHealthCheck.php25 public $port; variable in Google\\Service\\Compute\\TCPHealthCheck
50 public function setPort($port) argument
52 $this->port = $port;
59 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md128 And then browsing to the host and port you specified
388 'proxy' => 'localhost:8888', // by default, Charles runs on localhost port 8888
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DProxyInfo.php38 public $port; variable in Google\\Service\\AndroidManagement\\ProxyInfo
85 public function setPort($port) argument
87 $this->port = $port;
94 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php70 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
241 public function setPort($port) argument
243 $this->port = $port;
250 return $this->port;
H A DGoogleCloudApigeeV1TargetServer.php41 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
108 public function setPort($port) argument
110 $this->port = $port;
117 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleProfile.php41 public $port; variable in Google\\Service\\Datastream\\OracleProfile
106 public function setPort($port) argument
108 $this->port = $port;
115 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DPostgreSqlConnectionProfile.php41 public $port; variable in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
108 public function setPort($port) argument
110 $this->port = $port;
117 return $this->port;
H A DMySqlConnectionProfile.php41 public $port; variable in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
108 public function setPort($port) argument
110 $this->port = $port;
117 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php33 public $port; variable in Google\\Service\\Gmail\\SmtpMsa
74 public function setPort($port) argument
76 $this->port = $port;
83 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DEndpoint.php29 public $port; variable in Google\\Service\\CloudRedis\\Endpoint
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DNetworkEndpoint.php29 public $port; variable in Google\\Service\\TPU\\NetworkEndpoint
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
H A DNode.php72 public $port; variable in Google\\Service\\TPU\\Node
265 public function setPort($port) argument
267 $this->port = $port;
274 return $this->port;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php196 $port = isset($parts['port']) ? $parts['port'] : null;
H A DUri.php52 private $port; variable in GuzzleHttp\\Psr7\\Uri
454 return $this->port;
523 $port = $this->filterPort($port);
525 if ($this->port === $port) {
530 $new->port = $port;
668 * @param int|null $port
676 if ($port === null) {
680 $port = (int) $port;
681 if (0 > $port || 0xffff < $port) {
687 return $port;
[all …]
H A DUtils.php181 if ($port = $changes['uri']->getPort()) {
184 if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) {
185 $changes['set_headers']['Host'] .= ':' . $port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php32 public $port; variable in Google\\Service\\CloudBuild\\SMTPDelivery
77 public function setPort($port) argument
79 $this->port = $port;
86 return $this->port;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1019 private $port; variable in phpseclib3\\Net\\SSH2
1204 * @param int $port
1209 public function __construct($host, $port = 22, $timeout = 10) argument
1305 $this->port = $port;
1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1406 $host = $this->host . ':' . $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTcpCheck.php25 public $port; variable in Google\\Service\\Monitoring\\TcpCheck
30 public function setPort($port) argument
32 $this->port = $port;
39 return $this->port;
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php235 * @param null|int $port The port to use with the new instance; a null value
240 public function withPort($port); argument

12345678910