Home
last modified time | relevance | path

Searched refs:port (Results 126 – 150 of 226) sorted by path

12345678910

/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md188 jdbc:informix-sqli://<server>[:<port>]/<databaseName>:informixserver=<dbservername>
222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
228 [userinfo@]host[:port]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php29 private $port; variable in Nyholm\\Dsn\\Configuration\\Url
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
42 $this->port = $port;
66 return $this->port;
72 public function withPort(?int $port) argument
75 $new->port = $port;
108 (empty($this->port) ? '' : ':'.$this->port)
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md865 Promise is a port of [when.js](https://github.com/cujojs/when)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1251 - Be able to configure ES host/port via ENV var in test env [#652](https://github.com/ruflin/Elastica/issues/652/)
1978 - Refactor client constructor. Elastica_Client::__construct(array $config) now takes a config array instead of host and port
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php16 * Default elastic search port.
55 * @param array $params OPTIONAL Connection params: host, port, transport, timeout. All are optional
69 * @return int Server port
73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT;
77 * @param int $port
81 public function setPort($port) argument
83 return $this->setParam('port', (int) $port);
/plugin/elwikiupgrade/
H A DHTTPClient.php195 if(!empty($uri['port'])) $port = $uri['port'];
203 $port = $this->proxy_port;
204 if (empty($port)) $port = 8080;
208 if (!isset($port)) $port = ($uri['scheme'] == 'https') ? 443 : 80;
260 $connectionId = $this->_uniqueConnectionId($server,$port);
270 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
865 * @param string $port
868 function _uniqueConnectionId($server, $port) { argument
869 return "$server:$port";
/plugin/eventum/XML/
H A DRPC.php724 function XML_RPC_Client($path, $server, $port = 0, argument
734 if ($port == 443) {
737 $this->port = 443;
740 if ($port) {
741 $this->port = $port;
752 if ($port) {
753 $this->port = $port;
755 $this->port = 443;
934 $fp = @fsockopen($protocol . $server, $port,
954 . $server . ':' . $port
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php35 private $port = 80; variable in OAuth\\Common\\Http\\Uri\\Uri
93 $this->port = $uriParts['port'];
96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
181 return $this->port;
220 $authority .= ":{$this->port}";
235 $authority .= ":{$this->port}";
372 * @param int $port
374 public function setPort($port) argument
376 $this->port = intval($port);
378 …if (('https' === $this->scheme && $this->port === 443) || ('http' === $this->scheme && $this->port
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);
H A DUriFactoryInterface.php34 * @param string $port
41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
H A DUriInterface.php33 * @param int $port
35 public function setPort($port); argument
/plugin/facebookalbum/
H A Dfacebook.php905 $port =
907 (($protocol === 'http://' && $parts['port'] !== 80) ||
912 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/fblogin/lib/
H A Dbase_facebook.php1209 $port =
1211 (($protocol === 'http://' && $parts['port'] !== 80) ||
1216 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/fedauth/Auth/
H A DOpenID.php364 * @param string $port The port.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
389 if ($port) {
390 $result .= ":" . $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/fedauth/
H A Dcommon.php98 $port = ($_SERVER['SERVER_PORT'] == $defp) ? '' : (':'.$_SERVER['SERVER_PORT']);
99 return $protocol . '://' . $_SERVER['SERVER_NAME'] . $port . $_SERVER['REQUEST_URI'];
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml17 - "80:80" # OPTIONAL: Change "left" number to use different port
18 - "443:443" # OPTIONAL: Change "left" number to use different port
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml13 - "80:80" # OPTIONAL: Change "left" number to "publish" Dokuwiki in a different port
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php59 $port = mt_rand(10000, 12000),
63 $port,
/plugin/flowplayer/player/
H A DREADME.txt368 - license key verification failed if a port number was used in the URL (like in this url: http://my…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1325 port: location.port ? ':' + location.port : ''
/plugin/gemini/
H A Dcli.php53 $port = $options->getOpt('port', '1965');
58 $this->serve($interface, $port, $pemfile);
65 * @param int $port Port to use
69 protected function serve($interface, $port, $certfile) argument
88 'tcp://' . $interface . ':' . $port,
100 $_SERVER['SERVER_PORT'] = $port;
/plugin/googlesearch/
H A Dnusoap.php2013 var $port = ''; variable in soap_transport_http
2066 $this->port = 443;
2068 $this->port = 80;
2079 $this->outgoing_headers['Host'] = $this->host.':'.$this->port;
2101 …ut, response_timeout $response_timeout, scheme $this->scheme, host $this->host, port $this->port");
2123 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2125 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2156 $hostURL = ($this->port != '') ? "https://$this->host:$this->port" : "https://$this->host";
2404 $this->port = $proxyport;
4637 foreach($this->ports as $port => $portData) {
/plugin/groupmail/
H A Drecaptchalib.php67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php61 function HTTPClient($host, $port = 80) { argument
62 $this->Socket($host, $port);

12345678910