Home
last modified time | relevance | path

Searched refs:renderValue (Results 26 – 29 of 29) sorted by relevance

12

/plugin/struct/types/
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 DPage.php37 public function renderValue($value, \Doku_Renderer $R, $mode) function in dokuwiki\\plugin\\struct\\types\\Page
/plugin/struct/meta/
H A DAggregationTable.php418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
/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

12