| /plugin/freechat/phpfreechat/data/public/js/ |
| D | pfcresource.js | 23 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);
|
| D | pfcclient.js | 159 …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 …]
|
| D | pfcprompt.js | 35 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/ |
| D | profile.php | 205 … $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/ |
| D | MenuItemSectionToggle.php | 29 public function getLabel() { function in dokuwiki\\plugin\\sectiontoggle\\MenuItemSectionToggle 42 return $this->getLabel();
|
| /plugin/structcombolookup/types/ |
| D | NarrowingLookup.php | 42 $field = $column->getLabel(); 61 $field = $column->getLabel(); 81 $field = $column->getLabel(); 85 $narrowingField = $narrowingColumn->getLabel();
|
| /plugin/folded/ |
| D | MenuItemFolded.php | 33 public function getLabel() { function in dokuwiki\\plugin\\folded\\MenuItemFolded 44 return $this->getLabel();
|
| /plugin/combo/ComboStrap/ |
| H A D | ImageLink.php | 37 return $this->mediaMarkup->getLabel(); 39 return $this->mediaMarkup->getFetcher()->getLabel(); 95 $title = $this->mediaMarkup->getLabel();
|
| /plugin/struct/meta/ |
| H A D | Column.php | 68 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\Column 70 return $this->type->getLabel(); 79 return $this->table . '.' . $this->getLabel();
|
| H A D | SummaryColumn.php | 57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn 69 return $this->getLabel();
|
| H A D | UserColumn.php | 58 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn 70 return $this->getLabel();
|
| H A D | RevisionColumn.php | 58 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn 70 return $this->getLabel();
|
| H A D | CSVPageImporter.php | 63 if (!in_array($col->getLabel(), $keys, true)) { 66 $index = array_search($col->getLabel(), $keys, true); 130 if ($col->getLabel() == 'pid') {
|
| H A D | PageColumn.php | 57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn 74 return $this->getLabel();
|
| H A D | AccessTablePage.php | 35 $data[$col->getLabel()] = []; 37 $data[$col->getLabel()] = '';
|
| /plugin/struct/_test/ |
| H A D | SchemaImporterTest.php | 51 $this->assertEquals('tag', $columns[0]->getLabel()); 52 $this->assertEquals('tags', $columns[1]->getLabel());
|
| /plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
| H A D | FootnoteRefRenderer.php | 45 $title = $node->getReference()->getLabel(); 49 if ($node instanceof Footnote && $title == $node->getReference()->getLabel()) {
|
| /plugin/oauth/ |
| H A D | Adapter.php | 90 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 D | login.php | 269 $loginText = $userField->getLabel()->val(); 299 $passwordText = $pwdField->getLabel()->val(); 329 $remberText = $rememberField->getLabel()->val();
|
| /plugin/oauth/action/ |
| H A D | user.php | 128 $service->getLabel(), 167 $service->getLabel(),
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 62 $colLabel = $value->getColumn()->getLabel(); 186 $colLabel = $column->getLabel(); 265 $label = $value->getColumn()->getLabel();
|
| /plugin/timetrack/ |
| D | MenuItem.php | 18 public function getLabel() { function in dokuwiki\\plugin\\timetrack\\MenuItem
|
| /plugin/tagadd/ |
| D | MenuItem.php | 18 public function getLabel() { function in dokuwiki\\plugin\\tagadd\\MenuItem
|
| /plugin/recommend/ |
| D | MenuItem.php | 28 public function getLabel() { function in dokuwiki\\plugin\\recommend\\MenuItem
|
| /plugin/dokullm/ |
| H A D | MenuItem.php | 32 public function getLabel() function in dokuwiki\\plugin\\dokullm\\MenuItem
|