Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.wsdl.php458 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
920 $typePrefix = $this->getPrefixFromNamespace($this->getPrefix($partType));
927 $typePrefix = $this->getPrefixFromNamespace($ns);
1341 …$xml = "<$name$elementNS xsi:nil=\"true\" xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$u…
1369 …$xml = "<$name$elementNS xsi:type=\"" . $this->getPrefixFromNamespace($ns) . ":$uqType\">$value</$…
1467 …$xml = "<$elementName$elementNS$elementAttrs xsi:type=\"" . $this->getPrefixFromNamespace($ns) . "…
1498 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') .
1502 $this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType'])) .
1543 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/')
1545 .$this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType']))
[all …]
H A Dclass.xmlschema.php210 if (! $this->getPrefixFromNamespace($v)) {
409 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
522 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
H A Dnusoap.php839 function getPrefixFromNamespace($ns) { function in nusoap_base
1278 if (! $this->getPrefixFromNamespace($v)) {
1477 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
1590 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
4970 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
5432 $typePrefix = $this->getPrefixFromNamespace($this->getPrefix($partType));
5439 $typePrefix = $this->getPrefixFromNamespace($ns);
6029 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') .
6033 $this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType'])) .
6074 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/')
[all …]
H A Dclass.nusoap_base.php839 function getPrefixFromNamespace($ns) { function in nusoap_base
/plugin/googlesearch/
H A Dnusoap.php772 function getPrefixFromNamespace($ns) { function in nusoap_base
1182 if (! $this->getPrefixFromNamespace($v)) {
1380 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
1492 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
4492 if (! $this->getPrefixFromNamespace($attrs['namespace'])) {
4922 $typePrefix = $this->getPrefixFromNamespace($this->getPrefix($partType));
4929 $typePrefix = $this->getPrefixFromNamespace($ns);
5385 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') .
5389 $this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType'])) .
5430 $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/')
[all …]