Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.wsdl.php31 var $currentPort; variable in wsdl
436 $this->currentPort = $attrs['name'];
437 $this->debug('current port: ' . $this->currentPort);
438 $this->ports[$this->currentPort]['binding'] = $this->getLocalPart($attrs['binding']);
442 $this->ports[$this->currentPort]['location'] = $attrs['location'];
443 $this->ports[$this->currentPort]['bindingType'] = $namespace;
444 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['bindingType'] = $namespace;
445 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['endpoint'] = $attrs['location'];
H A Dnusoap.php4543 var $currentPort; variable in wsdl
4948 $this->currentPort = $attrs['name'];
4949 $this->debug('current port: ' . $this->currentPort);
4950 $this->ports[$this->currentPort]['binding'] = $this->getLocalPart($attrs['binding']);
4954 $this->ports[$this->currentPort]['location'] = $attrs['location'];
4955 $this->ports[$this->currentPort]['bindingType'] = $namespace;
4956 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['bindingType'] = $namespace;
4957 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['endpoint'] = $attrs['location'];
/plugin/googlesearch/
H A Dnusoap.php4091 var $currentPort; variable in wsdl
4470 $this->currentPort = $attrs['name'];
4471 $this->debug('current port: ' . $this->currentPort);
4472 $this->ports[$this->currentPort]['binding'] = $this->getLocalPart($attrs['binding']);
4476 $this->ports[$this->currentPort]['location'] = $attrs['location'];
4477 $this->ports[$this->currentPort]['bindingType'] = $namespace;
4478 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['bindingType'] = $namespace;
4479 … $this->bindings[ $this->ports[$this->currentPort]['binding'] ]['endpoint'] = $attrs['location'];