Home
last modified time | relevance | path

Searched refs:port (Results 51 – 75 of 226) sorted by last modified time

12345678910

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php33 * @param int $port
35 public function setPort($port); argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php34 private $port; variable in Monolog\\Handler\\CubeHandler
62 $this->port = (int) $urlInfo['port'];
85 if (!socket_connect($this->udpConnection, $this->host, $this->port)) {
86 …throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port);
H A DSyslogUdpHandler.php47 * @param int $port Port number, or 0 if $host is a unix socket
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/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/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DInstance.php86 public $port; variable in Google\\Service\\CloudRedis\\Instance
379 public function setPort($port) argument
381 $this->port = $port;
388 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;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php131 if (($port = $this->uri->getPort()) !== null) {
132 $host .= ':' . $port;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md59 …* Added support for unix sockets in SyslogUdpHandler (set $port to 0 to make the $host a unix sock…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DGRPCHealthCheck.php29 public $port; variable in Google\\Service\\Compute\\GRPCHealthCheck
56 public function setPort($port) argument
58 $this->port = $port;
65 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 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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServerConfig.php37 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
90 public function setPort($port) argument
92 $this->port = $port;
99 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTCPSocketAction.php29 public $port; variable in Google\\Service\\CloudRun\\TCPSocketAction
48 public function setPort($port) argument
50 $this->port = $port;
57 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/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php352 * @param int $port
356 public function __construct($host, $port = 22, $timeout = 10) argument
358 parent::__construct($host, $port, $timeout);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php35 public $port; variable in Google\\Service\\CloudMemorystoreforMemcached\\Node
90 public function setPort($port) argument
92 $this->port = $port;
99 return $this->port;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php216 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/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;

12345678910