Home
last modified time | relevance | path

Searched refs:XMLSchemaVersion (Results 1 – 6 of 6) sorted by relevance

/plugin/mantis/lib/
H A Dclass.nusoap_base.php144 var $XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema'; variable in nusoap_base
470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){
585 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) {
H A Dclass.xmlschema.php215 $this->XMLSchemaVersion = $v;
289 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
290 $v = $this->XMLSchemaVersion.':'.$v;
522 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
H A Dclass.soap_parser.php211 $this->XMLSchemaVersion = $value;
212 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
213 $this->namespaces['xsi'] = $this->XMLSchemaVersion.'-instance';
H A Dnusoap.php144 var $XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema'; variable in nusoap_base
470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){
585 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) {
1283 $this->XMLSchemaVersion = $v;
1357 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
1358 $v = $this->XMLSchemaVersion.':'.$v;
1590 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
4843 $this->XMLSchemaVersion = $v;
6643 $this->XMLSchemaVersion = $value;
6644 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
[all …]
H A Dclass.wsdl.php331 $this->XMLSchemaVersion = $v;
1108 …operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion, bindingType=…
1203 …arameters: operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion");
/plugin/googlesearch/
H A Dnusoap.php123 var $XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema'; variable in nusoap_base
437 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){
525 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) {
1187 $this->XMLSchemaVersion = $v;
1261 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
1262 $v = $this->XMLSchemaVersion.':'.$v;
1492 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
4365 $this->XMLSchemaVersion = $v;
5995 $this->XMLSchemaVersion = $value;
5996 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
[all …]