Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php42 var $depth_array = array(); variable in nusoap_xmlschema
182 $this->depth_array[$depth] = $pos;
185 $this->defaultNamespace[$pos] = $this->defaultNamespace[$this->depth_array[$depth - 1]];
477 if(isset($this->depth_array[$this->depth])){
478 $pos = $this->depth_array[$this->depth];
511 $pos = $this->depth_array[$this->depth - 1];
H A Dclass.soap_parser.php37 var $depth_array = array(); variable in nusoap_parser
171 $this->depth_array[$this->depth] = $pos;
309 $pos = $this->depth_array[$this->depth--];
412 $pos = $this->depth_array[$this->depth];
H A Dnusoap.php1110 var $depth_array = array(); variable in nusoap_xmlschema
1250 $this->depth_array[$depth] = $pos;
1545 if(isset($this->depth_array[$this->depth])){
1579 $pos = $this->depth_array[$this->depth - 1];
4554 var $depth_array = array(); variable in wsdl
4830 $this->depth_array[$depth] = $pos;
5056 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
6469 var $depth_array = array(); variable in nusoap_parser
6603 $this->depth_array[$this->depth] = $pos;
6741 $pos = $this->depth_array[$this->depth--];
[all …]
H A Dclass.wsdl.php42 var $depth_array = array(); variable in wsdl
318 $this->depth_array[$depth] = $pos;
544 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
/plugin/googlesearch/
H A Dnusoap.php1029 var $depth_array = array(); variable in XMLSchema
1154 $this->depth_array[$depth] = $pos;
1447 if(isset($this->depth_array[$this->depth])){
1481 $pos = $this->depth_array[$this->depth - 1];
4102 var $depth_array = array(); variable in wsdl
4352 $this->depth_array[$depth] = $pos;
4578 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
5822 var $depth_array = array(); variable in soap_parser
5955 $this->depth_array[$this->depth] = $pos;
6089 $pos = $this->depth_array[$this->depth--];
[all …]