Home
last modified time | relevance | path

Searched refs:port (Results 26 – 50 of 226) sorted by path

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
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 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 DHttpHealthCheck.php57 public $port; variable in Google\\Service\\Compute\\HttpHealthCheck
190 public function setPort($port) argument
192 $this->port = $port;
199 return $this->port;
H A DHttpsHealthCheck.php57 public $port; variable in Google\\Service\\Compute\\HttpsHealthCheck
190 public function setPort($port) argument
192 $this->port = $port;
199 return $this->port;
H A DNamedPort.php29 public $port; variable in Google\\Service\\Compute\\NamedPort
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
H A DNetworkEndpoint.php41 public $port; variable in Google\\Service\\Compute\\NetworkEndpoint
102 public function setPort($port) argument
104 $this->port = $port;
111 return $this->port;
H A DSSLHealthCheck.php25 public $port; variable in Google\\Service\\Compute\\SSLHealthCheck
50 public function setPort($port) argument
52 $this->port = $port;
59 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-services/src/DatabaseMigrationService/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DService.php65 public $port; variable in Google\\Service\\DataprocMetastore\\Service
276 public function setPort($port) argument
278 $this->port = $port;
285 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DForwardSshTunnelConnectivity.php33 public $port; variable in Google\\Service\\Datastream\\ForwardSshTunnelConnectivity
74 public function setPort($port) argument
76 $this->port = $port;
83 return $this->port;
H A DMysqlProfile.php33 public $port; variable in Google\\Service\\Datastream\\MysqlProfile
72 public function setPort($port) argument
74 $this->port = $port;
81 return $this->port;
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/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/Monitoring/
H A DHttpCheck.php47 public $port; variable in Google\\Service\\Monitoring\\HttpCheck
148 public function setPort($port) argument
150 $this->port = $port;
157 return $this->port;
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/google/apiclient-services/src/NetworkManagement/
H A DEndpoint.php49 public $port; variable in Google\\Service\\NetworkManagement\\Endpoint
142 public function setPort($port) argument
144 $this->port = $port;
151 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DPeer.php33 public $port; variable in Google\\Service\\ServiceControl\\Peer
74 public function setPort($port) argument
76 $this->port = $port;
83 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DEndpoint.php41 public $port; variable in Google\\Service\\ServiceDirectory\\Endpoint
102 public function setPort($port) argument
104 $this->port = $port;
111 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/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/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.

12345678910