Home
last modified time | relevance | path

Searched refs:getTranslatedLabel (Results 1 – 16 of 16) sorted by path

/plugin/struct/action/
H A Dedit.php132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
/plugin/struct/helper/
H A Dfield.php67 $label = $this->column->getTranslatedLabel();
198 $trans = hsc($field->getColumn()->getTranslatedLabel());
/plugin/struct/meta/
H A DAggregationTable.php132 $column = $col->getTranslatedLabel();
175 $header = $column->getTranslatedLabel();
H A DColumn.php85 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
87 return $this->type->getTranslatedLabel();
H A DPageColumn.php80 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
H A DPublishedColumn.php43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PublishedColumn
H A DRevisionColumn.php76 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DRowColumn.php43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RowColumn
H A DSchema.php288 public function getTranslatedLabel()
285 public function getTranslatedLabel() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
H A DSummaryColumn.php75 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
H A DUserColumn.php76 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
H A DValueValidator.php39 $trans = $type->getTranslatedLabel();
/plugin/struct/syntax/
H A Doutput.php178 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel());
187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
/plugin/struct/types/
H A DAbstractBaseType.php173 public function getTranslatedLabel()
172 public function getTranslatedLabel() global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
/plugin/structodt/
H A Daction.php246 $filename = $first_schema->getTranslatedLabel();
/plugin/structsection/
H A Dsyntax.php137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $pos += strlen($field->getColumn()->getTranslatedLabel());