Home
last modified time | relevance | path

Searched refs:hasIcon (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrandTag.php132 if (!$brandImageFound && $brandButton->hasIcon()) {
169 && !$brandButton->hasIcon()
H A DBrandListTag.php89 if ($brandButton->hasIcon()) {
H A DBrandButton.php503 public function hasIcon(): bool function in ComboStrap\\BrandButton
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php93 if ($brandButton->hasIcon()) {
/plugin/combo/syntax/
H A Dbrand.php273 if (!$brandButton->hasIcon()) {
/plugin/extranet/script/
Dprosemirror.js337 const hasIcon = !!item.querySelector(':scope > .menuicon');
338 … if (wasActive !== active || !hasIcon || item.dataset.extranetChecked !== expectedDataset) {