/plugin/mikioplugin/ |
D | action.php | 44 $stylesheets = []; 56 $stylesheets[] = $baseDir . 'icons/' . $icon['css']; 58 $stylesheets[] = $icon['css']; 73 $stylesheets[] = DOKU_BASE . $filename; 78 $stylesheets[] = $baseDir . 'assets/variables.css'; 80 $stylesheets = array_unique($stylesheets); 104 array_unshift($stylesheets, $baseDir . 'assets/variables.css'); 107 array_unshift($stylesheets, $baseDir . 'assets/styles.less'); 110 foreach ($stylesheets as $style) {
|
/plugin/geonav/tpl/startermap/ |
D | style.ini | 8 ; (i.e. [stylesheets] or [replacements]) into that file as well. 10 ; Define the stylesheets your template uses here. The second value 17 [stylesheets] section 45 ; the stylesheets. Changing this file is the simplest method to argument
|
/plugin/html2pdf/snorriheim/ |
D | style.ini | 4 ; Define the stylesheets your template uses here. The second value 8 [stylesheets] section 22 ; the stylesheets. Changing this file is the simplest method to argument
|
D | style.ini.dist | 4 ; Define the stylesheets your template uses here. The second value 8 [stylesheets] 22 ; the stylesheets. Changing this file is the simplest method to
|
/plugin/advanced/lang/en/config/ |
D | styleini.txt | 3 …the generation of [[doku>devel:css|CSS]] styles. It has two sections: [stylesheets] and [replaceme… 5 === [stylesheets] === 17 DokuWiki's CSS dispatcher is able to replace placeholders in the loaded stylesheets which are confi…
|
D | userstyle.txt | 3 Most of DokuWiki's presentation can be controlled through CSS stylesheets. DokuWiki defines some ve… 5 …oku>devel:less|LESS]] preprocessing and optimizing. The loading of the stylesheets amongst other t…
|
D | userscript.txt | 3 … [[wp>JavaScript]] to enhance the user experience. Like for [[doku>css|stylesheets]] all JavaScrip…
|
/plugin/ckgedit/scripts/ |
D | css6.php | 230 $stylesheets = array(); // mode, file => base 242 $stylesheets[$mode][$incbase.$file] = $webbase; 260 $stylesheets[$mode][$incbase.$file] = $webbase; 270 'stylesheets' => $stylesheets,
|
/plugin/epub/scripts/ |
D | css3.php | 223 $stylesheets = array(); // mode, file => base 235 $stylesheets[$mode][$incbase.$file] = $webbase; 253 $stylesheets[$mode][$incbase.$file] = $webbase; 263 'stylesheets' => $stylesheets,
|
/plugin/randomtables/ |
D | style.ini | 1 [stylesheets] section
|
/plugin/pgn4web/ |
D | style.ini | 1 [stylesheets] section
|
/plugin/structtemplating/ |
D | README.md | 38 `assets/style/style.less`. This allows you to add your custom stylesheets in the 44 the root for a git repository to put your templates and stylesheets under
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
D | README.md | 80 * `CssEmbedFilter`: embeds image data in your stylesheets 81 * `CssImportFilter`: inlines imported stylesheets 289 Once in place, the extension exposes a stylesheets and a javascripts tag with a syntax similar 293 {% stylesheets '/path/to/sass/main.sass' filter='sass,?yui_css' output='css/all.css' %} 309 {% stylesheets 'css/*' debug=true %} ... {% stylesheets %}
|
D | CHANGELOG-1.1.md | 56 * Added google closure stylesheets jar filter
|
/plugin/quizlib/ |
D | style.css | 3 * Classes used by QuizLib, you can freely override them in your own stylesheets
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Filter.ExtractStyleBlocks.Scope.txt | 9 If you would like users to be able to define external stylesheets, but
|
D | Filter.ExtractStyleBlocks.txt | 39 // This implementation writes the stylesheets to the styles/ directory.
|
/plugin/progrecss/ |
D | print.css | 2 * @brief Default stylesheets for progrecss plugin
|
D | style.css | 2 * @brief Default stylesheets for progrecss plugin
|
/plugin/codeprettify/code-prettify/src/ |
D | run_prettify.js | 170 function loadStylesheetsFallingBack(stylesheets) { argument 171 var n = stylesheets.length; 184 link.href = stylesheets[i];
|
/plugin/tooltip/ |
D | style.css | 2 * @brief Default stylesheets for tooltip plugin
|
/plugin/siteexport/inc/ |
D | readCSS.patch | 55 // look for @import stylesheets 86 // look for embedded @import stylesheets in other stylesheets
|
/plugin/topbarsyntax/ |
D | csshover3.htc | 57 // start parsing the existing stylesheets 64 // called from init, parses individual stylesheets
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
D | holder.min.js | 12 …stylesheets:b.stylesheets,instanceOptions:b};return a.match(/([\d]+p?)x([\d]+p?)(?:\?|$)/)?f(a,c):… property
|
/plugin/jplayer/vendor/robloach/component-installer/ |
D | README.md | 52 file is also compiled, including all Component stylesheets:
|