/plugin/freechat/phpfreechat/data/public/js/ |
H A 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);
|
H A D | pfcclient.js | 1330 img.alt = this.res.getLabel('Close'); 1761 clock_icon.alt = this.res.getLabel('Hide dates and hours'); 1769 clock_icon.alt = this.res.getLabel('Show dates and hours'); 1829 loginlogout_icon.alt = this.res.getLabel('Disconnect'); 1837 loginlogout_icon.alt = this.res.getLabel('Connect'); 1863 btn.alt = this.res.getLabel('Magnify'); 1870 btn.alt = this.res.getLabel('Cut down'); 2067 btn.alt = this.res.getLabel('Hide smiley box'); 2076 btn.alt = this.res.getLabel('Show smiley box'); 2120 btn.alt = this.res.getLabel('Hide online users box'); [all …]
|
H A 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/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/ |
H A D | GatherFootnotesListener.php | 42 $ref = $document->getReferenceMap()->get($node->getReference()->getLabel()); 95 $backref->getLabel(), 96 '#' . $this->config->get('footnote/ref_id_prefix') . $backref->getLabel(),
|
H A D | AnonymousFootnotesListener.php | 42 $existingReference->getLabel(), 43 '#' . $this->config->get('footnote/ref_id_prefix') . $existingReference->getLabel(),
|
/plugin/twofactor/action/ |
H A 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/folded/ |
H A D | MenuItemFolded.php | 33 public function getLabel() { function in dokuwiki\\plugin\\folded\\MenuItemFolded 44 return $this->getLabel();
|
/plugin/structcombolookup/types/ |
H A D | NarrowingLookup.php | 42 $field = $column->getLabel(); 61 $field = $column->getLabel(); 81 $field = $column->getLabel(); 85 $narrowingField = $narrowingColumn->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 | PageColumn.php | 57 public function getLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn 74 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 | AccessTablePage.php | 35 $data[$col->getLabel()] = []; 37 $data[$col->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/structnotification/action/ |
H A D | notification.php | 60 $colLabel = $value->getColumn()->getLabel(); 157 $colLabel = $column->getLabel(); 231 $label = $value->getColumn()->getLabel();
|
/plugin/struct/types/ |
H A D | Tag.php | 31 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value; 34 if (!$page) $page = cleanID($context->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() 313 public function getLabel() global() function in dokuwiki\\plugin\\oauth\\Adapter
|
/plugin/combo/action/ |
H A D | login.php | 269 $loginText = $userField->getLabel()->val(); 297 $passwordText = $pwdField->getLabel()->val(); 326 $remberText = $rememberField->getLabel()->val();
|
/plugin/commonmark/vendor/league/commonmark/src/Reference/ |
H A D | ReferenceInterface.php | 24 public function getLabel(): string; 22 public function getLabel(): string; global() function
|
/plugin/oauth/action/ |
H A D | user.php | 128 $service->getLabel(), 167 $service->getLabel(),
|
/plugin/timetrack/ |
H A D | MenuItem.php | 18 public function getLabel() { function in dokuwiki\\plugin\\timetrack\\MenuItem
|
/plugin/tagadd/ |
H A D | MenuItem.php | 18 public function getLabel() { function in dokuwiki\\plugin\\tagadd\\MenuItem
|