Home
last modified time | relevance | path

Searched refs:persistentConnection (Results 1 – 5 of 5) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soapclient.php47 var $persistentConnection = false; variable in nusoap_client
411 if($this->persistentConnection == true && is_object($this->persistentConnection)){
412 $http =& $this->persistentConnection;
415 if ($this->persistentConnection) {
451 if ($this->persistentConnection) {
453 if (!is_object($this->persistentConnection)) {
454 $this->persistentConnection = $http;
647 $this->persistentConnection = true;
721 $proxy->persistentConnection = &$this->persistentConnection;
H A Dclass.soap_transport_http.php34 var $persistentConnection = false; variable in soap_transport_http
201 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
302 if ($this->persistentConnection) {
308 $this->persistentConnection = false;
558 $this->persistentConnection = false;
935 (! $this->persistentConnection) || feof($this->fp)){
1185 $this->persistentConnection = true;
H A Dnusoap.php2141 var $persistentConnection = false; variable in soap_transport_http
2409 if ($this->persistentConnection) {
2415 $this->persistentConnection = false;
2665 $this->persistentConnection = false;
3292 $this->persistentConnection = true;
7115 var $persistentConnection = false; variable in nusoap_client
7479 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7483 if ($this->persistentConnection) {
7519 if ($this->persistentConnection) {
7715 $this->persistentConnection = true;
[all …]
H A Dchangelog59 - soap_transport_http: clean use of persistentConnection so it's always a set boolean
/plugin/googlesearch/
H A Dnusoap.php2024 var $persistentConnection = false; variable in soap_transport_http
2172 if ($this->persistentConnection) {
2176 $this->persistentConnection = false;
2383 $this->persistentConnection = false;
2909 $this->persistentConnection = true;
6427 var $persistentConnection = false; variable in soapclient
6746 if($this->persistentConnection == true && is_object($this->persistentConnection)){
6750 if ($this->persistentConnection) {
6786 if ($this->persistentConnection) {
6938 $this->persistentConnection = true;
[all …]