Lines Matching refs:svg

14               'default' => '00-default_checkbox-blank-circle-outline.svg',
15 'edit' => '01-edit_pencil.svg',
16 'create' => '02-create_pencil.svg',
17 'draft' => '03-draft_android-studio.svg',
18 'show' => '04-show_file-document.svg',
19 'source' => '05-source_file-xml.svg',
20 'revert' => '06-revert_replay.svg',
21 'revs' => '07-revisions_history.svg',
22 'backlink' => '08-backlink_link-variant.svg',
23 'subscribe' => '09-subscribe_email-outline.svg',
24 'top' => '10-top_arrow-up.svg',
25 'mediaManager' => '11-mediamanager_folder-image.svg',
26 'img_backto' => '12-back_arrow-left.svg',
52 $svg = __DIR__ . '/images/tools/' . self::$icons[$data['type']];
57 $svg,
69 * @param string $svg The icon to show
73 static public function pageToolItem($link, $caption, $svg, $args = array()) {
88 $svg = inlineSVG($svg);
89 if(!$svg) $svg = inlineSVG(__DIR__ . '/images/tools/' . self::$icons['default']);
95 $out .= $svg;
105 * any events, but should be adjusted to the standard dokuwiki template, once that has svg-functionality implemented.
111 'view' => 'main-svg',
127 * Begin shims as a temporary solution until the svg-approach is mainlined and the plugins have adapted
138 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem('', $move->getLang('renamepage'), __DIR__ . '/images/tools/41-format-paint.svg', $attr);
154 $svg = __DIR__ . '/images/tools/43-file-delimeted.svg';
155 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
172 $svg = __DIR__ . '/images/tools/40-pdf-file.svg';
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);