Home
last modified time | relevance | path

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

12345678910

/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/Compute/
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;
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;
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php38 protected $port = null; variable in Swift_Authenticator_PopB4Smtp_Pop3Connection
51 public function __construct($server="localhost", $port=110, $encryption=0) argument
54 $this->setPort($port);
69 public function setPort($port) argument
71 $this->port = (int) $port;
87 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;
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;
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;
/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/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/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/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/fedauth/Auth/OpenID/
H A DURINorm.php197 list($_whole, $userinfo, $host, $port) = $authority_matches;
214 if ($port) {
215 if (($port == ':') ||
216 ($scheme == 'http' && $port == ':80') ||
217 ($scheme == 'https' && $port == ':443')) {
218 $port = '';
221 $port = '';
224 $authority = $userinfo . $host . $port;
/plugin/openid/Auth/OpenID/
H A DURINorm.php199 list(, $userinfo, $host, $port) = $authority_matches;
216 if ($port) {
217 if (($port == ':') ||
218 ($scheme == 'http' && $port == ':80') ||
219 ($scheme == 'https' && $port == ':443')) {
220 $port = '';
223 $port = '';
226 $authority = $userinfo . $host . $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/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php51 'port' => null,
77 'port' => null,
92 'port' => null,
104 'port' => null,
168 'port' => 8080,
/plugin/linkback/
H A Dhttp.php66 $port = $uri['port'];
76 $port = $this->proxy_port;
77 if (empty ($port))
78 $port = 8080;
81 if (empty ($port))
82 $port = ($uri['scheme'] == 'https') ? 443 : 80;
86 if ($port == 443 || $this->proxy_ssl)
112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
115 $this->error = "Could not connect to $server:$port\
[all...]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php27 $port = $this->detectPort($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
50 * @param string $port
57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
63 $uri->setPort($port);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php27 $port = $this->detectPort($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
50 * @param string $port
57 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
63 $uri->setPort($port);
/plugin/elasticsearch/helper/
H A Dclient.php73 list($host, $port) = explode(':', $host, 2);
75 $port = (int) trim($port);
76 if (!$port) $port = 80;
79 $dsn['servers'][] = compact('host', 'port', 'proxy', 'username', 'password');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxDriverService.php29 $port = 9515; // TODO: Get another free port if the default port is used.
30 $args = ['-p=' . $port];
32 return new static($pathToExecutable, $port, $args);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriverService.php32 $port = 9515; // TODO: Get another port if the default port is used.
33 $args = ['--port=' . $port];
35 return new static($pathToExecutable, $port, $args);

12345678910