Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 2397) sorted by last modified time

12345678910>>...96

/template/mikio/icons/bootstrap-icons/svg/
H A Dfile-earmark-ruled.svg1 <svg class="bi bi-file-earmark-ruled" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-spreadsheet.svg1 <svg class="bi bi-file-earmark-spreadsheet" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-text.svg1 <svg class="bi bi-file-earmark-text" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-zip.svg1 <svg class="bi bi-file-earmark-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark.svg1 <svg class="bi bi-file-earmark" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-minus.svg1 <svg class="bi bi-file-minus" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-plus.svg1 <svg class="bi bi-file-plus" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-post.svg1 <svg class="bi bi-file-post" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-richtext.svg1 <svg class="bi bi-file-richtext" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-ruled.svg1 <svg class="bi bi-file-ruled" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-spreadsheet.svg1 <svg class="bi bi-file-spreadsheet" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-text.svg1 <svg class="bi bi-file-text" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-break.svg1 <svg class="bi bi-file-break" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-check.svg1 <svg class="bi bi-file-check" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-arrow-down.svg1 <svg class="bi bi-file-earmark-arrow-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-break.svg1 <svg class="bi bi-file-earmark-break" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile.svg1 <svg class="bi bi-file" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-zip.svg1 <svg class="bi bi-file-zip" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/template/mikio/
H A DREADME.md199 Users can also add their own icon sets into the template. Supported icon sets can either be webfonts or indivial files (such as a SVG library). Instructions can be found in the `/icons/icons.php` file.
207 - `{file}` - The file name of the page
222 The default value which is the same standard DokuWiki is: `{file} · %lastmod% {date}[LOGGEDIN=[USER= %by% {user}][LOCKED= · %lockedby% {locked}]]`
264 - Fixed incorrect style file names. Thanks Wolfram.
358 - Fixed incorrect file names listed [#45](https://github.com/nomadjimbob/mikio/issues/45). Thanks babudro
445 - Supports Docker linuxserver/dokuwiki container file structures
491 - Fixed cosmetic display issues when `input[type=file]` is hidden by plugins [#2](https://github.com/nomadjimbob/mikio/issues/2)
H A Dcss.php41 $file = 'style.ini';
42 if(file_exists($file)) {
43 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE));
46 $file = platformSlashes('../../../conf/tpl/mikio/style.ini');
47 if(file_exists($file)) {
48 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE)); variable
51 $file = ($_SERVER['DOCUMENT_ROOT'] . '/conf/tpl/mikio/style.ini');
52 if(file_exists($file)) {
53 $rawVars = arrayDeepMerge($rawVars, parse_ini_file($file, TRUE)); variable
80 echo "The requested file coul
58 $file = ($_SERVER['DOCUMENT_ROOT'] . '/conf/tpl/mikio/style.ini'); global() variable
[all...]
H A Dmikio.php606 ($showIcons === true ? $this->mikioInlineIcon('file') : '') .
1138 $file = $INFO['filepath'];
1141 $file = str_replace($conf['olddir'] . '/', '', $file);
1143 $file = str_replace($conf['datadir'] . '/', '', $file);
1146 $file = utf8_decodeFN($file);
1157 'file' => '<bdi>' . $file
[all...]
/template/mikio/assets/
H A Dmikio.js128 Array.from(document.querySelectorAll('input[type=file]')).forEach(function (elem) {
139 spanElem.innerHTML = 'Choose file...';
140 spanElem.classList.add('mikio-input-file');
156 let mikioInput = mikio.getNextSibling(this, '.mikio-input-file');
268 // Media Manager - file click
279 // Popup Media Manager - clean file info
281 var file = { resolution: '', date: '', time: '', size: '' }; class in mikio.ready.mediaPopupFileInfoClean
H A Dmikio.less1649 .mikio-input-file {
2422 .file {
/template/launch/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/template/launch/css/
H A Dbasic.css2 * This file provides the most basic styles.
5 * want to integrate this file into the other project as well, or use

12345678910>>...96