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 relevance

12

/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
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvhdl.php72 'port','postponed','procedure','process','protected','pure','range','record','register',
H A Drust.php115 'Permutations', 'Pipe', 'PipeStream', 'PluralArm', 'Port',
H A Drebol.php100 'pair?','paren?','parse','parse-xml','path?','pick','poke','port?',
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 Dapache.php69 'MaxRequestsPerChild','NameVirtualHost','Options','PidFile','Port',
H A Dbascomavr.php55 'WATCHDOG' , 'PORT' , 'COUNTER0', 'COUNTER1' , 'TCPIP' , 'TWISLAVE' ,
H A Dkotlin.php680 'Port', 'Port.Info', 'PortableRemoteObject',
H A Djava.php696 'Port', 'Port.Info', 'PortableRemoteObject',
H A Dgroovy.php681 'PopupMenuUI', 'Port', 'Port.Info',
H A Dtsql.php216 'AUTHENTICATION', 'ENDPOINT_URL', 'LISTENER', 'COPY_ONLY', 'NORECOVERY', 'NOUNLOAD', 'HADR', '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'
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php99 * @author Port by Andreas Gohr <andi@splitbrain.org>
/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/lib/plugins/extension/helper/
H A Dlist.php430 if (!empty($link['port'])) $base .= $base . ':' . $link['port'];
/dokuwiki/conf/
H A Ddokuwiki.php177 $conf['proxy']['port'] = '';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
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
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/idn/
H A Didna_convert.class.php226 .(empty($parsed['port']) ? '' : ':'.$parsed['port'])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1133 $fsock = @fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80);

12