Home
last modified time | relevance | path

Searched refs:port (Results 151 – 175 of 226) sorted by path

12345678910

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php37 var $port; variable in Socket
45 * @param port
47 function Socket($host, $port) { argument
49 $this->port = $port;
60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);
158 function setPort($port) { argument
159 $this->port = $port;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php56 function XMLRPCClient($host, $port = 80) { argument
57 $this->HTTPClient($host, $port);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php15 var $port; variable in FetcherUrl
105 $this->port = 80;
131 $fp = @fsockopen($this->host,$this->port,$errno,$errstr,HTML2PS_CONNECTION_TIMEOUT);
136 $this->port,
158 $this->port);
164 $fp = @fsockopen("ssl://$this->host", $this->port, $errno, $errstr, 5);
169 $this->port,
242 $this->port = 80;
250 if (isset($parts['port'])) { $this->port = $parts['port']; };
284 $this->port = 443;
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php51 'port' => null,
77 'port' => null,
92 'port' => null,
104 'port' => null,
168 'port' => 8080,
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1port::before{content:"\F8F1"}.mdi-mine::before{content:"\FDB6"}.mdi-minecraft::before{content:"\F3…
/plugin/issuetracker/
H A Dprototype.js1631 port: location.port ? ':' + location.port : ''
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... io.IOException java.net.InetAddress address int port org.apache.http.HttpConnection conn org. ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... io.IOException java.net.InetAddress address int port org.apache.http.HttpConnection conn org. ...
/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;
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/linkback/
H A Dhttp.php66 $port = $uri['port'];
76 $port = $this->proxy_port;
77 if (empty ($port))
78 $port = 8080;
81 if (empty ($port))
82 $port = ($uri['scheme'] == 'https') ? 443 : 80;
86 if ($port == 443 || $this->proxy_ssl)
112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
115 $this->error = "Could not connect to $server:$port\
[all...]
/plugin/linkbonus/syntax/
H A Dinterwiki.txt222 if(!$parsed['port']) $parsed['port'] = 80;
225 $url = str_replace('{PORT}',$parsed['port'],$url);
/plugin/mantis/lib/
H A Dchangelog119 - soap_transport_http: only include port in Host header if it was specified in the URL
148 - wsdl: Include port in endpoint address when serializing
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
494 - soap_server: strip port number from server name (some FastCGI implementations include port in ser…
H A Dclass.soap_transport_http.php22 var $port = ''; variable in soap_transport_http
134 $this->port = 443;
136 $this->port = 80;
147 $this->setHeader('Host', $this->host.':'.$this->port);
190 …ut, response_timeout $response_timeout, scheme $this->scheme, host $this->host, port $this->port");
194 $port = $this->port;
197 $port = $this->proxy['port'];
218 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
220 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
278 …$hostURL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$thi…
H A Dclass.wsdl.php593 foreach($this->ports as $port => $portData) {
624 foreach($this->ports as $port => $portData) {
655 foreach($this->ports as $port => $portData) {
H A Dnusoap.php2129 var $port = ''; variable in soap_transport_http
2241 $this->port = 443;
2243 $this->port = 80;
2254 $this->setHeader('Host', $this->host.':'.$this->port);
2301 $port = $this->port;
2304 $port = $this->proxy['port'];
2327 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2385 …$hostURL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$thi…
5105 foreach($this->ports as $port => $portData) {
5136 foreach($this->ports as $port => $portData) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md7 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking))
9 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking) "port wiki")
23 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) )
25 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) "port wi…
/plugin/mp3play/
H A DREADME3 This plugin is a DokuWiki port of the well known Audio Player Wordpress Plugin
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php35 private $port = 80; variable in OAuth\\Common\\Http\\Uri\\Uri
92 if (isset($uriParts['port'])) {
93 $this->port = $uriParts['port'];
96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
181 return $this->port;
220 $authority .= ":{$this->port}";
235 $authority .= ":{$this->port}";
372 * @param int $port
374 public function setPort($port) argument
[all...]
H A DUriFactory.php27 $port = $this->detectPort($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
50 * @param string $port
57 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
63 $uri->setPort($port);
H A DUriFactoryInterface.php34 * @param string $port
41 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument
H A DUriInterface.php33 * @param int $port
35 public function setPort($port); argument
/plugin/ol3/
H A Dscript.js1 …){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=…

12345678910