Home
last modified time | relevance | path

Searched refs:renderField (Results 1 – 4 of 4) sorted by relevance

/plugin/strata/syntax/
H A Dlist.php99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
H A Dtable.php85 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
112 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/plugin/strata/helper/
H A Dutil.php167 $this->renderField($mode, $R, $T, $p, $typename, $hint);
208 function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $separator=', ') { function in helper_plugin_strata_util
/plugin/database2/
H A Ddatabase2.php1292 $elements[] = $this->renderField( true, null, null, array(), null, $readOnly, $rowACL );
1295 $elements[] = $this->renderField( $rowid, $column, $value,
1299 $elements[] = $this->renderField( false, $nav, null, array(), null, $readOnly, $rowACL );
5716 protected function renderField( $rowid, $column, $value, $def, $error, $readOnly, &$rowACL ) function in Database2
5824 return $this->renderField( $rowid, $column, $value, $def, '', true, $rowACL );