Home
last modified time | relevance | path

Searched refs:port (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php14 public function __construct($server, $path = false, $port = 80) argument
16 parent::__construct($server, $path, $port);
H A DClient.php18 protected $port; variable in IXR\\Client\\Client
38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
44 $this->port = isset($bits['port']) ? $bits['port'] : 80;
58 $this->port = $port;
95 $fp = fsockopen($this->server, $this->port, $errno, $errstr, $this->timeout);
101 $fp = fsockopen($this->server, $this->port, $errno, $errstr);
H A DClientSSL.php55 …public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = n… argument
57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php86 protected $port = null; variable in SimplePie\\IRI
277 … if ($relative->iuserinfo !== null || $relative->ihost !== null || $relative->port !== null) {
285 $target->port = $base->port;
289 …} elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->i…
659 …if (isset($this->normalization[$this->scheme]['port']) && $this->port === $this->normalization[$th…
660 $this->port = null;
686 $this->port !== null;
732 $this->port,
757 $this->port,
808 $this->port = null;
[all …]
/dokuwiki/_test/tests/inc/
H A Dhttpclient_http_proxy.test.php20 $this->port = $conf['port'];
/dokuwiki/inc/
H A Ddeprecated.php20 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
23 parent::__construct($server, $path, $port, $timeout, $timeout_io);
35 public function __construct($server, $path = false, $port = 80) argument
38 parent::__construct($server, $path, $port);
H A Dinit.php508 $port = $parsed_host['port'] ?? '';
512 if ($port == '80') {
513 $port = '';
/dokuwiki/_test/
H A Dproxy.conf.php.dist6 $conf['port'] = 3128;
H A Dmysql.conf.php.dist7 $conf['port'] = 3306;
H A Dpgsql.conf.php.dist7 $conf['port'] = 5432;
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
26 parent::__construct($server, $path, $port, $timeout, $timeout_io);
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php16 protected $port = ''; variable in mysql_plugin_authpdo_test
29 $this->port = $conf['port'];
63 "{$this->driver}:host={$this->host};port={$this->port}", $this->user, $this->pass,
78 "{$this->driver}:host={$this->host};port={$this->port}", $this->user, $this->pass,
100 …"{$this->driver}:dbname={$this->database};host={$this->host};port={$this->port}", $this->user, $th…
301 …uthpdo']['dsn'] = "{$this->driver}:dbname={$this->database};host={$this->host};port={$this->port}";
/dokuwiki/inc/HTTP/
H A DHTTPClient.php192 $port = $this->proxy_port;
193 if (empty($port)) $port = 8080;
197 $port = $uriPort ?: ($uri['scheme'] == 'https' ? 443 : 80);
247 $connectionId = $this->uniqueConnectionId($server, $port);
257 $socket = @fsockopen($server, $port, $errno, $errstr, $this->timeout);
260 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
886 * @param string $port
889 protected function uniqueConnectionId($server, $port) argument
891 return "$server:$port";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php200 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
201 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
203 $this->sftp = new SFTP($host, $port);
227 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md3 This is a PHP port of Nick Galbreath's python tool [jsstrip.py](https://code.google.com/p/jsstrip/).
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php926 $port = $this->adPort;
927 fsockopen($host, $port, $errno, $errstr, 10);
/dokuwiki/lib/plugins/authldap/
H A Dauth.php553 $port = $this->getConf('port');
561 $this->con = @ldap_connect($server, $port);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php948 private $port; variable in phpseclib3\\Net\\SSH2
1181 * @param int $port
1185 public function __construct($host, $port = 22, $timeout = 10) argument
1286 $this->port = $port;
1402 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1404 $host = $this->host . ':' . $this->port;
H A DSFTP.php356 * @param int $port
359 public function __construct($host, $port = 22, $timeout = 10) argument
361 parent::__construct($host, $port, $timeout);
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS45 - zbw - Thanks for proving a phpBB port was possible