Searched refs:XMLSchemaVersion (Results 1 – 6 of 6) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.nusoap_base.php | 144 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])) {
|
| D | class.xmlschema.php | 215 $this->XMLSchemaVersion = $v; 289 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){ 290 $v = $this->XMLSchemaVersion.':'.$v; 522 $schemaPrefix = $this->getPrefixFromNamespace($this->XMLSchemaVersion);
|
| D | class.soap_parser.php | 211 $this->XMLSchemaVersion = $value; 212 $this->namespaces['xsd'] = $this->XMLSchemaVersion; 213 $this->namespaces['xsi'] = $this->XMLSchemaVersion.'-instance';
|
| D | nusoap.php | 144 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; 5620 …operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion, bindingType=… 5715 …arameters: operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion"); [all …]
|
| D | class.wsdl.php | 331 $this->XMLSchemaVersion = $v; 1108 …operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion, bindingType=… 1203 …arameters: operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion");
|
| /plugin/googlesearch/ |
| D | nusoap.php | 123 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; 5018 …arameters: operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion"); 5097 …arameters: operation=$operation, direction=$direction, XMLSchemaVersion=$this->XMLSchemaVersion"); [all …]
|