Searched refs:typemap (Results 1 – 11 of 11) sorted by relevance
| /plugin/strata/syntax/ |
| D | select.php | 70 $typemap = array(); 73 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap); 81 $header = $this->handleHeader($header, $result, $typemap); 85 $result['fields'] = $this->helper->parseFieldsShort($header, $typemap); 93 $longFields = $this->helper->getFields($tree, $typemap); 116 $this->handleBody($tree, $result, $typemap); 119 $this->handleUI($tree, $result, $typemap); 122 … list($result['query'], $variables) = $this->helper->constructQuery($tree, $typemap, $projection); 125 $footer = $this->handleFooter($footer, $result, $typemap, $variable); 135 if(!empty($typemap[$var])) { [all …]
|
| D | radar.php | 24 function handleHeader($header, &$result, &$typemap) { argument
|
| D | list.php | 19 function handleHeader($header, &$result, &$typemap) { argument
|
| D | table.php | 23 function handleHeader($header, &$result, &$typemap) { argument
|
| /plugin/strata/helper/ |
| D | syntax.php | 171 * @param typemap array a typemap 176 function updateTypemap(&$typemap, $var, $type, $hint=null) { argument 177 if(empty($typemap[$var]) && $type) { 178 $typemap[$var] = array('type'=>$type,'hint'=>$hint); 216 * @param typemap array the type information collected so far 220 function constructQuery(&$root, &$typemap, $projection) { argument 255 list($group, $scope) = $this->transformGroup($tree, $typemap); 349 * @param typemap array the type information 352 function transformGroup(&$root, &$typemap) { argument 371 list($patterns, $filters, $scope) = $this->transformPatterns($patterns, $typemap); [all …]
|
| /plugin/mantis/lib/ |
| D | class.nusoap_base.php | 470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){ 585 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) {
|
| D | class.xmlschema.php | 289 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){ 655 if(isset($this->typemap[$ns][$type])){ 657 return $this->typemap[$ns][$type];
|
| D | class.wsdl.php | 921 } elseif (isset($this->typemap[$this->namespaces['xsd']][$partType])) { 925 foreach($this->typemap as $ns => $types) { 1525 if (!in_array($typeDef['arrayType'],$this->typemap['http://www.w3.org/2001/XMLSchema'])) {
|
| D | nusoap.php | 470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){ 585 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) { 1357 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){ 1723 if(isset($this->typemap[$ns][$type])){ 1725 return $this->typemap[$ns][$type]; 5433 } elseif (isset($this->typemap[$this->namespaces['xsd']][$partType])) { 5437 foreach($this->typemap as $ns => $types) { 6056 if (!in_array($typeDef['arrayType'],$this->typemap['http://www.w3.org/2001/XMLSchema'])) {
|
| D | changelog | 101 - xmlschema: use $this->typemap in getPHPType (which is not used)
|
| /plugin/googlesearch/ |
| D | nusoap.php | 437 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){ 525 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) { 1261 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){ 1619 if(isset($this->typemap[$ns][$type])){ 1621 return $this->typemap[$ns][$type]; 4923 } elseif (isset($this->typemap[$this->namespaces['xsd']][$partType])) { 4927 foreach($this->typemap as $ns => $types) { 5412 if (!in_array($typeDef['arrayType'],$this->typemap['http://www.w3.org/2001/XMLSchema'])) {
|