Home
last modified time | relevance | path

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

12345

/template/argon-alt/
Dmain.php91 .$item->getLabel()
92 . '<span class="a11y">'.$item->getLabel().'</span>'
152 . $item->getLabel()
196 . '<span class="a11y">'.$item->getLabel().'</span>'
210 . '<span class="a11y">'.$item->getLabel().'</span>'
/template/argon/
Dmain.php95 . '<span class="a11y">'.$item->getLabel().'</span>'
153 . $item->getLabel()
172 . $item->getLabel()
232 . '<span class="a11y">'.$item->getLabel().'</span>'
283 . '<span class="a11y">'.$item->getLabel().'</span>'
/template/bootstrap3/compat/inc/Menu/Item/
DAbstractItem.php79 public function getLabel() { function in dokuwiki\\Menu\\Item\\AbstractItem
101 if($this->title === '') return $this->getLabel();
159 $html .= '<span>' . hsc($this->getLabel()) . '</span>';
162 $html .= hsc($this->getLabel());
184 $this->getLabel(),
/template/bs4simple/
Dtpl_header.php54 . $item->getLabel()
78 . $item->getLabel()
/template/strap/ComboStrap/
H A DImageLink.php37 return $this->mediaMarkup->getLabel();
39 return $this->mediaMarkup->getFetcher()->getLabel();
95 $title = $this->mediaMarkup->getLabel();
H A DAnalyticsMenuItem.php41 public function getLabel(): string function in ComboStrap\\AnalyticsMenuItem
H A DReference.php32 static public function getLabel(): string function in ComboStrap\\Reference
H A DMetaManagerMenuItem.php44 public function getLabel(): string function in ComboStrap\\MetaManagerMenuItem
H A DBacklinkMenuItem.php44 public function getLabel(): string function in ComboStrap\\BacklinkMenuItem
H A DCacheMenuItem.php44 public function getLabel(): string function in ComboStrap\\CacheMenuItem
H A DDisqusIdentifier.php38 static public function getLabel(): string function in ComboStrap\\DisqusIdentifier
H A DFetcherAppPages.php76 $title = $this->getLabel();
239 public function getLabel(): string function in ComboStrap\\FetcherAppPages
H A DEndDate.php32 static public function getLabel(): string function in ComboStrap\\EndDate
H A DStartDate.php31 static public function getLabel(): string function in ComboStrap\\StartDate
H A DReplicationDate.php37 static public function getLabel(): string function in ComboStrap\\ReplicationDate
/template/writr/
Dtpl_functions.php164 .$item->getLabel()
201 .$item->getLabel()
238 .$item->getLabel()
249 .$item->getLabel()
Dmain.php87 .$item->getLabel()
164 .'<span class="a11y">'.$item->getLabel().'</span>'
/template/greensteel/
Dtpl_header.php55 . '<span class="a11y">'.$item->getLabel().'</span>'
82 … . '<span class="icon">'.inlineSVG($item->getSvg()).' '.$item->getLabel().'</span>'
/template/bootstrap3/tpl/
Dnavbar.php146 …ster', $navbar_labels) ? null : 'sr-only') . '"> ' . hsc($register_action->getLabel()) . '</span>';
160 …('login', $navbar_labels) ? null : 'sr-only') . '"> ' . hsc($login_action->getLabel()) . '</span>';
Dpage-icons.php34 $html .= '<span>' . hsc($item->getLabel()) . '</span>';
/template/strap/action/
H A Dlogin.php269 $loginText = $userField->getLabel()->val();
299 $passwordText = $pwdField->getLabel()->val();
329 $remberText = $rememberField->getLabel()->val();
/template/strap/resources/library/combo/
H A Dcombo.min.js1 …){if(this.getUrl()===void 0&&this.getDescription()===void 0)return this.getLabel();let t=this.getU…
3 …${this.getDescription()}" style="text-decoration:none;pointer-events: none;">${this.getLabel()}</a>
4getLabel()}</a>`}setType(t){return this.type=t,this}setLabel(t){return this.label=t,this}setUrl(t)…
/template/flarum/
Dtpl_header.php65 …ref="<?= $item->getLink(); ?>" title="<?= $item->getTitle(); ?>"><?= $item->getLabel(); ?></a></li>
/template/kiwiki/partial/
H A Dbefore_content.php49 . '<span class="a11y">'.$item->getLabel().'</span>'
/template/strap/ComboStrap/Meta/Field/
H A DAliasPath.php22 static public function getLabel(): string function in ComboStrap\\Meta\\Field\\AliasPath

12345