Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 25 of 262) sorted by last modified time

1234567891011

/plugin/twofactoremail/
H A Daction.php14 public function getLabel() function in action_plugin_twofactoremail
/plugin/twofactor/
H A DManager.php331 $form->addFieldsetOpen($provider->getLabel());
348 $form->addButton('2fa_provider', $prov->getLabel())
H A DProvider.php90 public function getLabel() function in dokuwiki\\plugin\\twofactor\\Provider
/plugin/twofactor/action/
H A Dprofile.php205 $el = $form->addRadioButton('provider', $provider->getLabel())->val($provider->getProviderID());
208 $el->getLabel()->val($provider->getLabel() . ' ' . $this->getLang('default'));
235 $options[$provider->getProviderID()] = $provider->getLabel();
272 $form->addFieldsetOpen($provider->getLabel());
/plugin/siteexport/
H A DMenuItem.php34 public function getLabel() { function in dokuwiki\\plugin\\siteexport\\MenuItem
/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') {
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

1234567891011