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 1 – 25 of 47) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS45 - zbw - Thanks for proving a phpBB port was possible
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapache.php69 'MaxRequestsPerChild','NameVirtualHost','Options','PidFile','Port',
H A Dkotlin.php680 'Port', 'Port.Info', 'PortableRemoteObject',
H A Dsshconfig.php70 "Port", "PreferredAuthentications", "ProxyCommand", "ProxyJump",
H A Drebol.php100 'pair?','paren?','parse','parse-xml','path?','pick','poke','port?',
H A Drust.php115 'Permutations', 'Pipe', 'PipeStream', 'PluralArm', 'Port',
H A Dscheme.php61 'char>=?', 'char>?', 'char?', 'close-input-port', 'close-output-port',
63 'current-input-port', 'current-output-port',
75 'inexact?', 'input-port?', 'integer->char', 'integer?', 'integrate-system',
88 'odd?', 'open-input-file', 'open-output-file', 'or', 'output-port',
H A Djava5.php392 'AudioFileFormat', 'AudioFileFormat.Type', 'AudioFormat', 'AudioFormat.Encoding', 'AudioInputStream', 'AudioPermission', 'AudioSystem', 'BooleanControl', 'BooleanControl.Type', 'Clip', 'CompoundControl', 'CompoundControl.Type', 'Control.Type', 'DataLine', 'DataLine.Info', 'EnumControl', 'EnumControl.Type', 'FloatControl', 'FloatControl.Type', 'Line', 'Line.Info', 'LineEvent', 'LineEvent.Type', 'LineListener', 'LineUnavailableException', 'Mixer', 'Mixer.Info', 'Port', 'Port.Info', 'ReverbType', 'SourceDataLine', 'TargetDataLine', 'UnsupportedAudioFileException'
H A Dproftpd.php91 'Port', 'RLimitCPU', 'RLimitMemory', 'RLimitOpenFiles', 'Satisfy',
H A Dprogress.php327 'LITERAL-QUESTION','LOCAL-HOST','LOCAL-NAME','LOCAL-PORT',
359 'PRINTER-CONTROL-HANDLE','PRINTER-HDC','PRINTER-NAME','PRINTER-PORT',
364 'REMOTE-HOST','REMOTE-PORT','RESIZABLE','RESIZE',
H A Dracket.php117 'cleanse-path', 'close-input-port', 'close-output-port',
134 'current-error-port', 'current-eval',
136 'current-get-interaction-input-port',
137 'current-inexact-milliseconds', 'current-input-port',
144 'current-namespace', 'current-output-port',
198 'file-size', 'file-stream-buffer-mode', 'file-stream-port?',
206 'get-output-string', 'getenv', 'global-port-print-handler',
230 'inexact-real?', 'inexact?', 'input-port?', 'inspector?',
270 'make-impersonator-property', 'make-input-port', 'mak
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php56 * connect to memcache on `localhost` on port 11211. All tables will be
98 'port' => 11211,
109 $this->cache->addServer($this->options['host'], (int) $this->options['port']);
H A DMemcached.php56 * connect to memcached on `localhost` on port 11211. All tables will be
95 'port' => 11211,
106 $this->cache->addServer($this->options['host'], (int)$this->options['port']);
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php226 .(empty($parsed['port']) ? '' : ':'.$parsed['port'])
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
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 DClientMulticall.php14 public function __construct($server, $path = false, $port = 80) argument
16 parent::__construct($server, $path, $port);
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/conf/
H A Dinterwiki.conf10 # {PORT}
/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/inc/parser/
H A Drenderer.php937 if (preg_match('#\{(URL|NAME|SCHEME|HOST|PORT|PATH|QUERY)\}#', $url)) {
953 if (empty($parsed['port'])) $parsed['port'] = 80;
959 '{PORT}' => $parsed['port'],
/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/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php925 * Port Number
931 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
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php150 $url_parts['port'] = 443;
152 if (!isset($url_parts['port'])) {
153 $url_parts['port'] = 80;
155 $fp = @fsockopen($socket_host, $url_parts['port'], $errno, $errstr, $timeout);

12