Searched refs:simpleTypes (Results 1 – 8 of 8) sorted by relevance
/plugin/mantis/lib/ |
H A D | class.xmlschema.php | 33 var $simpleTypes = array(); variable in nusoap_xmlschema 447 $this->simpleTypes[ $attrs['name'] ] = $attrs; 449 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 455 $this->simpleTypes[$this->currentSimpleType] = $attrs; 699 } elseif((! $is_element) && isset($this->simpleTypes[$type])){ 701 if (!isset($this->simpleTypes[$type]['phpType'])) { 704 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'… 705 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')… 711 $this->simpleTypes[$type]['phpType'] = $etype['phpType']; 718 return $this->simpleTypes[$type]; [all …]
|
H A D | nusoap.php | 1101 var $simpleTypes = array(); variable in nusoap_xmlschema 1515 $this->simpleTypes[ $attrs['name'] ] = $attrs; 1517 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 1523 $this->simpleTypes[$this->currentSimpleType] = $attrs; 1767 } elseif((! $is_element) && isset($this->simpleTypes[$type])){ 1769 if (!isset($this->simpleTypes[$type]['phpType'])) { 1772 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'… 1773 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')… 1779 $this->simpleTypes[$type]['phpType'] = $etype['phpType']; 1786 return $this->simpleTypes[$type]; [all …]
|
H A D | changelog | 296 - xmlschema: parse unnamed simpleTypes, rather than ignoring them
|
/plugin/googlesearch/ |
H A D | nusoap.php | 1020 var $simpleTypes = array(); variable in XMLSchema 1418 $this->simpleTypes[ $attrs['name'] ] = $attrs; 1420 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar'; 1425 $this->simpleTypes[$this->currentSimpleType] = $attrs; 1656 } elseif(isset($this->simpleTypes[$type])){ 1658 if (!isset($this->simpleTypes[$type]['phpType'])) { 1661 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'… 1662 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')… 1668 $this->simpleTypes[$type]['phpType'] = $etype['phpType']; 1675 return $this->simpleTypes[$type]; [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 6.6.js | 1 …simpleTypes:{type:"string",enum:["array","boolean","integer","null","number","object","string"]},s…
|
H A D | 4.4.js.map | 1 …simpleTypes': {\n 'type': 'string',\n 'enum': [\n …
|
H A D | json.worker.js.map | 1 …simpleTypes': {\n 'type': 'string',\n 'enum': [\n …
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | 6.6.js | 1 …simpleTypes:{type:"string",enum:["array","boolean","integer","null","number","object","string"]},s…
|