Home
last modified time | relevance | path

Searched +full:port -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 47 of 47) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Djava.php696 'Port', 'Port.Info', 'PortableRemoteObject',
H A Dtsql.php216 'AUTHENTICATION', 'ENDPOINT_URL', 'LISTENER', 'COPY_ONLY', 'NORECOVERY', 'NOUNLOAD', 'HADR', 'PORT',
H A Dvhdl.php72 'port','postponed','procedure','process','protected','pure','range','record','register',
H A Dbascomavr.php55 'WATCHDOG' , 'PORT' , 'COUNTER0', 'COUNTER1' , 'TCPIP' , 'TWISLAVE' ,
H A Dgroovy.php681 'PopupMenuUI', 'Port', 'Port.Info',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1133 $fsock = @fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80);
/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 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/simplepie/simplepie/src/Cache/
H A DMySQL.php54 * connect to the `mydb` database on `localhost` on port 3306, with the user
97 'port' => '3306',
111 $this->mysql = new \PDO("mysql:dbname={$this->options['dbname']};host={$this->options['host']};port={$this->options['port']}", $this->options['user'], $this->options['pass'], [\PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8']);
H A DRedis.php56 * connect to redis on `localhost` on port 6379. All tables will be
99 $redis->connect($parsed['host'], $parsed['port']);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php83 * Port
87 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 !
921 set_port($port) global() argument
[all...]
/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/conf/
H A Ddokuwiki.php177 $conf['proxy']['port'] = '';
/dokuwiki/lib/plugins/authldap/
H A Dauth.php549 $port = $this->getConf('port');
554 $this->con = @ldap_connect($server, $port);
/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php4 $conf['port'] = 389;
H A Dmetadata.php4 $meta['port'] = array('numeric','_caution' => 'danger');
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php8 * This is a port of Nick Galbreath's python tool jsstrip.py which is
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php29 $this->proxy_port = $conf['proxy']['port'];
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)";
511 * Protocol, Servername and Port wil
868 uniqueConnectionId($server, $port) global() argument
[all...]
/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
99 * Port used to talk to the domain controllers.
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/authad/adLDAP/classes/
H A DadLDAPUtils.php99 * @author Port by Andreas Gohr <andi@splitbrain.org>
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php430 if (!empty($link['port'])) $base .= $base . ':' . $link['port'];

12