Home
last modified time | relevance | path

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

12

/plugin/bookcreator/
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/noteboo…
/plugin/bookcreator/action/
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/encryptedpasswords/
Dsyntax.php47 $renderer->doc .= inlineSVG(__DIR__ . '/lock.svg');
48 $renderer->doc .= inlineSVG(__DIR__ . '/lock-open.svg');
/plugin/quicksubscribe/
H A Dhelper.php42 …$svg = inlineSVG(__DIR__ . '/images/bell-ring.svg') . inlineSVG(__DIR__ . '/images/bell-outline.sv…
/plugin/virtualgroup/
Dadmin.php280 echo inlineSVG(__DIR__ . '/images/pencil.svg');
324 echo inlineSVG(__DIR__ . '/images/pencil.svg');
385 inlineSVG(__DIR__ . '/images/delete.svg') . '<span>' . $this->getLang('del') . '</span>'
442 inlineSVG(__DIR__ . '/images/delete.svg') . '<span>' . $this->getLang('del') . '</span>'
/plugin/qc/
DOutput.php53 $html .= inlineSVG(__DIR__ . '/svg/' . $rating . '.svg');
131 $html .= inlineSVG(__DIR__ . '/svg/bad.svg');
/plugin/starred/
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/
DStatus.php61 $html .= $this->inlineSVG($icon);
74 protected function inlineSVG($icon) { function in dokuwiki\\plugin\\structstatus\\Status
/plugin/combo/admin/
H A Dpagerules.php266 …echo(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('delete.svg')->toAbsoluteId()));
274 …echo(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('file-document-edit-outline.svg…
/plugin/structpublish/action/
H A Dbanner.php64 inlineSVG(__DIR__ . '/../ico/' . $shownRevision->getStatus() . '.svg') .
123 $icon = inlineSVG(__DIR__ . '/../ico/diff.svg');
/plugin/filelisting/
Dhelper.php221 return inlineSVG(dirname(__FILE__) . '/images/folder.svg');
230 return inlineSVG(dirname(__FILE__) . '/images/folder-open.svg');
/plugin/twofactor/action/
Dresendpwd.php107 echo inlineSVG(__DIR__ . '/../admin.svg');
/plugin/bez/syntax/
H A Dnav.php30 inlineSVG(DOKU_PLUGIN . 'bez/images/logo.svg') .
/plugin/tplinc/
Dadmin.php125 echo '<td class="drag">' . inlineSVG(__DIR__ . '/drag.svg') . '</td>';
/plugin/prosemirror/action/
Deditor.php159 …$linkForm->addButtonHTML('linkwiz', inlineSVG(DOKU_PLUGIN . 'prosemirror/images/link.svg'))->attrs…
216 inlineSVG(DOKU_PLUGIN . 'prosemirror/images/file-image-outline.svg')
/plugin/lms/syntax/
Dlms.php103 $svg = inlineSVG(__DIR__ . '/../img/' . $cmd . '.svg');
/plugin/dirtylittlehelper/
Daction.php340 inlineSVG( $tmp_plugin->getMenuIcon() )
543 inlineSVG( $tmp_plugin->getMenuIcon() )
/plugin/pagenav/
Dsyntax.php127 $img = inlineSVG(__DIR__ . '/img/' . $cmd . '.svg');
/plugin/watchcycle/
Dsyntax.php149 $renderer->doc .= inlineSVG(DOKU_PLUGIN . 'watchcycle/admin.svg');
/plugin/tagging/
H A Dhelper.php811 $header['value'] . ' ' . inlineSVG(__DIR__ . "/images/$icon.svg")
873 inlineSVG(__DIR__ . '/images/edit.svg')
880 inlineSVG(__DIR__ . '/images/delete.svg')
/plugin/dev/
DSVGIcon.php189 $this->logger->warning('%d bytes is still too big for standard inlineSVG() limit!');
/plugin/acknowledge/
Daction.php166 $html .= inlineSVG(__DIR__ . '/admin.svg');

12