Home
last modified time | relevance | path

Searched refs:getLabel (Results 226 – 250 of 262) sorted by path

1234567891011

/plugin/struct/meta/
H A DCSVSerialImporter.php73 if ($col->getLabel() !== 'pid' || !$INPUT->bool('createPage')) {
H A DColumn.php68 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
70 return $this->type->getLabel();
79 return $this->table . '.' . $this->getLabel();
H A DPageColumn.php57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
74 return $this->getLabel();
H A DPublishedColumn.php26 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\PublishedColumn
H A DRevisionColumn.php58 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
70 return $this->getLabel();
H A DRowColumn.php26 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\RowColumn
H A DSchema.php346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) {
389 'label' => $column->getLabel(),
H A DSchemaEditor.php128 $html .= '<input type="text" name="' . $base . '[label]" value="' . hsc($col->getType()->getLabel()) . '">';
H A DSearch.php112 if ($col->getLabel() === $colname) unset($this->columns[$key]);
H A DSearchConfig.php176 $label = $column->getLabel();
H A DSummaryColumn.php57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
69 return $this->getLabel();
H A DUserColumn.php58 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
70 return $this->getLabel();
/plugin/struct/
H A Dremote.php118 'name' => $column->getLabel(),
/plugin/struct/types/
H A DAbstractBaseType.php160 public function getLabel()
159 public function getLabel() global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DLookup.php120 $field = $column->getLabel();
H A DTag.php31 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value;
34 if (!$page) $page = cleanID($context->getLabel());
/plugin/structcombolookup/
H A Daction.php79 $colLabel = $field->column->getLabel();
/plugin/structcombolookup/types/
H A DNarrowingLookup.php42 $field = $column->getLabel();
61 $field = $column->getLabel();
81 $field = $column->getLabel();
85 $narrowingField = $narrowingColumn->getLabel();
/plugin/structnotification/action/
H A Dnotification.php60 $colLabel = $value->getColumn()->getLabel();
157 $colLabel = $column->getLabel();
231 $label = $value->getColumn()->getLabel();
/plugin/structodt/
H A Dhelper.php277 $label = $value->getColumn()->getLabel();
354 if ($column->getLabel() == $label) {
/plugin/structstatus/
H A DStatus.php152 $colname = $col->getLabel();
/plugin/structupdate/helper/
H A Dupdate.php55 $lbl = $field->column->getLabel();
/plugin/tagadd/
H A DMenuItem.php18 public function getLabel() { function in dokuwiki\\plugin\\tagadd\\MenuItem
/plugin/timetrack/
H A DMenuItem.php18 public function getLabel() { function in dokuwiki\\plugin\\timetrack\\MenuItem
/plugin/tplmod/
H A DMenuItem.php40 public function getLabel() { function in dokuwiki\\plugin\\tplmod\\MenuItem

1234567891011