Home
last modified time | relevance | path

Searched refs:renderValue (Results 1 – 25 of 29) sorted by path

12

/plugin/bez/struct/
H A DBezType.php31 public function renderValue($value, \Doku_Renderer $R, $mode) { function in dokuwiki\\plugin\\bez\\struct\\BezType
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php209 $cell = $this->renderValue ( $column, $value, $def, false, false );
413 protected function renderValue($column, $value, $def, $mayBeSkipped = false, $inEditor = false) { function in DbWrapper
/plugin/database2/
H A Ddatabase2.php1871 $cell = $this->renderValue( $rowid, $column, $value, $def,
5801 $code = $this->renderValue( $rowid, $column, $value, $def, true, true, $rowACL );
5862 $current = $this->renderValue( $rowid, $column, $value, $def, true, true, $rowACL );
6007 protected function renderValue( $rowid, $column, $value, $def, function in Database2
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php233 $cell = $this->renderValue ( $column, $value, $def, false, false );
468 protected function renderValue($column, $value, $def, $mayBeSkipped = false, $inEditor = false) { function in syntax_plugin_simplemysqlclient_simplemysqlclient
/plugin/sql2wiki/syntax/
H A Dquery.php159 $parser->renderValue($td, $renderer, $mode);
/plugin/strata/helper/
H A Dutil.php183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) { function in helper_plugin_strata_util
220 $this->renderValue($mode, $R, $T, $value, $typename, $hint, $type);
/plugin/strata/syntax/
H A Dentry.php294 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $triple['hint']);
320 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hint']);
/plugin/struct/meta/
H A DAggregationTable.php418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
H A DAggregationValue.php40 $this->renderValue($this->searchConfig->getRows()[0]);
50 protected function renderValue($resultrow)
145 protected function renderValue($resultrow) global() function in dokuwiki\\plugin\\struct\\meta\\AggregationValue
H A DValue.php178 return $this->column->getType()->renderValue($this->value, $R, $mode);
/plugin/struct/types/
H A DAbstractBaseType.php317 public function renderValue($value, \Doku_Renderer $R, $mode)
336 $this->renderValue($values[$i], $R, $mode);
466 * The default implementations of renderValue() and valueEditor() will call this
316 public function renderValue($value, \Doku_Renderer $R, $mode) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DColor.php34 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Color
53 $this->renderValue($value, $R, $mode);
H A DDate.php24 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Date
H A DDecimal.php38 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Decimal
H A DLongText.php25 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\LongText
H A DLookup.php149 public function renderValue($value, \Doku_Renderer $R, $mode)
154 return $column->getType()->renderValue($value, $R, $mode);
152 public function renderValue($value, \Doku_Renderer $R, $mode) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
H A DMail.php22 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Mail
H A DMedia.php50 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Media
H A DPage.php37 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Page
H A DTag.php27 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Tag
H A DText.php22 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Text
H A DUrl.php44 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Url
H A DUser.php47 public function renderValue($value, \Doku_Renderer $R, $mode)
46 public function renderValue($value, \Doku_Renderer $R, $mode) global() function in dokuwiki\\plugin\\struct\\types\\User
H A DWiki.php13 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Wiki
/plugin/structgeohash/types/
H A DGeoHash.php38 public function renderValue($value, \Doku_Renderer $R, $mode) { function in dokuwiki\\plugin\\structgeohash\\types\\GeoHash

12