Home
last modified time | relevance | path

Searched refs:getTranslatedLabel (Results 1 – 18 of 18) sorted by relevance

/plugin/struct/_test/types/
H A DAbstractBaseTest.php48 $this->assertEquals('A Label', $type->getTranslatedLabel());
73 $this->assertEquals('A Label', $type->getTranslatedLabel());
107 $this->assertEquals('A Label', $type->getTranslatedLabel());
110 $this->assertEquals('A Label', $type->getTranslatedLabel());
113 $this->assertEquals('A Label', $type->getTranslatedLabel());
148 $this->assertEquals('A Label', $type->getTranslatedLabel());
151 $this->assertEquals('german label', $type->getTranslatedLabel());
154 $this->assertEquals('A Label', $type->getTranslatedLabel()); # falls back to column
157 $this->assertEquals('A Label', $type->getTranslatedLabel()); # falls back to column
/plugin/struct/meta/
H A DColumn.php85 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
87 return $this->type->getTranslatedLabel();
H A DRowColumn.php43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RowColumn
H A DPublishedColumn.php43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PublishedColumn
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 DRevisionColumn.php76 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DPageColumn.php80 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
H A DValueValidator.php39 $trans = $type->getTranslatedLabel();
H A DAggregationFilter.php74 $colValues[$colName]['label'] = $value->getColumn()->getTranslatedLabel();
H A DAggregationTable.php132 $column = $col->getTranslatedLabel();
175 $header = $column->getTranslatedLabel();
H A DSchema.php288 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\Schema
/plugin/structsection/
Dsyntax.php136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
137 $pos += strlen($field->getColumn()->getTranslatedLabel());
/plugin/struct/action/
H A Dedit.php132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
/plugin/struct/syntax/
H A Doutput.php179 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel());
199 $renderer->cdata($field->getColumn()->getTranslatedLabel());
/plugin/struct/helper/
H A Dfield.php67 $label = $this->column->getTranslatedLabel();
198 $trans = hsc($field->getColumn()->getTranslatedLabel());
/plugin/structodt/
Daction.php246 $filename = $first_schema->getTranslatedLabel();
/plugin/struct/types/
H A DAbstractBaseType.php173 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType