Home
last modified time | relevance | path

Searched refs:soap_transport_http (Results 1 – 6 of 6) sorted by relevance

/plugin/mantis/lib/
H A Dchangelog39 - soap_transport_http: add proxy authentication
112 - soap_transport_http: add setContentType
206 - soap_transport_http: fix read from persistent connection
238 - soap_transport_http: suppress fsockopen warnings
267 - soapclient: let soap_transport_http check for SSL support
291 - soap_transport_http: read/write cookies (thanks Ingo)
304 - soap_transport_http: support client certificates
359 - soap_transport_http: call parent constructor
464 - soap_transport_http: change cURL message
496 - soap_transport_http: use cURL for NTLM authentication
[all …]
H A Dclass.soap_transport_http.php15 class soap_transport_http extends nusoap_base { class
60 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ function in soap_transport_http
H A Dclass.soapclient.php414 $http = new soap_transport_http($this->endpoint, $this->curl_options, $this->use_curl);
H A Dnusoap.php2122 class soap_transport_http extends nusoap_base { class
2167 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ function in soap_transport_http
4722 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl);
7482 $http = new soap_transport_http($this->endpoint, $this->curl_options, $this->use_curl);
H A Dclass.wsdl.php210 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl);
/plugin/googlesearch/
H A Dnusoap.php2006 class soap_transport_http extends nusoap_base { class
2041 function soap_transport_http($url){ function in soap_transport_http
4247 $tr = new soap_transport_http($wsdl);
6749 $http = new soap_transport_http($this->endpoint);