Home
last modified time | relevance | path

Searched refs:port (Results 226 – 226 of 226) sorted by last modified time

12345678910

/plugin/googlesearch/
H A Dnusoap.php2013 var $port = ''; variable in soap_transport_http
2066 $this->port = 443;
2068 $this->port = 80;
2079 $this->outgoing_headers['Host'] = $this->host.':'.$this->port;
2101 …ut, response_timeout $response_timeout, scheme $this->scheme, host $this->host, port $this->port");
2123 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2125 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2156 $hostURL = ($this->port != '') ? "https://$this->host:$this->port" : "https://$this->host";
2404 $this->port = $proxyport;
4637 foreach($this->ports as $port => $portData) {

12345678910