Home
last modified time | relevance | path

Searched refs:use_curl (Results 1 – 4 of 4) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soapclient.php57 var $use_curl = false; // whether to always try to use cURL variable in nusoap_client
365 …e,$this->proxypassword,$this->timeout,$this->response_timeout,$this->curl_options,$this->use_curl);
414 $http = new soap_transport_http($this->endpoint, $this->curl_options, $this->use_curl);
637 $this->use_curl = $use;
725 $proxy->use_curl = $this->use_curl;
H A Dclass.soap_transport_http.php37 var $use_curl = false; // force cURL use variable in soap_transport_http
57 * @param boolean $use_curl Whether to try to force cURL use
60 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ argument
62 $this->debug("ctor url=$url use_curl=$use_curl curl_options:");
68 $this->use_curl = $use_curl;
162 …if ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype =…
H A Dclass.wsdl.php51 var $use_curl = false; // whether to always try to use cURL variable in wsdl
69 * @param boolean $use_curl try to use cURL
72 …ame=false,$proxypassword=false,$timeout=0,$response_timeout=30,$curl_options=null,$use_curl=false){ argument
83 $this->use_curl = $use_curl;
210 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl);
H A Dnusoap.php2144 var $use_curl = false; // force cURL use variable in soap_transport_http
2164 * @param boolean $use_curl Whether to try to force cURL use
2167 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ argument
2169 $this->debug("ctor url=$url use_curl=$use_curl curl_options:");
2175 $this->use_curl = $use_curl;
4563 var $use_curl = false; // whether to always try to use cURL variable in wsdl
4581 * @param boolean $use_curl try to use cURL
4595 $this->use_curl = $use_curl;
7125 var $use_curl = false; // whether to always try to use cURL variable in nusoap_client
7705 $this->use_curl = $use;
[all …]