Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php28 var $complexTypeStack = array(); variable in nusoap_xmlschema
162 for ($i = 0; $i < count($this->complexTypeStack); $i++) {
163 $scope .= $this->complexTypeStack[$i] . '_';
298 array_push($this->complexTypeStack, $this->currentComplexType);
490 $this->currentComplexType = array_pop($this->complexTypeStack);
H A Dnusoap.php1096 var $complexTypeStack = array(); variable in nusoap_xmlschema
1230 for ($i = 0; $i < count($this->complexTypeStack); $i++) {
1231 $scope .= $this->complexTypeStack[$i] . '_';
1366 array_push($this->complexTypeStack, $this->currentComplexType);
1558 $this->currentComplexType = array_pop($this->complexTypeStack);
/plugin/googlesearch/
H A Dnusoap.php1015 var $complexTypeStack = array(); variable in XMLSchema
1270 array_push($this->complexTypeStack, $this->currentComplexType);
1460 $this->currentComplexType = array_pop($this->complexTypeStack);