Searched refs:getTranslatedLabel (Results 1 – 18 of 18) sorted by relevance
| /plugin/struct/_test/types/ |
| H A D | AbstractBaseTest.php | 48 $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 D | Column.php | 85 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column 87 return $this->type->getTranslatedLabel();
|
| H A D | RowColumn.php | 43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RowColumn
|
| H A D | PublishedColumn.php | 43 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PublishedColumn
|
| H A D | SummaryColumn.php | 75 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
|
| H A D | UserColumn.php | 76 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
|
| H A D | RevisionColumn.php | 76 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
|
| H A D | PageColumn.php | 80 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
|
| H A D | ValueValidator.php | 39 $trans = $type->getTranslatedLabel();
|
| H A D | AggregationFilter.php | 74 $colValues[$colName]['label'] = $value->getColumn()->getTranslatedLabel();
|
| H A D | AggregationTable.php | 132 $column = $col->getTranslatedLabel(); 175 $header = $column->getTranslatedLabel();
|
| H A D | Schema.php | 288 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\meta\\Schema
|
| /plugin/structsection/ |
| D | syntax.php | 136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos); 137 $pos += strlen($field->getColumn()->getTranslatedLabel());
|
| /plugin/struct/action/ |
| H A D | edit.php | 132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>'; 161 $trans = hsc($field->getColumn()->getTranslatedLabel());
|
| /plugin/struct/syntax/ |
| H A D | output.php | 179 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel()); 199 $renderer->cdata($field->getColumn()->getTranslatedLabel());
|
| /plugin/struct/helper/ |
| H A D | field.php | 67 $label = $this->column->getTranslatedLabel(); 198 $trans = hsc($field->getColumn()->getTranslatedLabel());
|
| /plugin/structodt/ |
| D | action.php | 246 $filename = $first_schema->getTranslatedLabel();
|
| /plugin/struct/types/ |
| H A D | AbstractBaseType.php | 173 public function getTranslatedLabel() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
|