/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/combo/resources/library/combo/ |
H A D | FormMetaField.js | 41 return this.getLabel(); 48 …${this.getDescription()}" style="text-decoration:none;pointer-events: none;">${this.getLabel()}</a> 51 …()}" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">${this.getLabel()}</a>`; 104 getLabel() { method in FormMetaField 365 …htmlElement = `<select class="form-select" aria-label="${this.getLabel()}" name="${this.getName()}… 391 placeholderValue = `Enter a ${this.getLabel()}`; 509 "label": this.getLabel(),
|
/plugin/folded/ |
H A D | MenuItemFolded.php | 33 public function getLabel() { function in dokuwiki\\plugin\\folded\\MenuItemFolded 44 return $this->getLabel();
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/ |
H A D | GatherFootnotesListener.php | 48 $ref = $document->getReferenceMap()->getReference($node->getReference()->getLabel()); 68 $backref->getLabel(), 69 … '#' . $this->config->get('footnote/ref_id_prefix', 'fnref:') . $backref->getLabel(),
|
H A D | AnonymousFootnotesListener.php | 43 $existingReference->getLabel(), 44 … '#' . $this->config->get('footnote/ref_id_prefix', 'fnref:') . $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/structcombolookup/types/ |
H A D | NarrowingLookup.php | 42 $field = $column->getLabel(); 61 $field = $column->getLabel(); 81 $field = $column->getLabel(); 85 $narrowingField = $narrowingColumn->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); 134 if ($col->getLabel() == 'pid') {
|
H A D | AccessTablePage.php | 35 $data[$col->getLabel()] = array(); 37 $data[$col->getLabel()] = null;
|
/plugin/combo/resources/library/combo/__tests__/ |
H A D | FormMeta.test.js | 100 expect(field.getLabel()).toBe(firstFieldLabel); 124 expect(firstTab.getLabel()).toBe(firstTabLabel); 131 expect(secondTab.getLabel()).toBe("unknown");
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | FootnoteRefRenderer.php | 48 $title = $inline->getReference()->getLabel(); 52 if ($node instanceof Footnote && $title == $node->getReference()->getLabel()) {
|
/plugin/struct/_test/ |
H A D | SchemaImporter.test.php | 50 $this->assertEquals('tag', $columns[0]->getLabel()); 51 $this->assertEquals('tags', $columns[1]->getLabel());
|
/plugin/structnotification/action/ |
H A D | notification.php | 60 $colLabel = $value->getColumn()->getLabel(); 155 $colLabel = $column->getLabel(); 225 $label = $value->getColumn()->getLabel();
|
/plugin/commonmark/vendor/league/commonmark/src/Reference/ |
H A D | ReferenceInterface.php | 22 public function getLabel(): string; function
|
/plugin/struct/types/ |
H A D | Tag.php | 30 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value; 33 if (!$page) $page = cleanID($context->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
|
/plugin/recommend/ |
H A D | MenuItem.php | 28 public function getLabel() { function in dokuwiki\\plugin\\recommend\\MenuItem
|