/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/themes/transition/ |
H A D | prepros.cfg | 558 "path": "LESS/content.less", 575 "path": "LESS/dark.less", 607 "path": "LESS/footer.less", 624 "path": "LESS/forms.less", 658 "path": "LESS/icons.less", 686 "path": "LESS/logger.less", 703 "path": "LESS/orange.less", 735 "path": "LESS/reset.less", 752 "path": "LESS/silver.less", 767 "path": "LESS/style.less", [all …]
|
/dports/audio/mumble/mumble-1.3.3/themes/Mumble/ |
H A D | prepros.cfg | 15 "output": "Dark.qss", 34 "output": "Lite.qss", 89 "output": "source/Imports/Dark Definitions.css", 110 "output": "source/Imports/Lite Definitions.css", 131 "output": "source/Imports/Base Theme.css", 188 "css": { 189 "path": "css/", 191 "segmentToReplace": "less, sass, stylus, scss, styl", 230 "less": { 297 "css": { [all …]
|
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/less/ |
H A D | build.gradle | 35 testSrc = 'test/less' 127 // helper to get the output map file 129 …def outFile = project.file(lessFile.path.replace('test/less', project.testOut).replace('.less', '.… 137 options << "--source-map=${testDir}${lessFile.name.replace('.less','.css')}" 140 options << "--source-map-output-map-file=${outFile}" 145 // Callback to validate output 187 if (path.charAt(1)==':' && path.charAt(2)=='\\') { 198 lessFilePath.replace('.less', "${suffix}.css").replace("${fs}less${fs}", "${fs}css${fs}"); 225 // Callback to validate output 228 …def actualResult = project.file(lessFile.path.replace('test/less', project.testOut).replace('.less… [all …]
|
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/fauxton/assets/fonts/ |
H A D | fontcustom.yml | 30 output: 32 # css: PUT_YOUR_PATH_HERE/couchdb-fauxton/assets/less 34 icons.less: /Applications/MAMP/htdocs/couchdb-fauxton/assets/less 35 #my-custom-template.yml: path/to/template/output 40 # Included in Font Custom: preview, css, scss, scss-rails 46 # - css 48 - icons.less
|
/dports/www/matomo/piwik/vendor/wikimedia/less.php/ |
H A D | README.md | 47 require_once '[path to less.php]/lib/Less/Autoloader.php'; 59 $css = $parser->getCss(); 66 1. The absolute path of the .less file to be parsed 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 207 …the parser object (class ```Less_Parser```), the path to the parsed .less file ("/some/path/to/fil… 248 $ lessc input.less > output.css 251 … the -w flag you can watch a specified input file and have it compile as needed to the output file: 254 $ lessc -w input.less output.css 292 - use built-in mixins: - add a custom font: `.include-custom-font(@family: arial,@font-path, @path:… [all …]
|
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/ |
H A D | README.md | 47 require_once '[path to less.php]/lib/Less/Autoloader.php'; 59 $css = $parser->getCss(); 66 1. The absolute path of the .less file to be parsed 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 207 …the parser object (class ```Less_Parser```), the path to the parsed .less file ("/some/path/to/fil… 248 $ lessc input.less > output.css 251 … the -w flag you can watch a specified input file and have it compile as needed to the output file: 254 $ lessc -w input.less output.css 292 - use built-in mixins: - add a custom font: `.include-custom-font(@family: arial,@font-path, @path:… [all …]
|
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/ |
H A D | README.md | 47 require_once '[path to less.php]/lib/Less/Autoloader.php'; 59 $css = $parser->getCss(); 66 1. The absolute path of the .less file to be parsed 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 207 …the parser object (class ```Less_Parser```), the path to the parsed .less file ("/some/path/to/fil… 248 $ lessc input.less > output.css 251 … the -w flag you can watch a specified input file and have it compile as needed to the output file: 254 $ lessc -w input.less output.css 292 - use built-in mixins: - add a custom font: `.include-custom-font(@family: arial,@font-path, @path:… [all …]
|
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/ |
H A D | README.md | 47 require_once '[path to less.php]/lib/Less/Autoloader.php'; 59 $css = $parser->getCss(); 66 1. The absolute path of the .less file to be parsed 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 207 …the parser object (class ```Less_Parser```), the path to the parsed .less file ("/some/path/to/fil… 248 $ lessc input.less > output.css 251 … the -w flag you can watch a specified input file and have it compile as needed to the output file: 254 $ lessc -w input.less output.css 292 - use built-in mixins: - add a custom font: `.include-custom-font(@family: arial,@font-path, @path:… [all …]
|
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/ |
H A D | README.md | 25 $less = new lessc; 30 result or write it to the path specified by an optional second argument. 34 echo $less->compileFile("input.less"); 42 $less->checkedCompile("input.less", "output.css"); 50 $less->compile("invalid LESS } {"); 74 css is written to standard out: 76 $ plessc input.less > output.css 81 $ plessc -r "my less code here" 84 compile as needed to the output file: 86 $ plessc -w input-file output-file [all …]
|
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/ |
H A D | README.md | 25 $less = new lessc; 30 result or write it to the path specified by an optional second argument. 34 echo $less->compileFile("input.less"); 42 $less->checkedCompile("input.less", "output.css"); 50 $less->compile("invalid LESS } {"); 74 css is written to standard out: 76 $ plessc input.less > output.css 81 $ plessc -r "my less code here" 84 compile as needed to the output file: 86 $ plessc -w input-file output-file [all …]
|
/dports/www/py-livereload/livereload-2.6.1/ |
H A D | README.rst | 80 # output stdout into a file 81 server.watch('style.less', shell('lessc style.less', output='style.css')) 95 server.watch('path/to/file.txt') 96 server.watch('directory/path/') 102 for filepath in formic.FileSet(include="**.css"): 103 server.watch(filepath, 'make css') 108 server.watch('path/to/file', delay=2) 136 # you can redirect command output to a file 137 server.watch('style.less', shell('lessc style.less', output='style.css')) 140 server.watch('style.less', shell(['lessc', 'style.less'], output='style.css'))
|
H A D | PKG-INFO | 88 # output stdout into a file 89 server.watch('style.less', shell('lessc style.less', output='style.css')) 103 server.watch('path/to/file.txt') 104 server.watch('directory/path/') 110 for filepath in formic.FileSet(include="**.css"): 111 server.watch(filepath, 'make css') 116 server.watch('path/to/file', delay=2) 144 # you can redirect command output to a file 145 server.watch('style.less', shell('lessc style.less', output='style.css')) 148 server.watch('style.less', shell(['lessc', 'style.less'], output='style.css'))
|
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/marcusschwarz/lesserphp/ |
H A D | README.md | 26 $less = new lessc; 31 result or write it to the path specified by an optional second argument. 35 echo $less->compileFile("input.less"); 43 $less->checkedCompile("input.less", "output.css"); 51 $less->compile("invalid LESS } {"); 75 css is written to standard out: 77 $ plessc input.less > output.css 82 $ plessc -r "my less code here" 85 compile as needed to the output file: 87 $ plessc -w input-file output-file [all …]
|
/dports/www/py-lesscpy/lesscpy-0.14.0/ |
H A D | README.rst | 36 http://lesscss.org/ or https://github.com/cloudhead/less.js 60 Differences from less.js 95 Or simply place the package into your Python path. Or rather use packages 106 target [output] 111 target less file or directory 112 output output file path 118 Included less-files (comma separated) 133 it's css file. 138 -m, --min-ending Add '.min' into output filename. eg, name.min.css 145 -N, --no-css No css output [all …]
|
H A D | PKG-INFO | 44 http://lesscss.org/ or https://github.com/cloudhead/less.js 68 Differences from less.js 103 Or simply place the package into your Python path. Or rather use packages 114 target [output] 119 target less file or directory 120 output output file path 126 Included less-files (comma separated) 141 it's css file. 146 -m, --min-ending Add '.min' into output filename. eg, name.min.css 153 -N, --no-css No css output [all …]
|
/dports/www/py-livereload/livereload-2.6.1/livereload.egg-info/ |
H A D | PKG-INFO | 88 # output stdout into a file 89 server.watch('style.less', shell('lessc style.less', output='style.css')) 103 server.watch('path/to/file.txt') 104 server.watch('directory/path/') 110 for filepath in formic.FileSet(include="**.css"): 111 server.watch(filepath, 'make css') 116 server.watch('path/to/file', delay=2) 144 # you can redirect command output to a file 145 server.watch('style.less', shell('lessc style.less', output='style.css')) 148 server.watch('style.less', shell(['lessc', 'style.less'], output='style.css'))
|
/dports/devel/R-cran-diffobj/diffobj/tests/ |
H A D | test-pager.Rout.save | 55 > less.orig <- Sys.getenv("LESS") 228 + capture.output(show(diffChr("A", "B", pager=pager, style=StyleRaw()))), 243 + "A", "B", pager=pager.warn, format="html", style=list(css="notafile") 251 > style.obj.1@css <- "notafile" 255 + capture.output( # warn: "Unable to read provided css file" 264 + capture.output( # "Unable to read provided js file" 274 > is.less <- pager_is_less() 278 > less <- tryCatch( 286 > if(diffobj:::is.chr.1L(less) && file_test("-x", less)) { 354 + capture.output( [all …]
|
/dports/www/py-lesscpy/lesscpy-0.14.0/lesscpy.egg-info/ |
H A D | PKG-INFO | 44 http://lesscss.org/ or https://github.com/cloudhead/less.js 68 Differences from less.js 103 Or simply place the package into your Python path. Or rather use packages 114 target [output] 119 target less file or directory 120 output output file path 126 Included less-files (comma separated) 141 it's css file. 146 -m, --min-ending Add '.min' into output filename. eg, name.min.css 153 -N, --no-css No css output [all …]
|
/dports/www/py-lesscpy/lesscpy-0.14.0/lesscpy/scripts/ |
H A D | compiler.py | 21 sys.path.append(os.path.abspath(os.path.dirname(__file__))) 46 less = glob.glob(os.path.join(inpath, '*.less')) 48 for lf in less: 49 outf = os.path.splitext(os.path.basename(lf)) 66 css = f.format(p) 69 outfile.write(css) 78 if os.path.isdir(os.path.join(inpath, name)) 242 if args.output: 244 os.path.dirname(args.output)): 246 os.makedirs(os.path.dirname(args.output)) [all …]
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/plugins/ |
H A D | views_plugin_cache.inc | 94 case 'output': 195 // Slightly less simple for CSS: 196 $css = drupal_add_css(); 197 $start = $this->storage['css']; 198 $this->storage['css'] = array(); 200 foreach ($css as $media => $medias) { 202 foreach ($types as $path => $preprocess) { 203 if (!isset($start[$media][$type][$path])) { 204 $this->storage['css'][] = array($path, $type, $media, $preprocess); 211 // A little less simple for js [all …]
|
/dports/www/py-django-pipeline/django-pipeline-1.6.14/docs/ |
H A D | configuration.rst | 38 'css/core.css', 39 'css/colors/*.css', 40 'css/layers.css' 109 the ``<link>`` output will be ``media="all"``. 235 (b'text/less', '.less'), 257 'css/core.css', 269 - If asset path contains a directory named "**embed**". 296 those URLs will be converted to full relative path. 299 Wrapped javascript output 302 All javascript output is wrapped in an anonymous function : :: [all …]
|
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/doc/ |
H A D | usage.rst | 32 mkdir build # Create a directory to hold the build output. 34 cmake <path/to/fmt> # Generate native build scripts. 36 where :file:`{<path/to/fmt>}` is a path to the ``fmt`` repository. 82 * `Less <http://lesscss.org/>`_ with ``less-plugin-clean-css``. 83 Ubuntu doesn't package the ``clean-css`` plugin so you should use ``npm`` 84 instead of ``apt`` to install both ``less`` and the plugin:: 86 sudo npm install -g less less-plugin-clean-css.
|
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/less-loader/ |
H A D | README.md | 36 Chain the `less-loader` with the [`css-loader`](https://github.com/webpack-contrib/css-loader) and … 69 loader: "css-loader" 91 filename: "[name].[contenthash].css", 102 loader: "css-loader" 127 ```css 167 loader: "css-loader" 171 path.resolve(__dirname, "node_modules") 188 const CleanCSSPlugin = require("less-plugin-clean-css"); 209 …](https://github.com/peerigon/extract-loader) (simpler, but specialized on the css-loader's output) 214 …ource maps, you'll need to pass the `sourceMap` option to the `less-loader` *and* the `css-loader`… [all …]
|
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/doc/ |
H A D | usage.rst | 32 mkdir build # Create a directory to hold the build output. 34 cmake <path/to/fmt> # Generate native build scripts. 36 where :file:`{<path/to/fmt>}` is a path to the ``fmt`` repository. 94 * `Less <http://lesscss.org/>`_ with ``less-plugin-clean-css``. 95 Ubuntu doesn't package the ``clean-css`` plugin so you should use ``npm`` 96 instead of ``apt`` to install both ``less`` and the plugin:: 98 sudo npm install -g less less-plugin-clean-css.
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/postcss-syntax/ |
H A D | README.md | 28 - LESS: [postcss-less](https://github.com/shellscape/postcss-less) 68 css: 'postcss-safe-parser', 73 // custom parser for LESS (by module path) 74 less: './node_modules/postcss-less', 82 // An alias for the result.css property. Use it with syntaxes that generate non-CSS output.
|