Home
last modified time | relevance | path

Searched refs:inlineSVG (Results 26 – 34 of 34) sorted by path

12

/plugin/structpublish/action/
H A Dbanner.php60 inlineSVG(__DIR__ . '/../ico/' . $shownRevision->getStatus() . '.svg') .
119 $icon = inlineSVG(__DIR__ . '/../ico/diff.svg');
/plugin/structstatus/
H A DStatus.php61 $html .= $this->inlineSVG($icon);
74 protected function inlineSVG($icon) { function in dokuwiki\\plugin\\structstatus\\Status
/plugin/tagging/
H A Dhelper.php791 $header['value'] . ' ' . inlineSVG(__DIR__ . "/images/$icon.svg"))
852 inlineSVG(__DIR__ . '/images/edit.svg'))
858 inlineSVG(__DIR__ . '/images/delete.svg'))
/plugin/tplinc/
H A Dadmin.php125 echo '<td class="drag">' . inlineSVG(__DIR__ . '/drag.svg') . '</td>';
/plugin/translation/
H A Dhelper.php303 $text .= '<i>' . inlineSVG(DOKU_PLUGIN . 'translation/flags/' . $lang . '.svg', 1024 * 12) . '</i>';
/plugin/twofactor/action/
H A Dlogin.php126 echo inlineSVG(__DIR__ . '/../admin.svg');
H A Dresendpwd.php107 echo inlineSVG(__DIR__ . '/../admin.svg');
/plugin/watchcycle/
H A Dhelper.php62 $icon .= inlineSVG(DOKU_PLUGIN . 'watchcycle/admin.svg');
H A Dsyntax.php149 $renderer->doc .= inlineSVG(DOKU_PLUGIN . 'watchcycle/admin.svg');

12