Lines Matching refs:mikioInlineIcon
620 ($showIcons === true ? $this->mikioInlineIcon('file') : '') .
634 ($showIcons === true ? $this->mikioInlineIcon('gear') : '') .
654 ($showIcons === true ? $this->mikioInlineIcon('user') : '') .
669 ($showIcons === true ? $this->mikioInlineIcon('wrench') : '') .
771 $this->mikioInlineIcon('language') .
785 … ($autoLightDark === true ? $this->mikioInlineIcon('sunmoon', 'mikio-darklight-auto') : '') .
786 $this->mikioInlineIcon('sun', 'mikio-darklight-light') .
787 $this->mikioInlineIcon('moon', 'mikio-darklight-dark') .
1594 $this->mikioInlineIcon('home') . '$3', $html, 1);
1715 $this->mikioInlineIcon('hamburger', 'hamburger') . '$2' .
1716 $this->mikioInlineIcon('down-arrow', 'down-arrow') . '</h3>',
1897 … '<tr$1><td class="mikio-config-table-header" colspan="2">' . $this->mikioInlineIcon($icon) .
2366 public function mikioInlineIcon(string $type, string $class = ""): string function in dokuwiki\\template\\mikio\\mikio
2589 $svgDoc->loadXML($this->mikioInlineIcon($type, $class));