Home
last modified time | relevance | path

Searched refs:getLabel (Results 201 – 225 of 262) sorted by path

1234567891011

/plugin/oauthgeneric/
H A Daction.php78 public function getLabel()
70 public function getLabel() global() function in action_plugin_oauthgeneric
/plugin/oauthgithub/
H A Daction.php41 public function getLabel() function in action_plugin_oauthgithub
/plugin/oauthkeycloak/
H A Daction.php58 public function getLabel() function in action_plugin_oauthkeycloak
/plugin/oauthwechange/
H A Daction.php46 public function getLabel() function in action_plugin_oauthwechange
/plugin/odt/
H A DMenuItemODT.php36 public function getLabel() { function in dokuwiki\\plugin\\odt\\MenuItemODT
H A DMenuItemODTPDF.php36 public function getLabel() { function in dokuwiki\\plugin\\odt\\MenuItemODTPDF
/plugin/odtplus2dw/
H A DMenuItem.php31 public function getLabel() { function in dokuwiki\\plugin\\odtplus2dw\\MenuItem
/plugin/overlay/
H A DMenuItem.php42 public function getLabel() { function in dokuwiki\\plugin\\overlay\\MenuItem
/plugin/pagebuttons/
H A DDeletePageButton.php44 public function getLabel() { function in dokuwiki\\plugin\\pagebuttons\\DeletePageButton
H A DNewFolderButton.php37 public function getLabel() { function in dokuwiki\\plugin\\pagebuttons\\NewFolderButton
H A DNewPageButton.php37 public function getLabel() { function in dokuwiki\\plugin\\pagebuttons\\NewPageButton
/plugin/recommend/
H A DMenuItem.php28 public function getLabel() { function in dokuwiki\\plugin\\recommend\\MenuItem
/plugin/refnotes/
H A Dadmin.php199 print($field->getLabel());
535 public function getLabel() {
547 public function getLabel() { global() function in refnotes_config_field
/plugin/siteexport/
H A DMenuItem.php34 public function getLabel() { function in dokuwiki\\plugin\\siteexport\\MenuItem
/plugin/stale/
H A DMenuitem.php65 public function getLabel() function in dokuwiki\\plugin\\stale\\StaleMenuItem
/plugin/struct/action/
H A Daggregationeditor.php177 $label = $column->getLabel();
H A Dbureaucracy.php154 $lbl = $field->column->getLabel();
H A Dedit.php134 $label = $field->getColumn()->getLabel();
H A Dinline.php149 $tosave[$this->column->getLabel()] = $value;
/plugin/struct/helper/
H A Dlookup.php32 $lbl = $field->column->getLabel();
/plugin/struct/meta/
H A DAccessDataValidator.php73 $label = $col->getType()->getLabel();
H A DAccessTable.php139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
482 $data[$col->getLabel()] = $value->getRawValue();
484 $data[$col->getLabel()] = $value;
H A DAccessTablePage.php35 $data[$col->getLabel()] = [];
37 $data[$col->getLabel()] = '';
H A DCSVExporter.php70 $row .= $this->escape($col->getLabel());
H A DCSVPageImporter.php63 if (!in_array($col->getLabel(), $keys, true)) {
66 $index = array_search($col->getLabel(), $keys, true);
130 if ($col->getLabel() == 'pid') {

1234567891011