Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.wsdl.php29 var $currentBinding; variable in wsdl
396 $this->bindings[$this->currentBinding]['prefix'] = $prefix;
398 …$this->bindings[$this->currentBinding] = array_merge($this->bindings[$this->currentBinding], $attr…
413 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['name'] = $attrs['na…
414 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['binding'] = $this->
415currentBinding]['operations'][$this->currentOperation]['endpoint'] = isset($this->bindings[$this->
426 …indings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = array_mer…
482 $this->currentBinding = $this->getLocalPart($attrs['name']);
484 $this->currentBinding = $attrs['name'];
487 $this->bindings[$this->currentBinding]['portType'] = $this->getLocalPart($attrs['type']);
[all …]
H A Dnusoap.php4541 var $currentBinding; variable in wsdl
4908 $this->bindings[$this->currentBinding]['prefix'] = $prefix;
4910 …$this->bindings[$this->currentBinding] = array_merge($this->bindings[$this->currentBinding], $attr…
4925 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['name'] = $attrs['na…
4926 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['binding'] = $this->
4927currentBinding]['operations'][$this->currentOperation]['endpoint'] = isset($this->bindings[$this->
4938 …indings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = array_mer…
4994 $this->currentBinding = $this->getLocalPart($attrs['name']);
4996 $this->currentBinding = $attrs['name'];
4999 $this->bindings[$this->currentBinding]['portType'] = $this->getLocalPart($attrs['type']);
[all …]
/plugin/googlesearch/
H A Dnusoap.php4089 var $currentBinding; variable in wsdl
4430 $this->bindings[$this->currentBinding]['prefix'] = $prefix;
4432 …$this->bindings[$this->currentBinding] = array_merge($this->bindings[$this->currentBinding], $attr…
4447 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['name'] = $attrs['na…
4448 …$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['binding'] = $this->
4449currentBinding]['operations'][$this->currentOperation]['endpoint'] = isset($this->bindings[$this->
4460 …indings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus] = array_mer…
4516 $this->currentBinding = $this->getLocalPart($attrs['name']);
4518 $this->currentBinding = $attrs['name'];
4521 $this->bindings[$this->currentBinding]['portType'] = $this->getLocalPart($attrs['type']);
[all …]