Home
last modified time | relevance | path

Searched refs:typemap (Results 1 – 11 of 11) sorted by relevance

/plugin/strata/syntax/
Dselect.php70 $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 …]
Dradar.php24 function handleHeader($header, &$result, &$typemap) { argument
Dlist.php19 function handleHeader($header, &$result, &$typemap) { argument
Dtable.php23 function handleHeader($header, &$result, &$typemap) { argument
/plugin/strata/helper/
Dsyntax.php171 * @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/
Dclass.nusoap_base.php470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){
585 } elseif(isset($tt) && isset($this->typemap[$this->XMLSchemaVersion][$tt])) {
Dclass.xmlschema.php289 if(!strpos($v,':') && isset($this->typemap[$this->XMLSchemaVersion][$v])){
655 if(isset($this->typemap[$ns][$type])){
657 return $this->typemap[$ns][$type];
Dclass.wsdl.php921 } 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'])) {
Dnusoap.php470 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'])) {
Dchangelog101 - xmlschema: use $this->typemap in getPHPType (which is not used)
/plugin/googlesearch/
Dnusoap.php437 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'])) {