| /dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
| H A D | ClientMulticall.php | 14 public function __construct($server, $path = false, $port = 80) argument 16 parent::__construct($server, $path, $port);
|
| H A D | Client.php | 18 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 D | ClientSSL.php | 55 …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 D | IRI.php | 86 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 D | httpclient_http_proxy.test.php | 20 $this->port = $conf['port'];
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 20 … 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 D | init.php | 508 $port = $parsed_host['port'] ?? ''; 512 if ($port == '80') { 513 $port = '';
|
| /dokuwiki/_test/ |
| H A D | proxy.conf.php.dist | 6 $conf['port'] = 3128;
|
| H A D | mysql.conf.php.dist | 7 $conf['port'] = 3306;
|
| H A D | pgsql.conf.php.dist | 7 $conf['port'] = 5432;
|
| /dokuwiki/inc/Remote/IXR/ |
| H A D | Client.php | 24 … 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 D | mysql.test.php | 16 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 D | HTTPClient.php | 192 $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 D | Stream.php | 200 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 D | README.md | 3 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 D | adLDAP.php | 926 $port = $this->adPort; 927 fsockopen($host, $port, $errno, $errstr, 10);
|
| /dokuwiki/lib/plugins/authldap/ |
| H A D | auth.php | 553 $port = $this->getConf('port'); 561 $this->con = @ldap_connect($server, $port);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 948 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 D | SFTP.php | 356 * @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 D | THANKS | 45 - zbw - Thanks for proving a phpBB port was possible
|