Lines Matching refs:typemap
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])) {
136 $result['fields'][$i] = array_merge($result['fields'][$i],$typemap[$var]);
155 function handleUI(&$tree, &$result, &$typemap) { argument
212 * @param typemap array the type map
215 function preprocess($match, $state, $pos, &$handler, &$result, &$typemap) { argument
226 * @param typemap array the type map
229 function handleHeader($header, &$result, &$typemap) { argument
239 * @param typemap array the type map
241 function handleBody(&$tree, &$result, &$typemap) { argument
255 function handleFooter($footer, &$result, &$typemap, &$variables) { argument