Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.soapclient.php55 var $curl_options = array(); // User-specified cURL options variable in nusoap_client
365 …me,$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);
538 $this->curl_options[$option] = $value;
723 $proxy->curl_options = $this->curl_options;
H A Dclass.soap_transport_http.php56 * @param array $curl_options User-specified cURL options
60 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ argument
63 $this->appendDebug($this->varDump($curl_options));
65 if (is_array($curl_options)) {
66 $this->ch_options = $curl_options;
H A Dclass.wsdl.php50 var $curl_options = array(); // User-specified cURL options variable in wsdl
68 * @param array $curl_options user-specified cURL options
72 …yusername=false,$proxypassword=false,$timeout=0,$response_timeout=30,$curl_options=null,$use_curl=… argument
81 if (is_array($curl_options))
82 $this->curl_options = $curl_options;
210 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl);
H A Dnusoap.php2163 * @param array $curl_options User-specified cURL options
2170 $this->appendDebug($this->varDump($curl_options));
2172 if (is_array($curl_options)) {
2173 $this->ch_options = $curl_options;
4562 var $curl_options = array(); // User-specified cURL options variable in wsdl
4580 * @param array $curl_options user-specified cURL options
4593 if (is_array($curl_options))
4594 $this->curl_options = $curl_options;
7123 var $curl_options = array(); // User-specified cURL options variable in nusoap_client
7606 $this->curl_options[$option] = $value;
[all …]