Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/plugin/edittable/
Dstyle.less1 @import "lib/handsontable.less";
2 @import "less/editbutton.less";
3 @import "less/editor.less";
4 @import "less/contextmenu.less";
Ddeleted.files12 less/jquery.handsontable.columnmove.less
13 less/jquery.handsontable.rowmove.less
14 less/jquery.handsontable.full.less
16 less/handsontable.full.less
/plugin/miniblog/syntax/
Dentry.php50 $less = (($page > 0) ? max(0, ($page-$num)/$num) : -1); // previous page
61 $this->render_twentyfifteen($renderer, $entries, $less, $more);
63 $this->render_default($renderer, $entries, $less, $more);
68 function render_default($renderer, $entries, $less, $more) { argument
83 if ($less !== -1) {
84 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
91 function render_twentyfifteen($renderer, $entries, $less, $more) { argument
113 if ($less !== -1) {
114 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
/plugin/stylingpages/
DREADME5 The intended use of this plugin is to manage the css/less/js
16 1) <code>wiki:styling=/^(all|screen|print|speech)\.(css|less)$/</code>
20 * all.css and all.less - for all media types
21 * screen.css and screen.less - for screen media type (style.css and style.less are alternatives)
22 * print.css and print.less - for print media type
23 * speech.css and speech.less - for speech media type
31 3) <code>wiki:styling=/^(all|screen|print|speech)\.(css|less)$/, wiki:styling=/^script\.js$/</code>
35 4) <code>wiki:css=/^(all|screen|print|speech)\.(css|less)$/, wiki:javascript=/^script\.js$/</code>
/plugin/extlist/
Dsample.less2 * DokuWiki Plugin ExtList; sample all.less
6 @import "css/_bullets.less";
7 @import "css/_numbering.less";
8 @import "css/_description.less";
/plugin/indexmenu/
Dall.less1 //The data-uri() links in skin-common.less break. Needs to be replaced by url(), DokuWiki can inlin…
3 //moved from skin-common.less to here to prevent wrong prefixing and renamed from spin to spin-fanc…
16 // note: import of skin-common.less in the imported file below works only if skin-common.less is c…
17 // folder and referred from its ui.fancytree.less respectively.
20 @import "scripts/fancytree/@{skin-foldername}/ui.fancytree.less";
21 …//overwrite default variable: @fancy-image-prefix: "./skin-win8/"; the current less compressor doe…
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md26 $less = new lessc;
27 echo $less->compile(".block { padding: 3 + 4px }");
35 echo $less->compileFile("input.less");
43 $less->checkedCompile("input.less", "output.css");
51 $less->compile("invalid LESS } {");
77 $ plessc input.less > output.css
82 $ plessc -r "my less code here"
94 $ plessc -f=compressed myfile.less
/plugin/syntaxhighlightjs/
Dgulpfile.js3 less = require('gulp-less'), variable
10 less: static + '/less/hljs.less', property
30 return gulp.src(src.less)
31 .pipe(less())
/plugin/bpmnio/
Dall.less15 @import "css/editor.less";
16 @import "css/toolbar.less";
17 @import "css/hide_data.less";
18 @import "css/edit_button.less";
19 @import "css/bpmniojs.less";
/plugin/mikioplugin/
H A Dcss.php86 $less = new lessc(); variable
87 $less->setPreserveComments(false);
101 $less->setVariables($vars);
104 echo $less->compile($css);
H A Daction.php45 $less = [];
112 $less[] = $style;
124 $lessPath = implode(',', $less);
/plugin/bez/
H A Dstyle.less1 @import "style/task.less";
2 @import "style/thread.less";
3 @import "style/timeline.less";
/plugin/prosemirror/
Ddeleted.files3 menu.less
4 prosemirror.less
/plugin/fontcolor/
Dsyntax.php173 $less = new Lessc();
174 $less->setImportDir[] = DOKU_INC;
178 $parsedcss = $less->compile($css);
/plugin/imagecarousel/
Dall.less1 @import "vendor/slick/slick.less";
2 @import "vendor/slick/slick-theme.less";
3 @import "vendor/swipebox/css/swipebox.less";
/plugin/davcal/
H A Dall.css1 @import "fullcalendar-3.10.5/fullcalendar.less";
2 @import "datetimepicker-2.4.5/jquery.datetimepicker.less";
/plugin/imagecarousel/vendor/swipebox/
DREADME6 css/swipebox.css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclus…
/plugin/ckgedit/scripts/
Dcss6.php154 $less = new lessc();
155 $less->importDir[] = DOKU_INC;
158 return $less->compile($css);
202 $less = '';
206 $less .= "$lkey: $value;\n";
215 $css = $less.$css;
/plugin/epub/scripts/
Dcss3.php147 $less = new lessc();
148 $less->importDir[] = DOKU_INC;
151 return $less->compile($css);
195 $less = '';
199 $less .= "$lkey: $value;\n";
208 $css = $less.$css;
/plugin/indexmenu/scripts/fancytree/skin-win8-xxl/
Dui.fancytree.less9 @import "../skin-common.less";
12 @import "../skin-win8/ui.fancytree.less";
32 // We need to define this variable here (not in skin-common.less) to make it
/plugin/indexmenu/scripts/fancytree/skin-custom-1/
DREADME.md6 - ui.fancytree.less (required)
12 4. Edit and save your ui.fancytree.less file.<br>
/plugin/advanced/lang/en/config/
Dstyleini.txt13 The stylesheet can also be a ''.less'' file. (See [[doku>devel:less|LESS]]).
19 These replacements can also be used as [[doku>devel:less#accessing_styleini_placeholders|LESS varia…
/plugin/indexmenu/scripts/fancytree/skin-themeroller/
Dui.fancytree.less11 @import "../skin-common.less";
17 * This section is automatically generated from the `ui-fancytree.less` template.
38 // We need to define this variable here (not in skin-common.less) to make it
/plugin/indexmenu/scripts/fancytree/skin-awesome/
Dui.fancytree.less9 @import "skin-common.less";
11 // We need to define this variable here (not in skin-common.less) to make it
19 * This section is automatically generated from the `ui-fancytree.less` template.
71 svg.fancytree-checkbox, // span... is already defined in skin-common-less
/plugin/indexmenu/scripts/fancytree/skin-typicons/
Dui.fancytree.less9 @import "skin-common.less";
11 // We need to define this variable here (not in skin-common.less) to make it
19 * This section is automatically generated from the `ui-fancytree.less` template.
71 svg.fancytree-checkbox, // span... is already defined in skin-common-less

12345678910>>...14