/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/ |
H A D | README.md | 13 The only file required is `lessc.inc.php`, so copy that to your include directory. 15 The typical flow of **lessphp** is to create a new instance of `lessc`, 23 require "lessc.inc.php"; 25 $less = new lessc; 34 echo $less->compileFile("input.less"); 42 $less->checkedCompile("input.less", "output.css"); 56 The `lessc` object can be configured through an assortment of instance methods. 70 ### How to use from the command line 72 An additional script has been included to use the compiler from the command 74 css is written to standard out: [all …]
|
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/lessphp/ |
H A D | README.md | 13 The only file required is `lessc.inc.php`, so copy that to your include directory. 15 The typical flow of **lessphp** is to create a new instance of `lessc`, 23 require "lessc.inc.php"; 25 $less = new lessc; 34 echo $less->compileFile("input.less"); 42 $less->checkedCompile("input.less", "output.css"); 56 The `lessc` object can be configured through an assortment of instance methods. 70 ### How to use from the command line 72 An additional script has been included to use the compiler from the command 74 css is written to standard out: [all …]
|
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/marcusschwarz/lesserphp/ |
H A D | README.md | 14 The only file required is `lessc.inc.php`, so copy that to your include directory. 16 The typical flow of **lesserphp** is to create a new instance of `lessc`, 24 require "lessc.inc.php"; 26 $less = new lessc; 35 echo $less->compileFile("input.less"); 43 $less->checkedCompile("input.less", "output.css"); 57 The `lessc` object can be configured through an assortment of instance methods. 71 ### How to use from the command line 73 An additional script has been included to use the compiler from the command 75 css is written to standard out: [all …]
|
/dports/www/writefreely/documentation-0.13.1/developer/ |
H A D | setup.md | 53 npm install -g less 56 Next, compile all stylesheets from the `less` directory, creating them in the `static/css/` directo… 59 cd less 60 export CSSDIR=../static/css/ 61 lessc app.less --clean-css="--s1 --advanced" $(CSSDIR)write.css 62 lessc fonts.less --clean-css="--s1 --advanced" $(CSSDIR)fonts.css 63 lessc icons.less --clean-css="--s1 --advanced" $(CSSDIR)icons.css 82 …only need a blank configuration, you can non-interactively generate `config.ini` with this command: 98 With your instance configured for a database, run the following command to create the necessary tab…
|
/dports/www/matomo/piwik/vendor/wikimedia/less.php/ |
H A D | README.md | 13 * [Command Line](#command-line) 59 $css = $parser->getCss(); 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 244 An additional script has been included to use the compiler from the command line. 248 $ lessc input.less > output.css 254 $ lessc -w input.less output.css 259 For more help, run `lessc --help` 271 …less.php source code](https://github.com/wikimedia/less.php/archive/master.zip) and unzip it so th… 294 The compiler can also be downloaded as [plugin](http://wordpress.org/plugins/wp-less-to-css/) [all …]
|
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/ |
H A D | README.md | 13 * [Command Line](#command-line) 59 $css = $parser->getCss(); 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 244 An additional script has been included to use the compiler from the command line. 248 $ lessc input.less > output.css 254 $ lessc -w input.less output.css 259 For more help, run `lessc --help` 271 …less.php source code](https://github.com/wikimedia/less.php/archive/master.zip) and unzip it so th… 294 The compiler can also be downloaded as [plugin](http://wordpress.org/plugins/wp-less-to-css/) [all …]
|
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/ |
H A D | README.md | 13 * [Command Line](#command-line) 59 $css = $parser->getCss(); 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 244 An additional script has been included to use the compiler from the command line. 248 $ lessc input.less > output.css 254 $ lessc -w input.less output.css 259 For more help, run `lessc --help` 271 …less.php source code](https://github.com/wikimedia/less.php/archive/master.zip) and unzip it so th… 294 The compiler can also be downloaded as [plugin](http://wordpress.org/plugins/wp-less-to-css/) [all …]
|
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/ |
H A D | README.md | 13 * [Command Line](#command-line) 59 $css = $parser->getCss(); 72 $css = $parser->getCss(); 97 $css = $parser->getCss(); 244 An additional script has been included to use the compiler from the command line. 248 $ lessc input.less > output.css 254 $ lessc -w input.less output.css 259 For more help, run `lessc --help` 271 …less.php source code](https://github.com/wikimedia/less.php/archive/master.zip) and unzip it so th… 294 The compiler can also be downloaded as [plugin](http://wordpress.org/plugins/wp-less-to-css/) [all …]
|
/dports/www/py-livereload/livereload-2.6.1/ |
H A D | README.rst | 24 Python LiveReload provides a command line utility, ``livereload``, for starting a server in a direc… 43 …write a Python script using very similar syntax and run it instead of the command line application. 72 # run a shell command 81 server.watch('style.less', shell('lessc style.less', output='style.css')) 102 for filepath in formic.FileSet(include="**.css"): 103 server.watch(filepath, 'make css') 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')) 154 For Django there is a management command included. [all …]
|
H A D | PKG-INFO | 32 …Python LiveReload provides a command line utility, ``livereload``, for starting a server in a dire… 51 …write a Python script using very similar syntax and run it instead of the command line application. 80 # run a shell command 89 server.watch('style.less', shell('lessc style.less', output='style.css')) 110 for filepath in formic.FileSet(include="**.css"): 111 server.watch(filepath, 'make css') 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')) 162 For Django there is a management command included. [all …]
|
/dports/mail/roundcube/roundcubemail-1.5.1/skins/elastic/ |
H A D | README.md | 31 using the `lessc` (>= 2.5.2) command line tool. This comes with the `nodejs-less` 32 RPM package or using `npm install less` which depend on nodejs. 34 $ lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css 35 $ lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.min.css 36 $ lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.min.css 38 (`--clean-css="--s1 --advanced"` minifies the css, requires the clean-css Less plugin. 39 The plugin can be installed using `npm install less-plugin-clean-css`) 54 - Skin color palette changes and other css modifications can be done 55 via _styles.less and _variables.less files. Where you can overwrite all 110 It is possible to disable dark mode using less variable `@dark-mode-enabled`. [all …]
|
/dports/mail/roundcube/roundcubemail-1.5.1/ |
H A D | UPGRADING | 13 and cd into that directory. From there, run the following command in a shell: 62 4d. If you use git sources compile css files for the Elastic skin (required 63 lessc >= 2.5.2): 65 $ lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css 66 $ lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.min.css 67 $ lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.min.css 96 to the new format using command line tools:
|
H A D | INSTALL | 40 tar command `--no-same-owner` option might be helpful. 62 8. If you use git sources compile css files for the Elastic skin (required 63 lessc >= 2.5.2): 65 $ lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css 66 $ lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.min.css 67 $ lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.min.css 217 allows the static web pages to be delivered with less bandwidth. The index.php 280 …compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "text/xml", "image/…
|
/dports/www/py-livereload/livereload-2.6.1/livereload.egg-info/ |
H A D | PKG-INFO | 32 …Python LiveReload provides a command line utility, ``livereload``, for starting a server in a dire… 51 …write a Python script using very similar syntax and run it instead of the command line application. 80 # run a shell command 89 server.watch('style.less', shell('lessc style.less', output='style.css')) 110 for filepath in formic.FileSet(include="**.css"): 111 server.watch(filepath, 'make css') 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')) 162 For Django there is a management command included. [all …]
|
/dports/net-mgmt/semaphore/semaphore-2.6.8/ |
H A D | Taskfile.yml | 83 desc: Runs less, pug and node 86 - resources/css/semaphore.less 90 - public/css/semaphore.css 95 …node_modules\\.bin\\lessc.cmd {{ else }} ./node_modules/.bin/lessc {{ end }} resources/less/semaph… 113 - dist/css/*.css 166 …- ./node_modules/.bin/nodemon -w css -e less --exec "lessc resources/less/semaphore.less > public/… 207 # 2> /dev/null makes goverage less noisy about pattern matching 359 # templated command to reduce code duplication
|
/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 … 57 …less-loader` via [loader options](https://webpack.js.org/configuration/module/#rule-options-rule-q… 69 loader: "css-loader" 81 …xecutable and search for the dash-case option](https://github.com/less/less.js/blob/3.x/bin/lessc). 91 filename: "[name].[contenthash].css", 102 loader: "css-loader" 127 ```css 167 loader: "css-loader" 188 const CleanCSSPlugin = require("less-plugin-clean-css"); 214 …ource maps, you'll need to pass the `sourceMap` option to the `less-loader` *and* the `css-loader`… [all …]
|
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/docs/ |
H A D | extra.less | 3 // You need to install a few Ruby gems to generate extra.css from this file: 4 // gem install less therubyracer 6 // Run this command to regenerate extra.css after you're finished with changes: 7 // lessc --compress extra.less > extra.css 9 // Alternatively you can use online services to regenerate extra.css. 174 background:url("https://www.glfw.org/css/arrow.png") no-repeat right;
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/docs/ |
H A D | extra.less | 3 // You need to install a few Ruby gems to generate extra.css from this file: 4 // gem install less therubyracer 6 // Run this command to regenerate extra.css after you're finished with changes: 7 // lessc --compress extra.less > extra.css 9 // Alternatively you can use online services to regenerate extra.css. 174 background:url("http://www.glfw.org/css/arrow.png") no-repeat right;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/docs/ |
H A D | extra.less | 3 // You need to install a few Ruby gems to generate extra.css from this file: 4 // gem install less therubyracer 6 // Run this command to regenerate extra.css after you're finished with changes: 7 // lessc --compress extra.less > extra.css 9 // Alternatively you can use online services to regenerate extra.css. 174 background:url("http://www.glfw.org/css/arrow.png") no-repeat right;
|
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/docs/ |
H A D | extra.less | 3 // You need to install a few Ruby gems to generate extra.css from this file: 4 // gem install less therubyracer 6 // Run this command to regenerate extra.css after you're finished with changes: 7 // lessc --compress extra.less > extra.css 9 // Alternatively you can use online services to regenerate extra.css. 174 background:url("https://www.glfw.org/css/arrow.png") no-repeat right;
|
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/docs/ |
H A D | extra.less | 3 // You need to install a few Ruby gems to generate extra.css from this file: 4 // gem install less therubyracer 6 // Run this command to regenerate extra.css after you're finished with changes: 7 // lessc --compress extra.less > extra.css 9 // Alternatively you can use online services to regenerate extra.css. 174 background:url("https://www.glfw.org/css/arrow.png") no-repeat right;
|
/dports/www/ilias6/ILIAS-6.14/lang/ |
H A D | setup_en.lang | 40 check_failed_convert#:#Convert command not found. 41 check_failed_java#:#Java command not found. 43 check_failed_unzip#:#Unzip command not found. 44 check_failed_zip#:#Zip command not found. 192 …esired collation is not available, please create the database manually using the following command: 614 lessc_path#:#Path to lessc 615 … needed to compile less files to CSS. This is a requirement for generating new css files for syste… 616 lessc#:#Path to lessc
|
/dports/www/ilias/ILIAS-5.4.25/lang/ |
H A D | setup_en.lang | 40 check_failed_convert#:#Convert command not found. 41 check_failed_java#:#Java command not found. 43 check_failed_unzip#:#Unzip command not found. 44 check_failed_zip#:#Zip command not found. 193 …esired collation is not available, please create the database manually using the following command: 615 lessc_path#:#Path to lessc 616 … needed to compile less files to CSS. This is a requirement for generating new css files for syste… 617 lessc#:#Path to lessc
|
/dports/devel/ipython5/ipython-5.10.0/docs/source/whatsnew/ |
H A D | github-stats-2.0.rst | 281 * :ghpull:`5534`: cleanup some ``pre`` css inheritance 300 * :ghpull:`5633`: Provide more help if lessc is not found. 536 * :ghpull:`5359`: do not install less sources 549 * :ghpull:`5340`: install bootstrap-tour css 592 * :ghpull:`5209`: make input_area css generic to cells 593 * :ghpull:`5246`: less %pylab, more cowbell! 693 * :ghpull:`5027`: pin lessc to 1.4 1053 * :ghpull:`4207`: add `setup.py css` command 1100 * :ghpull:`4065`: do not include specific css in embedable one 1335 * :ghissue:`5027`: pin lessc to 1.4 [all …]
|
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/ |
H A D | github-stats-2.0.rst | 281 * :ghpull:`5534`: cleanup some ``pre`` css inheritance 300 * :ghpull:`5633`: Provide more help if lessc is not found. 536 * :ghpull:`5359`: do not install less sources 549 * :ghpull:`5340`: install bootstrap-tour css 592 * :ghpull:`5209`: make input_area css generic to cells 593 * :ghpull:`5246`: less %pylab, more cowbell! 693 * :ghpull:`5027`: pin lessc to 1.4 1053 * :ghpull:`4207`: add `setup.py css` command 1100 * :ghpull:`4065`: do not include specific css in embedable one 1335 * :ghissue:`5027`: pin lessc to 1.4 [all …]
|