Home
last modified time | relevance | path

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

12

/plugin/bez/tpl/
H A Dtask_box.php41 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock.svg') ?>
H A Dthreads.php167 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
H A Dtasks.php186 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
/plugin/twofactor/action/
H A Dlogin.php126 echo inlineSVG(__DIR__ . '/../admin.svg');
/plugin/oauth/
H A DAdapter.php370 if (file_exists($logo)) return inlineSVG($logo);
/plugin/issuelinks/action/
H A Dajax.php146 $importSVG = inlineSVG(__DIR__ . '/../images/import.svg');
/plugin/translation/
H A Dhelper.php303 $text .= '<i>' . inlineSVG(DOKU_PLUGIN . 'translation/flags/' . $lang . '.svg', 1024 * 12) . '</i>';
/plugin/do/
H A Dhelper.php523 $svg = inlineSVG(__DIR__ . '/pix/clipboard-text.svg');
/plugin/issuelinks/classes/
H A DIssue.php485 return inlineSVG(__DIR__ . '/../images/mdi-source-pull.svg');

12