Home
last modified time | relevance | path

Searched refs:port (Results 1 – 16 of 16) 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 = null) argument
57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
159 if($this->port !== 443) {
160 curl_setopt($curl, CURLOPT_PORT, $this->port);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php87 protected $port = null; variable in SimplePie\\IRI
118 'port' => 674
121 'port' => 2628
127 'port' => 80,
131 'port' => 443,
278 if ($relative->iuserinfo !== null || $relative->ihost !== null || $relative->port !== null) {
286 $target->port = $base->port;
290 } elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipath === '') {
660 if (isset($this->normalization[$this->scheme]['port'])
921 set_port($port) global() argument
[all...]
/dokuwiki/inc/
H A Dinit.php118 // define cookie and session id, append server port when securecookie is configured FS#1664
496 //split hostheader into host and port
508 $port = $parsed_host['port'] ?? '';
512 $port = $parsed_host['port'] ?? '';
515 $port = '';
520 if ($port == '80') {
521 $port = '';
525 if ($port
[all...]
H A Ddeprecated.php583 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
586 parent::__construct($server, $path, $port, $timeout, $timeout_io);
598 public function __construct($server, $path = false, $port = 80)
601 parent::__construct($server, $path, $port);
581 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
596 __construct($server, $path = false, $port = 80) global() argument
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
26 parent::__construct($server, $path, $port, $timeout, $timeout_io);
31 $this->posturl = 'http://' . $server . ':' . $port . $path;
25 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
/dokuwiki/inc/HTTP/
H A DHTTPClient.php183 $uriPort = empty($uri['port']) ? null : $uri['port'];
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)";
523 if (empty($requestinfo['port']))
868 uniqueConnectionId($server, $port) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php142 extract(parse_url($path) + ['port' => 22]);
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/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php931 private $port;
1119 * If $host is a stream resource then $port doesn't do anything, altho $timeout
1123 * @param int $port
1127 public function __construct($host, $port = 22, $timeout = 10)
1228 $this->port = $port;
1346 $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout);
1348 $host = $this->host . ':' . $this->port;
906 var $port; global() variable in phpseclib\\Net\\SSH2
1081 __construct($host, $port = 22, $timeout = 10) global() argument
H A DSFTP.php356 * @param int $port
359 public function __construct($host, $port = 22, $timeout = 10)
361 parent::__construct($host, $port, $timeout);
364 __construct($host, $port = 22, $timeout = 10) global() argument
/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.php74 * The default port for LDAP non-SSL connections
78 * The default port for LDAPS SSL connections
388 * Sets the port number your domain controller communicates over
398 * Gets the port number your domain controller communicates over
479 // Set the default port correctly
926 $port = $this->adPort;
927 fsockopen($host, $port, $errno, $errstr, 10);
/dokuwiki/lib/plugins/authldap/
H A Dauth.php549 $port = $this->getConf('port');
554 $this->con = @ldap_connect($server, $port);
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS45 - zbw - Thanks for proving a phpBB port was possible