Searched refs:simpleTypes (Results 1 – 8 of 8) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.xmlschema.php | 33 var $simpleTypes = array(); variable in nusoap_xmlschema 391 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value']; 419 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base']; 447 $this->simpleTypes[ $attrs['name'] ] = $attrs; 448 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType'; 449 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 455 $this->simpleTypes[$this->currentSimpleType] = $attrs; 456 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar'; 699 } elseif((! $is_element) && isset($this->simpleTypes[$type])){ 701 if (!isset($this->simpleTypes[$type]['phpType'])) { [all …]
|
| D | nusoap.php | 1101 var $simpleTypes = array(); variable in nusoap_xmlschema 1459 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value']; 1487 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base']; 1515 $this->simpleTypes[ $attrs['name'] ] = $attrs; 1516 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType'; 1517 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 1523 $this->simpleTypes[$this->currentSimpleType] = $attrs; 1524 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar'; 1767 } elseif((! $is_element) && isset($this->simpleTypes[$type])){ 1769 if (!isset($this->simpleTypes[$type]['phpType'])) { [all …]
|
| D | changelog | 296 - xmlschema: parse unnamed simpleTypes, rather than ignoring them
|
| /plugin/googlesearch/ |
| D | nusoap.php | 1020 var $simpleTypes = array(); variable in XMLSchema 1362 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value']; 1390 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base']; 1418 $this->simpleTypes[ $attrs['name'] ] = $attrs; 1419 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType'; 1420 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 1425 $this->simpleTypes[$this->currentSimpleType] = $attrs; 1426 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar'; 1656 } elseif(isset($this->simpleTypes[$type])){ 1658 if (!isset($this->simpleTypes[$type]['phpType'])) { [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 6.6.js | 1 …simpleTypes:{type:"string",enum:["array","boolean","integer","null","number","object","string"]},s… property
|
| D | 4.4.js.map | 1 …simpleTypes': {\n 'type': 'string',\n 'enum': [\n …
|
| D | json.worker.js.map | 1 …simpleTypes': {\n 'type': 'string',\n 'enum': [\n …
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | 6.6.js | 1 …simpleTypes:{type:"string",enum:["array","boolean","integer","null","number","object","string"]},s… property
|