Home
last modified time | relevance | path

Searched refs:port (Results 126 – 150 of 226) sorted by relevance

12345678910

/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postponed|procedure…
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml17 - "80:80" # OPTIONAL: Change "left" number to use different port
18 - "443:443" # OPTIONAL: Change "left" number to use different port
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc57 * Added port in url for trace and logger messages
197 * Fixes port missing in log https://github.com/elastic/elasticsearch-php/issues/925[#925]
199 * Added `ClientBuilder::includePortInHostHeader()` to add the `port` in the
201 By default the `port` is not included in the `Host` header.
272 * Added the HTTP port in the log messages
405 * Fix HTTP port specification using CURLOPT_PORT, not anymore in the host
H A Dconnection-factory.asciidoc8 host and port?
/plugin/authldaplocal/
H A DREADME.md30 # port (required but may be zero)
31 $conf['plugin']['authldaplocal']['port'] = 0;
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md64 Run `chromedriver` binary, you can pass `port` argument, so that it listens on port 4444:
67 chromedriver --port=4444
77 Run `geckodriver` binary (it start to listen on port 4444 by default):
107 // Chromedriver (if started using --port=4444 as above)
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1port close-output-port complex? cons cos current-input-port current-output-port denominator displa…
H A Delm.min.js1 …e":1,"let":1,"in":1,type:1,alias:1,module:1,where:1,"import":1,exposing:1,port:1};return{startStat… property in AnonymousFunctiond19002870200.p
/plugin/sphinxsearch-was/
H A Dsphinxapi.php472 function SetServer($host, $port = 0) argument
484 assert(is_int($port));
486 $this->_port = $port;
546 $port = 0;
549 $port = $this->_port;
553 $fp = @fsockopen($host, $port, $errno, $errstr);
555 $fp = @fsockopen($host, $port, $errno, $errstr, $this->_timeout);
/plugin/sphinxsearch/
H A Dsphinxapi.php490 function SetServer ( $host, $port = 0 ) argument
504 assert ( is_int($port) );
506 $this->_port = $port;
571 $port = 0;
576 $port = $this->_port;
580 $fp = @fsockopen ( $host, $port, $errno, $errstr );
582 $fp = @fsockopen ( $host, $port, $errno, $errstr, $this->_timeout );
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js145 ui.isSauceLabs = location.port == '9001';
/plugin/combo/
H A Dyarn.lock197 requires-port@^1.0.0:
199 resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
252 requires-port "^1.0.0"
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md188 jdbc:informix-sqli://<server>[:<port>]/<databaseName>:informixserver=<dbservername>
222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
228 [userinfo@]host[:port]
/plugin/botbouncer/lib/
H A Dbotbouncer.php271 list($server,$port) = explode(':',$memCachedServer);
274 $port = 11211;
277 return $this->memCached->addServer($server,$port);
/plugin/fblogin/lib/
H A Dbase_facebook.php1209 $port =
1211 (($protocol === 'http://' && $parts['port'] !== 80) ||
1216 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/statistics/inc/
H A DBrowscap.php388 'port' => null,
392 $this->addProxySettings($params['host'], $params['port'], $wrapper, $params['user'], $params['pass']);
401 * @param int $port Port
408 public function addProxySettings($server, $port = 3128, $wrapper = 'http', $username = null, $password = null) argument
411 'proxy' => sprintf('tcp://%s:%d', $server, $port),
/plugin/authphpbb3/
H A Dauth.php592 $port = '';
596 $port = ';port=' . intval($this->_phpbb_conf['dbport']);
598 $dsn = ':host=' . $this->_phpbb_conf['dbhost'] . $port .
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js75 port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)], variable
81 runnerUrl = getOption('runnerUrl', 'http://localhost:' + port + '/' + runner),
887 }).listen(port);
/plugin/crossdbsqlclient/
H A Ddescr.txt45 * server can be the host with port delimitted by :
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/switchpanel/
H A DREADME.md161 8,8:text="<b>From:</b> Office Level, Netgear switch port 1<br><b>To:</b> HP switch port 18<br><b>Sp…
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt27 | {PORT} | port part if an URL was given as wikiname …
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as486 var port:String = "";
490 // See if there is a host port specified
492 port = host.substr(host.indexOf(":")+1);
552 if(port=="") {
553 port="MULTI";
559 trace(("*** PORT: " + port));
/plugin/siteexport/
H A Dscript.js17 …otocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: '');

12345678910