Home
last modified time | relevance | path

Searched full:fileicons (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/images/fileicons/svg/
H A DREADME1 Icons come from https://fileicons.org/
/dokuwiki/inc/Ui/Media/
H A DDisplay.php59 $link = 'lib/images/fileicons/svg/' . $this->mediaFile->getIcoClass() . '.svg';
60 if (!file_exists(DOKU_INC . $link)) $link = 'lib/images/fileicons/svg/file.svg';
/dokuwiki/lib/exe/
H A Dcss.php380 echo ' background: transparent url(' . DOKU_BASE . 'lib/images/fileicons/svg/file.svg) 0px 1px no-repeat;';
388 if ($dh = opendir(DOKU_INC . 'lib/images/fileicons/svg')) {
399 echo ' background-image: url(' . DOKU_BASE . 'lib/images/fileicons/svg/' . $ext . '.svg)';
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php116 return '<img class="icon" src="' . DOKU_BASE . 'lib/images/fileicons/file.png" alt="' . $id . '" />';
/dokuwiki/inc/
H A Dmedia.php1485 if (file_exists(DOKU_INC . 'lib/images/fileicons/' . $size . '/' . $ext . '.png')) {
1486 $icon = DOKU_BASE . 'lib/images/fileicons/' . $size . '/' . $ext . '.png';
1488 $icon = DOKU_BASE . 'lib/images/fileicons/' . $size . '/file.png';
/dokuwiki/data/
H A Ddeleted.files488 lib/images/fileicons/audio.png