Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 25 of 263) sorted by relevance

1234567891011

/plugin/freechat/phpfreechat/data/public/js/
Dpfcresource.js23 getLabel: function() method in pfcResource
25 var key = this.getLabel.arguments[0];
28 this.getLabel.arguments[0] = this.labels.get(key);
29 return String.sprintf2(this.getLabel.arguments);
Dpfcclient.js159 …d ? '<span style="color:red">'+error_text+'</span><br/>' : '')+this.res.getLabel('Please enter you…
257 … this.displayMsg( cmd, this.res.getLabel('Maximum number of joined channels has been reached') );
302 … this.displayMsg( cmd, this.res.getLabel('Maximum number of private chat has been reached') );
307 …this.displayMsg( cmd, this.res.getLabel('You are trying to speak to a unknown (or not connected) u…
311 this.displayMsg( cmd, this.res.getLabel('You are not allowed to speak to yourself') );
338 this.setError(this.res.getLabel('Chosen nickname is already used'), Array());
339 this.askNick(param,this.res.getLabel('Chosen nickname is already used'));
349 this.setError(this.res.getLabel('Chosen nickname is not allowed'), Array());
363 this.displayMsg( cmd, this.res.getLabel('phpfreechat current version is %s',param) );
377 this.displayMsg( cmd, this.res.getLabel('Configuration has been rehashed') );
[all …]
Dpfcprompt.js35 div.appendChild(document.createTextNode(pfc.res.getLabel('Input Required')));
59 cancel.value = pfc.res.getLabel('Cancel');
67 submit.value = pfc.res.getLabel('OK');
/plugin/twofactor/action/
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/sectiontoggle/
DMenuItemSectionToggle.php29 public function getLabel() { function in dokuwiki\\plugin\\sectiontoggle\\MenuItemSectionToggle
42 return $this->getLabel();
/plugin/structcombolookup/types/
DNarrowingLookup.php42 $field = $column->getLabel();
61 $field = $column->getLabel();
81 $field = $column->getLabel();
85 $narrowingField = $narrowingColumn->getLabel();
/plugin/folded/
DMenuItemFolded.php33 public function getLabel() { function in dokuwiki\\plugin\\folded\\MenuItemFolded
44 return $this->getLabel();
/plugin/combo/ComboStrap/
H A DImageLink.php37 return $this->mediaMarkup->getLabel();
39 return $this->mediaMarkup->getFetcher()->getLabel();
95 $title = $this->mediaMarkup->getLabel();
/plugin/struct/meta/
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 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();
H A DRevisionColumn.php58 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
70 return $this->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 DPageColumn.php57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
74 return $this->getLabel();
H A DAccessTablePage.php35 $data[$col->getLabel()] = [];
37 $data[$col->getLabel()] = '';
/plugin/struct/_test/
H A DSchemaImporterTest.php51 $this->assertEquals('tag', $columns[0]->getLabel());
52 $this->assertEquals('tags', $columns[1]->getLabel());
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php45 $title = $node->getReference()->getLabel();
49 if ($node instanceof Footnote && $title == $node->getReference()->getLabel()) {
/plugin/oauth/
H A DAdapter.php90 throw new Exception('Failed to initialize Service ' . $this->getLabel());
268 … return '<a ' . $attr . '>' . $this->getSvgLogo() . '<span>' . $this->getLabel() . '</span></a> ';
317 public function getLabel() function in dokuwiki\\plugin\\oauth\\Adapter
/plugin/combo/action/
H A Dlogin.php269 $loginText = $userField->getLabel()->val();
299 $passwordText = $pwdField->getLabel()->val();
329 $remberText = $rememberField->getLabel()->val();
/plugin/oauth/action/
H A Duser.php128 $service->getLabel(),
167 $service->getLabel(),
/plugin/structnotification/action/
H A Dnotification.php62 $colLabel = $value->getColumn()->getLabel();
186 $colLabel = $column->getLabel();
265 $label = $value->getColumn()->getLabel();
/plugin/timetrack/
DMenuItem.php18 public function getLabel() { function in dokuwiki\\plugin\\timetrack\\MenuItem
/plugin/tagadd/
DMenuItem.php18 public function getLabel() { function in dokuwiki\\plugin\\tagadd\\MenuItem
/plugin/recommend/
DMenuItem.php28 public function getLabel() { function in dokuwiki\\plugin\\recommend\\MenuItem
/plugin/dokullm/
H A DMenuItem.php32 public function getLabel() function in dokuwiki\\plugin\\dokullm\\MenuItem

1234567891011