Home
last modified time | relevance | path

Searched refs:svg (Results 1 – 25 of 165) sorted by path

1234567

/dokuwiki/conf/
H A Dmime.conf57 svg image/svg+xml
H A Dsmileys.conf4 8-) cool.svg
5 8-O eek.svg
6 8-o eek.svg
7 :-( sad.svg
8 :-) smile.svg
9 =) smile2.svg
10 :-/ doubt.svg
11 :-\ doubt2.svg
12 :-? confused.svg
13 :-D biggrin.svg
[all...]
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128.17 128.04">
84 </svg>
/dokuwiki/inc/Menu/
H A DAbstractMenu.php77 * @param bool $svg add the SVG link
80 public function getListItems($classprefix = '', $svg = true) argument
91 $html .= $item->asHtmlLink(false, $svg);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php44 protected $svg = DOKU_INC . 'lib/images/menu/00-default_checkbox-blank-circle-outline.svg'; variable in dokuwiki\\Menu\\Item\\AbstractItem
154 * @param bool $svg add SVG icon to the link
157 public function asHtmlLink($classprefix = 'menuitem ', $svg = true)
161 if ($svg) {
244 return $this->svg;
155 asHtmlLink($classprefix = 'menuitem ', $svg = true) global() argument
H A DAdmin.php17 $this->svg = DOKU_INC . 'lib/images/menu/settings.svg';
H A DBack.php27 $this->svg = DOKU_INC . 'lib/images/menu/12-back_arrow-left.svg';
H A DBacklink.php16 $this->svg = DOKU_INC . 'lib/images/menu/08-backlink_link-variant.svg';
H A DEdit.php57 'edit' => '01-edit_pencil.svg',
58 'create' => '02-create_pencil.svg',
59 'draft' => '03-draft_android-studio.svg',
60 'show' => '04-show_file-document.svg',
61 'source' => '05-source_file-xml.svg'
64 $this->svg = DOKU_INC . 'lib/images/menu/' . $icons[$this->type];
H A DImgBackto.php18 $this->svg = DOKU_INC . 'lib/images/menu/12-back_arrow-left.svg';
H A DIndex.php20 $this->svg = DOKU_INC . 'lib/images/menu/file-tree.svg';
H A DLogin.php18 $this->svg = DOKU_INC . 'lib/images/menu/login.svg';
26 $this->svg = DOKU_INC . 'lib/images/menu/logout.svg';
H A DMedia.php18 $this->svg = DOKU_INC . 'lib/images/menu/folder-multiple-image.svg';
H A DMediaManager.php24 $this->svg = DOKU_INC . 'lib/images/menu/11-mediamanager_folder-image.svg';
H A DProfile.php22 $this->svg = DOKU_INC . 'lib/images/menu/account-card-details.svg';
H A DRecent.php18 $this->svg = DOKU_INC . 'lib/images/menu/calendar-clock.svg';
H A DRegister.php22 $this->svg = DOKU_INC . 'lib/images/menu/account-plus.svg';
H A DResendpwd.php22 $this->svg = DOKU_INC . 'lib/images/menu/lock-reset.svg';
H A DRevert.php25 $this->svg = DOKU_INC . 'lib/images/menu/06-revert_replay.svg';
H A DRevisions.php19 $this->svg = DOKU_INC . 'lib/images/menu/07-revisions_history.svg';
H A DSubscribe.php22 $this->svg = DOKU_INC . 'lib/images/menu/09-subscribe_email-outline.svg';
H A DTop.php18 $this->svg = DOKU_INC . 'lib/images/menu/10-top_arrow-up.svg';
/dokuwiki/inc/
H A Dhtml.php62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
65 function html_login($svg = false)
68 (new Login($svg))->show();
199 * @param string $svg (optional) svg code, inserted into the button
202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null)
239 if ($svg) {
240 $html .= '<span>' . hsc($label) . '</span>' . inlineSVG($svg);
61 html_login($svg = false) global() argument
187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
/dokuwiki/lib/images/
H A Demail.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#888888" d="m20 8-8 5-8-5V6l8 5 8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"/></svg>
H A Dexternal-link.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#888888" d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /></svg>

1234567