Home
last modified time | relevance | path

Searched refs:root_struct (Results 1 – 3 of 3) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_parser.php20 var $root_struct = ''; variable in nusoap_parser
115 …$this->debug('parsed successfully, found root struct: '.$this->root_struct.' of name '.$this->root…
117 $this->soapresponse = $this->message[$this->root_struct]['result'];
192 $this->root_struct = $pos;
194 $this->debug("found root struct $this->root_struct_name, pos $this->root_struct");
278 $this->root_struct = $pos;
386 } elseif($pos >= $this->root_struct){
390 if($pos == $this->root_struct){
H A Dnusoap.php6452 var $root_struct = ''; variable in nusoap_parser
6547 …$this->debug('parsed successfully, found root struct: '.$this->root_struct.' of name '.$this->root…
6549 $this->soapresponse = $this->message[$this->root_struct]['result'];
6624 $this->root_struct = $pos;
6626 $this->debug("found root struct $this->root_struct_name, pos $this->root_struct");
6710 $this->root_struct = $pos;
6818 } elseif($pos >= $this->root_struct){
6822 if($pos == $this->root_struct){
/plugin/googlesearch/
H A Dnusoap.php5805 var $root_struct = ''; variable in soap_parser
5899 …$this->debug('parsed successfully, found root struct: '.$this->root_struct.' of name '.$this->root…
5901 $this->soapresponse = $this->message[$this->root_struct]['result'];
5976 $this->root_struct = $pos;
5978 $this->debug("found root struct $this->root_struct_name, pos $this->root_struct");
6058 $this->root_struct = $pos;
6166 } elseif($pos >= $this->root_struct){
6170 if($pos == $this->root_struct){