Searched refs:response_timeout (Results 1 – 5 of 5) sorted by relevance
/plugin/mantis/lib/ |
H A D | class.soapclient.php | 45 var $response_timeout = 30; // HTTP response timeout variable in nusoap_client 94 * @param integer $response_timeout set the response timeout 97 …port = false,$proxyusername = false, $proxypassword = false, $timeout = 0, $response_timeout = 30){ argument 105 $this->response_timeout = $response_timeout; 107 $this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout"); 288 …urn = $this->send($this->getHTTPBody($soapmsg),$soapAction,$this->timeout,$this->response_timeout); 400 * @param integer $response_timeout set response timeout in seconds 404 function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) { argument 433 $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies); 441 $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies); [all …]
|
H A D | class.soap_transport_http.php | 173 * @param integer $response_timeout set response timeout in seconds 177 function connect($connection_timeout=0,$response_timeout=30){ argument 237 $this->debug('set response timeout to ' . $response_timeout); 238 socket_set_timeout( $this->fp, $response_timeout); 315 if ($response_timeout != 0) { 316 $this->setCurlOption(CURLOPT_TIMEOUT, $response_timeout); 408 * @param integer $response_timeout set response timeout in seconds 413 function send($data, $timeout=0, $response_timeout=30, $cookies=NULL) { argument 423 if (!$this->connect($timeout, $response_timeout)){ 448 * @param integer $response_timeout set response timeout in seconds [all …]
|
H A D | nusoap.php | 2345 socket_set_timeout( $this->fp, $response_timeout); 2422 if ($response_timeout != 0) { 2423 $this->setCurlOption(CURLOPT_TIMEOUT, $response_timeout); 2530 if (!$this->connect($timeout, $response_timeout)){ 4561 var $response_timeout = 30; variable in wsdl 4579 * @param integer $response_timeout set the response timeout 4592 $this->response_timeout = $response_timeout; 7113 var $response_timeout = 30; // HTTP response timeout variable in nusoap_client 7162 * @param integer $response_timeout set the response timeout 7173 $this->response_timeout = $response_timeout; [all …]
|
H A D | class.wsdl.php | 49 var $response_timeout = 30; variable in wsdl 67 * @param integer $response_timeout set the response timeout 72 …oxyport=false,$proxyusername=false,$proxypassword=false,$timeout=0,$response_timeout=30,$curl_opti… argument 74 $this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout"); 80 $this->response_timeout = $response_timeout; 220 $wsdl_string = $tr->send('', $this->timeout, $this->response_timeout);
|
/plugin/googlesearch/ |
H A D | nusoap.php | 2088 function connect($connection_timeout=0,$response_timeout=30){ argument 2142 $this->debug('set response timeout to ' . $response_timeout); 2143 socket_set_timeout( $this->fp, $response_timeout); 2253 if (!$this->connect($timeout, $response_timeout)){ 4109 var $response_timeout = 30; variable in wsdl 4120 * @param integer $response_timeout set the response timeout 4131 $this->response_timeout = $response_timeout; 6425 var $response_timeout = 30; // HTTP response timeout variable in soapclient 6471 * @param integer $response_timeout set the response timeout 6482 $this->response_timeout = $response_timeout; [all …]
|