Home
last modified time | relevance | path

Searched refs:port (Results 101 – 125 of 226) sorted by relevance

12345678910

/plugin/podcast/
H A Dhelper.php55 $port = isset($url_info['port']) ? $url_info['port'] : 80;
56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
/plugin/authradius/
H A Dauth.php43 $port = $this->getConf('port');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php181 if ($port = $changes['uri']->getPort()) {
184 if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) {
185 $changes['set_headers']['Host'] .= ':' . $port;
/plugin/structtemplate/_vagrant/
H A DVagrantfile15 # What number to add to port numbers for testing
94 N.B.: If Vagrant had to autocorrect a port collision, the correct port
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc21 needs (ip vs hostname, port, ssl, etc).
84 'port' => '9200',
102 the default port is `9200`. The default scheme is `http`
/plugin/groupmail/
H A Drecaptchalib.php67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/recaptcha/lib/
H A Drecaptchalib.php69 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/contactmodern/
H A Drecaptchalib.php67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php216 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
217 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
219 $this->sftp = new SFTP($host, $port);
243 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { argument
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
80 $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
82 $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
236 $port = !empty($matches['port']) ? $matches['port'] : 80;
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/mp3play/
H A DREADME3 This plugin is a DokuWiki port of the well known Audio Player Wordpress Plugin
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php54 …$url = 'http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as23 …4. Allow a specific port/protocol (1 connect type) to be used first, and then optionally fallback …
74 m_connList.push( { protocol: protocols_arr[outerLoop], port: ports_arr[innerLoop] } );
134 …stCounter].protocol + "://" + m_serverName + m_connList[m_connListCounter].port + "/" + m_appName);
137 …stCounter].protocol + "://" + m_serverName + m_connList[m_connListCounter].port + "/" + m_appName);
254 var _actualPort:String = m_connList[m_connListCounter].port;
/plugin/sphinxsearch-was/
H A DINSTALL31 By default plugin is using 9312 as the searchd port, so make sure this
32 port is free (if you have sphinx on other port, see #5).
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
/plugin/sphinxsearch/
H A DSphinxSearch.php23 public function __construct($host, $port, $index) argument
26 $this->_sphinx->SetServer($host, $port);
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml13 - "80:80" # OPTIONAL: Change "left" number to "publish" Dokuwiki in a different port
/plugin/stellarium/
H A DREADME.md16 4. If you have changed the `Remote Control` port or set a password, make sure to set them in your D…
/plugin/statistics/inc/pchart/
H A DREADME1 This is the lib directory from a checkout of the PHP5 port of the pChart
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js181 var port = this.getViewPort();
183 var firstTask = Math.floor(Math.max(0, port.y) / gantt.config.row_height) - buffer;
184 var lastTask = Math.ceil(Math.max(0, port.y_end) / gantt.config.row_height) + buffer;
/plugin/linkbonus/syntax/
H A Dinterwiki.txt222 if(!$parsed['port']) $parsed['port'] = 80;
225 $url = str_replace('{PORT}',$parsed['port'],$url);
/plugin/facebookalbum/
H A Dfacebook.php905 $port =
907 (($protocol === 'http://' && $parts['port'] !== 80) ||
912 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/statdisplay/pchart/
H A DREADME1 This is the lib directory from a checkout of the PHP5 port of the pChart
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md91 - Accept port number 0 to be valid (#270)
198 - `ServerRequest::getUriFromGlobals` when `Host` header contains port.
284 - A port is no longer added to a URI when the scheme is missing and no port is
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=… argument
654 …$port = (int) ($port ? $port : -1); // passing anything as the $port parameter (even empty values …
656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …

12345678910