Searched refs:updateTypemap (Results 1 – 1 of 1) sorted by relevance
| /plugin/strata/helper/ |
| D | syntax.php | 176 function updateTypemap(&$typemap, $var, $type, $hint=null) { function in helper_plugin_strata_syntax 514 $this->updateTypemap($typemap, $subject['text'], 'ref'); 526 $this->updateTypemap($typemap, $predicate['text'], 'text'); 549 $this->updateTypemap($typemap, $object['text'], $vtype->type, $vtype->hint); 553 $this->updateTypemap($typemap, $object['text'], $type->type, $type->hint); 588 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint); 592 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint); 597 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint); 601 $this->updateTypemap($typemap, $lhs['text'], $rtype->type, $rtype->hint); 618 $this->updateTypemap($typemap, $lhs['text'],$type,$hint); [all …]
|