Home
last modified time | relevance | path

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

12

/plugin/bookcreator/
H A Dhelper.php31 . inlineSVG(__DIR__ . '/images/notebook-remove-outline.svg')
35 . inlineSVG(__DIR__ . '/images/notebook-edit-outline.svg')
37 . "<a href='$url' title='{$this->getLang('showselection')}'>".inlineSVG(__DIR__ . '/images/notebook-outline.svg')." $itemtitle</a>";
/plugin/bookcreator/action/
H A Dpagetools.php46 '. inlineSVG(__DIR__ . '/../images/bookmark-plus.svg') . '
55 ' . inlineSVG(__DIR__ . '/../images/bookmark-minus.svg') . '
64 ' . inlineSVG(__DIR__ . '/../images/notebook-edit-outline.svg') . '
72 ' . inlineSVG(__DIR__ . '/../images/help-circle.svg') . '
/plugin/quicksubscribe/
H A Dhelper.php39 $svg = inlineSVG(__DIR__ . '/images/bell-ring.svg').inlineSVG(__DIR__ . '/images/bell-outline.svg');
/plugin/encryptedpasswords/
H A Dsyntax.php47 $renderer->doc .= inlineSVG(__DIR__ . '/lock.svg');
48 $renderer->doc .= inlineSVG(__DIR__ . '/lock-open.svg');
/plugin/qc/
H A DOutput.php53 $html .= inlineSVG(__DIR__ . '/svg/' . $rating . '.svg');
131 $html .= inlineSVG(__DIR__ . '/svg/bad.svg');
/plugin/starred/
H A Dhelper.php154 $result .= inlineSVG(__DIR__ . '/pix/star.svg');
158 $result .= inlineSVG(__DIR__ . '/pix/star-outline.svg');
/plugin/bez/tpl/
H A Dthread.php42 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/tick.svg') ?>
51 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/close.svg') ?>
H A Dthread_box.php27 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock.svg') ?>
H A Dtask.php68 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/tick.svg') ?>
/plugin/structstatus/
H A DStatus.php61 $html .= $this->inlineSVG($icon);
74 protected function inlineSVG($icon) { function in dokuwiki\\plugin\\structstatus\\Status
/plugin/structpublish/action/
H A Dbanner.php60 inlineSVG(__DIR__ . '/../ico/' . $shownRevision->getStatus() . '.svg') .
119 $icon = inlineSVG(__DIR__ . '/../ico/diff.svg');
/plugin/bez/syntax/
H A Dnav.php30 inlineSVG(DOKU_PLUGIN . 'bez/images/logo.svg') .
/plugin/twofactor/action/
H A Dresendpwd.php107 echo inlineSVG(__DIR__ . '/../admin.svg');
/plugin/filelisting/
H A Dhelper.php221 return inlineSVG(dirname(__FILE__) . '/images/folder.svg');
230 return inlineSVG(dirname(__FILE__) . '/images/folder-open.svg');
/plugin/combo/admin/
H A Dpagerules.php266 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('delete.svg')->toAbsoluteId()));
274 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('file-document-edit-outline.svg')->toAbsoluteId()));
/plugin/tplinc/
H A Dadmin.php125 echo '<td class="drag">' . inlineSVG(__DIR__ . '/drag.svg') . '</td>';
/plugin/lms/syntax/
H A Dlms.php103 $svg = inlineSVG(__DIR__ . '/../img/' . $cmd . '.svg');
/plugin/dirtylittlehelper/
H A Daction.php340 inlineSVG( $tmp_plugin->getMenuIcon() )
543 inlineSVG( $tmp_plugin->getMenuIcon() )
/plugin/prosemirror/action/
H A Deditor.php187 $linkForm->addButtonHTML('linkwiz', inlineSVG(DOKU_PLUGIN . 'prosemirror/images/link.svg'))->attrs([
238 $mediaForm->addButtonHTML('mediamanager', inlineSVG(DOKU_PLUGIN . 'prosemirror/images/file-image-outline.svg'))->attrs([
/plugin/pagenav/
H A Dsyntax.php127 $img = inlineSVG(__DIR__ . '/img/' . $cmd . '.svg');
/plugin/acknowledge/
H A Daction.php166 $html .= 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');
/plugin/dev/
H A DSVGIcon.php189 $this->logger->warning('%d bytes is still too big for standard inlineSVG() limit!');
/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'))

12