Search is not available for this dataset
id
stringlengths
1
8
text
stringlengths
72
9.81M
addition_count
int64
0
10k
commit_subject
stringlengths
0
3.7k
deletion_count
int64
0
8.43k
file_extension
stringlengths
0
32
lang
stringlengths
1
94
license
stringclasses
10 values
repo_name
stringlengths
9
59
10049850
<NME> CHANGELOG.md <BEF> ## Change Log - support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant - support for import mute option to reference...
1
rename mute to reference
1
.md
md
apache-2.0
less/less.js
10049851
<NME> CHANGELOG.md <BEF> ## Change Log - support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant - support for import mute option to reference...
1
rename mute to reference
1
.md
md
apache-2.0
less/less.js
10049852
<NME> CHANGELOG.md <BEF> ## Change Log - support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant - support for import mute option to reference...
1
rename mute to reference
1
.md
md
apache-2.0
less/less.js
10049853
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/LucianoGanga/simple-headless-chrome.svg?branch=master)](https://travis-ci.org/LucianoGanga/simple-headless-chrome) This is an abstraction to use a Headless version of Google Chrome in a simple way. I was inspired by the next projects: - Doffy (https://github...
34
Update README.md
34
.md
md
mit
LucianoGanga/simple-headless-chrome
10049854
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.2.0-dev _OFUNCTIONS_BUILD=2018010201 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
29
Fixed ExecTasks parallelExec runs
23
.sh
sh
bsd-3-clause
deajan/osync
10049855
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.2.0-dev _OFUNCTIONS_BUILD=2018010201 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO...
29
Fixed ExecTasks parallelExec runs
23
.sh
sh
bsd-3-clause
deajan/osync
10049856
<NME> CONTRIBUTING.md <BEF> ADDFILE <MSG> Create CONTRIBUTING.md <DFF> @@ -0,0 +1,21 @@ +## Bug Reports + + - Please create a short test case + - Test with the latest version + - indicate how you use less - browser/lessc/external tool + +## Feature Requests + + - Please search feature requests to see if something sim...
21
Create CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10049857
<NME> CONTRIBUTING.md <BEF> ADDFILE <MSG> Create CONTRIBUTING.md <DFF> @@ -0,0 +1,21 @@ +## Bug Reports + + - Please create a short test case + - Test with the latest version + - indicate how you use less - browser/lessc/external tool + +## Feature Requests + + - Please search feature requests to see if something sim...
21
Create CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10049858
<NME> CONTRIBUTING.md <BEF> ADDFILE <MSG> Create CONTRIBUTING.md <DFF> @@ -0,0 +1,21 @@ +## Bug Reports + + - Please create a short test case + - Test with the latest version + - indicate how you use less - browser/lessc/external tool + +## Feature Requests + + - Please search feature requests to see if something sim...
21
Create CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10049859
<NME> copy-bom.js <BEF> ADDFILE <MSG> Remove BOM in imports. Modified tests to run against a copy of the test files with BOMs inserted into each .less and .css file (the copies are generated automatically if the /test/less-bom folder doesn't exist or is empty). <DFF> @@ -0,0 +1,66 @@ +/*jshint latedef: nofunc */ + +/...
66
Remove BOM in imports.
0
.js
js
apache-2.0
less/less.js
10049860
<NME> copy-bom.js <BEF> ADDFILE <MSG> Remove BOM in imports. Modified tests to run against a copy of the test files with BOMs inserted into each .less and .css file (the copies are generated automatically if the /test/less-bom folder doesn't exist or is empty). <DFF> @@ -0,0 +1,66 @@ +/*jshint latedef: nofunc */ + +/...
66
Remove BOM in imports.
0
.js
js
apache-2.0
less/less.js
10049861
<NME> copy-bom.js <BEF> ADDFILE <MSG> Remove BOM in imports. Modified tests to run against a copy of the test files with BOMs inserted into each .less and .css file (the copies are generated automatically if the /test/less-bom folder doesn't exist or is empty). <DFF> @@ -0,0 +1,66 @@ +/*jshint latedef: nofunc */ + +/...
66
Remove BOM in imports.
0
.js
js
apache-2.0
less/less.js
10049862
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
4
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10049863
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
4
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10049864
<NME> logger.js <BEF> ADDFILE <MSG> Add logger <DFF> @@ -0,0 +1,34 @@ +module.exports = { + error: function(msg) { + this._fireEvent("error", msg); + }, + warn: function(msg) { + this._fireEvent("warn", msg); + }, + info: function(msg) { + this._fireEvent("info", msg); + }, + ...
34
Add logger
0
.js
js
apache-2.0
less/less.js
10049865
<NME> logger.js <BEF> ADDFILE <MSG> Add logger <DFF> @@ -0,0 +1,34 @@ +module.exports = { + error: function(msg) { + this._fireEvent("error", msg); + }, + warn: function(msg) { + this._fireEvent("warn", msg); + }, + info: function(msg) { + this._fireEvent("info", msg); + }, + ...
34
Add logger
0
.js
js
apache-2.0
less/less.js
10049866
<NME> logger.js <BEF> ADDFILE <MSG> Add logger <DFF> @@ -0,0 +1,34 @@ +module.exports = { + error: function(msg) { + this._fireEvent("error", msg); + }, + warn: function(msg) { + this._fireEvent("warn", msg); + }, + info: function(msg) { + this._fireEvent("info", msg); + }, + ...
34
Add logger
0
.js
js
apache-2.0
less/less.js
10049867
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr - ozy@netpower.fr" PROGRAM_BUILD=2016120301 ## Runs an osync /obackup...
2
Rebuilt target
2
.sh
sh
bsd-3-clause
deajan/osync
10049868
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr - ozy@netpower.fr" PROGRAM_BUILD=2016120301 ## Runs an osync /obackup...
2
Rebuilt target
2
.sh
sh
bsd-3-clause
deajan/osync
10049869
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121101 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 ...
5
Added working silent parameter
7
.sh
sh
bsd-3-clause
deajan/osync
10049870
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121101 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 ...
5
Added working silent parameter
7
.sh
sh
bsd-3-clause
deajan/osync
10049871
<NME> less-1.2.0.min.js <BEF> ADDFILE <MSG> (dist) build 1.2.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.2.0 +// http://lesscss.org +// +// Copyright (c) 2009-2011, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(a,b){function c(b){return a.less[b.split("/")[1]]}function m(){var a=do...
9
(dist) build 1.2.0
0
.js
2
apache-2.0
less/less.js
10049872
<NME> less-1.2.0.min.js <BEF> ADDFILE <MSG> (dist) build 1.2.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.2.0 +// http://lesscss.org +// +// Copyright (c) 2009-2011, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(a,b){function c(b){return a.less[b.split("/")[1]]}function m(){var a=do...
9
(dist) build 1.2.0
0
.js
2
apache-2.0
less/less.js
10049873
<NME> less-1.2.0.min.js <BEF> ADDFILE <MSG> (dist) build 1.2.0 <DFF> @@ -0,0 +1,9 @@ +// +// LESS - Leaner CSS v1.2.0 +// http://lesscss.org +// +// Copyright (c) 2009-2011, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(a,b){function c(b){return a.less[b.split("/")[1]]}function m(){var a=do...
9
(dist) build 1.2.0
0
.js
2
apache-2.0
less/less.js
10049874
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Rebuilt targets
1
.sh
sh
bsd-3-clause
deajan/osync
10049875
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
1
Rebuilt targets
1
.sh
sh
bsd-3-clause
deajan/osync
10049876
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix Improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 ....
4
Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix
0
.txt
txt
apache-2.0
less/less.js
10049877
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix Improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 ....
4
Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix
0
.txt
txt
apache-2.0
less/less.js
10049878
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix Improved error message for undefined variable in js eval statement. <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 ....
4
Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix
0
.txt
txt
apache-2.0
less/less.js
10049879
<NME> css-grid.less <BEF> ADDFILE <MSG> Merge pull request #3161 from matthew-dean/3.x Remove legacy upgrade <DFF> @@ -0,0 +1,15 @@ +.wrapper { + display: grid; + grid-template-columns: [col1-start] 9fr [col1-end] 10px [col2-start] 3fr [col2-end]; + grid-template-rows: auto; +} + +.wrapper { + display: grid; + gr...
15
Merge pull request #3161 from matthew-dean/3.x
0
.less
less
apache-2.0
less/less.js
10049880
<NME> css-grid.less <BEF> ADDFILE <MSG> Merge pull request #3161 from matthew-dean/3.x Remove legacy upgrade <DFF> @@ -0,0 +1,15 @@ +.wrapper { + display: grid; + grid-template-columns: [col1-start] 9fr [col1-end] 10px [col2-start] 3fr [col2-end]; + grid-template-rows: auto; +} + +.wrapper { + display: grid; + gr...
15
Merge pull request #3161 from matthew-dean/3.x
0
.less
less
apache-2.0
less/less.js
10049881
<NME> css-grid.less <BEF> ADDFILE <MSG> Merge pull request #3161 from matthew-dean/3.x Remove legacy upgrade <DFF> @@ -0,0 +1,15 @@ +.wrapper { + display: grid; + grid-template-columns: [col1-start] 9fr [col1-end] 10px [col2-start] 3fr [col2-end]; + grid-template-rows: auto; +} + +.wrapper { + display: grid; + gr...
15
Merge pull request #3161 from matthew-dean/3.x
0
.less
less
apache-2.0
less/less.js
10049882
<NME> import-interpolation2.less <BEF> ADDFILE <MSG> import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports. <DFF> @@ -0,0 +1,5 @@ +.a { + var: test; +} + +@in: "redefined-does-nothing"; \ No newline at end of file...
5
import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports.
0
.less
less
apache-2.0
less/less.js
10049883
<NME> import-interpolation2.less <BEF> ADDFILE <MSG> import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports. <DFF> @@ -0,0 +1,5 @@ +.a { + var: test; +} + +@in: "redefined-does-nothing"; \ No newline at end of file...
5
import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports.
0
.less
less
apache-2.0
less/less.js
10049884
<NME> import-interpolation2.less <BEF> ADDFILE <MSG> import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports. <DFF> @@ -0,0 +1,5 @@ +.a { + var: test; +} + +@in: "redefined-does-nothing"; \ No newline at end of file...
5
import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports.
0
.less
less
apache-2.0
less/less.js
10049885
<NME> nested-mixin-with-svg-gradient.less <BEF> ADDFILE <MSG> Add failing test for svg-gradient in nested mixin Tests which expose the bug in #2360 <DFF> @@ -0,0 +1,1 @@ +@import "./nested-gradient-with-svg-gradient/mixin-consumer.less";
1
Add failing test for svg-gradient in nested mixin
0
.less
less
apache-2.0
less/less.js
10049886
<NME> nested-mixin-with-svg-gradient.less <BEF> ADDFILE <MSG> Add failing test for svg-gradient in nested mixin Tests which expose the bug in #2360 <DFF> @@ -0,0 +1,1 @@ +@import "./nested-gradient-with-svg-gradient/mixin-consumer.less";
1
Add failing test for svg-gradient in nested mixin
0
.less
less
apache-2.0
less/less.js
10049887
<NME> nested-mixin-with-svg-gradient.less <BEF> ADDFILE <MSG> Add failing test for svg-gradient in nested mixin Tests which expose the bug in #2360 <DFF> @@ -0,0 +1,1 @@ +@import "./nested-gradient-with-svg-gradient/mixin-consumer.less";
1
Add failing test for svg-gradient in nested mixin
0
.less
less
apache-2.0
less/less.js
10049888
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
12
Improve PoorMansRandomGenerator function
33
.sh
sh
bsd-3-clause
deajan/osync
10049889
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
12
Improve PoorMansRandomGenerator function
33
.sh
sh
bsd-3-clause
deajan/osync
10049890
<NME> header.js <BEF> ADDFILE <MSG> Added `make min` for minification though google's js closure compiler. <DFF> @@ -0,0 +1,7 @@ +// +// LESS - Leaner CSS v@VERSION +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the MIT license. +//
7
Added `make min` for minification though google's js closure compiler.
0
.js
js
apache-2.0
less/less.js
10049891
<NME> header.js <BEF> ADDFILE <MSG> Added `make min` for minification though google's js closure compiler. <DFF> @@ -0,0 +1,7 @@ +// +// LESS - Leaner CSS v@VERSION +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the MIT license. +//
7
Added `make min` for minification though google's js closure compiler.
0
.js
js
apache-2.0
less/less.js
10049892
<NME> header.js <BEF> ADDFILE <MSG> Added `make min` for minification though google's js closure compiler. <DFF> @@ -0,0 +1,7 @@ +// +// LESS - Leaner CSS v@VERSION +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the MIT license. +//
7
Added `make min` for minification though google's js closure compiler.
0
.js
js
apache-2.0
less/less.js
10049893
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> # [Less.js](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, official, stable version of Less. T...
2
Added Gitter badge
0
.md
md
apache-2.0
less/less.js
10049894
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> # [Less.js](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, official, stable version of Less. T...
2
Added Gitter badge
0
.md
md
apache-2.0
less/less.js
10049895
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> # [Less.js](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, official, stable version of Less. T...
2
Added Gitter badge
0
.md
md
apache-2.0
less/less.js
10049896
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
18
Merge pull request #1708 from Swissbite/master
1
.md
md
apache-2.0
less/less.js
10049897
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
18
Merge pull request #1708 from Swissbite/master
1
.md
md
apache-2.0
less/less.js
10049898
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
18
Merge pull request #1708 from Swissbite/master
1
.md
md
apache-2.0
less/less.js
10049899
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1+ _OFUNCTIONS_BUILD=2017123001 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_B...
2
Added fix from PR #123
2
.sh
sh
bsd-3-clause
deajan/osync
10049900
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1+ _OFUNCTIONS_BUILD=2017123001 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_B...
2
Added fix from PR #123
2
.sh
sh
bsd-3-clause
deajan/osync
10049901
<NME> index.js <BEF> ADDFILE <MSG> move visitors to a different namespace <DFF> @@ -0,0 +1,13 @@ +module.exports = function(less, tree) { + var visitor = require("./visitor")(tree), + visitors = { + visitor: visitor + }; + + visitors.importVisitor = require('./import-visitor.js')(visitor, tree)...
13
move visitors to a different namespace
0
.js
js
apache-2.0
less/less.js
10049902
<NME> index.js <BEF> ADDFILE <MSG> move visitors to a different namespace <DFF> @@ -0,0 +1,13 @@ +module.exports = function(less, tree) { + var visitor = require("./visitor")(tree), + visitors = { + visitor: visitor + }; + + visitors.importVisitor = require('./import-visitor.js')(visitor, tree)...
13
move visitors to a different namespace
0
.js
js
apache-2.0
less/less.js
10049903
<NME> index.js <BEF> ADDFILE <MSG> move visitors to a different namespace <DFF> @@ -0,0 +1,13 @@ +module.exports = function(less, tree) { + var visitor = require("./visitor")(tree), + visitors = { + visitor: visitor + }; + + visitors.importVisitor = require('./import-visitor.js')(visitor, tree)...
13
move visitors to a different namespace
0
.js
js
apache-2.0
less/less.js
10049904
<NME> amd.js <BEF> ADDFILE <MSG> Merge pull request #479 from tobias104/issue-457 CommonJS/AMD module support <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge pull request #479 from tobias104/issue-457
0
.js
js
apache-2.0
less/less.js
10049905
<NME> amd.js <BEF> ADDFILE <MSG> Merge pull request #479 from tobias104/issue-457 CommonJS/AMD module support <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge pull request #479 from tobias104/issue-457
0
.js
js
apache-2.0
less/less.js
10049906
<NME> amd.js <BEF> ADDFILE <MSG> Merge pull request #479 from tobias104/issue-457 CommonJS/AMD module support <DFF> @@ -0,0 +1,6 @@ +// amd.js +// +// Define Less as an AMD module. +if (typeof define === "function" && define.amd) { + define("less", [], function () { return less; } ); +}
6
Merge pull request #479 from tobias104/issue-457
0
.js
js
apache-2.0
less/less.js
10049907
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
3
Mute error when detecting wget/curl
3
.sh
sh
bsd-3-clause
deajan/osync
10049908
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
3
Mute error when detecting wget/curl
3
.sh
sh
bsd-3-clause
deajan/osync
10049909
<NME> css-guard-default-func.txt <BEF> ADDFILE <MSG> Merge pull request #1757 from seven-phases-max/tree-functions-cleanup Tree functions cleanup + CSS Guards `default` error. <DFF> @@ -0,0 +1,4 @@ +SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-...
4
Merge pull request #1757 from seven-phases-max/tree-functions-cleanup
0
.txt
txt
apache-2.0
less/less.js
10049910
<NME> css-guard-default-func.txt <BEF> ADDFILE <MSG> Merge pull request #1757 from seven-phases-max/tree-functions-cleanup Tree functions cleanup + CSS Guards `default` error. <DFF> @@ -0,0 +1,4 @@ +SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-...
4
Merge pull request #1757 from seven-phases-max/tree-functions-cleanup
0
.txt
txt
apache-2.0
less/less.js
10049911
<NME> css-guard-default-func.txt <BEF> ADDFILE <MSG> Merge pull request #1757 from seven-phases-max/tree-functions-cleanup Tree functions cleanup + CSS Guards `default` error. <DFF> @@ -0,0 +1,4 @@ +SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-...
4
Merge pull request #1757 from seven-phases-max/tree-functions-cleanup
0
.txt
txt
apache-2.0
less/less.js
10049912
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/LucianoGanga/simple-headless-chrome.svg?branch=master)](https://travis-ci.org/LucianoGanga/simple-headless-chrome) # simple-headless-chrome # This project is looking for a maintainer If you'd like to help others in this project, you're more than welcome! I ...
42
Add element to README
36
.md
md
mit
LucianoGanga/simple-headless-chrome
10049913
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016...
8
Added logging to home directory for userland services
4
.sh
sh
bsd-3-clause
deajan/osync
10049914
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016...
8
Added logging to home directory for userland services
4
.sh
sh
bsd-3-clause
deajan/osync
10049915
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Update Β© year
1
.md
md
apache-2.0
less/less.js
10049916
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Update Β© year
1
.md
md
apache-2.0
less/less.js
10049917
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"> <a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Gi...
1
Update Β© year
1
.md
md
apache-2.0
less/less.js
10049918
<NME> env.js <BEF> ADDFILE <MSG> refactoring - add a env type to better organise its properties <DFF> @@ -0,0 +1,50 @@ +(function (tree) { + + var parseCopyProperties = [ + 'paths', // paths to search for imports on + 'optimization', // option - optimization level (for the chunker) + ...
50
refactoring - add a env type to better organise its properties
0
.js
js
apache-2.0
less/less.js
10049919
<NME> env.js <BEF> ADDFILE <MSG> refactoring - add a env type to better organise its properties <DFF> @@ -0,0 +1,50 @@ +(function (tree) { + + var parseCopyProperties = [ + 'paths', // paths to search for imports on + 'optimization', // option - optimization level (for the chunker) + ...
50
refactoring - add a env type to better organise its properties
0
.js
js
apache-2.0
less/less.js
10049920
<NME> env.js <BEF> ADDFILE <MSG> refactoring - add a env type to better organise its properties <DFF> @@ -0,0 +1,50 @@ +(function (tree) { + + var parseCopyProperties = [ + 'paths', // paths to search for imports on + 'optimization', // option - optimization level (for the chunker) + ...
50
refactoring - add a env type to better organise its properties
0
.js
js
apache-2.0
less/less.js
10049921
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Add support for rulesets in variables and passed to mixins to allow wrapping - Change luma to follow the w3c spec, luma is available as luminance. Contrast still uses luma so you may see differences if your threshold % is close to the existing calcula...
1
Add note about clean css options changing
0
.md
md
apache-2.0
less/less.js
10049922
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Add support for rulesets in variables and passed to mixins to allow wrapping - Change luma to follow the w3c spec, luma is available as luminance. Contrast still uses luma so you may see differences if your threshold % is close to the existing calcula...
1
Add note about clean css options changing
0
.md
md
apache-2.0
less/less.js
10049923
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Add support for rulesets in variables and passed to mixins to allow wrapping - Change luma to follow the w3c spec, luma is available as luminance. Contrast still uses luma so you may see differences if your threshold % is close to the existing calcula...
1
Add note about clean css options changing
0
.md
md
apache-2.0
less/less.js
10049924
<NME> README.md <BEF> [![npm version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Merge branch '3.x' of https://github.com/less/less.js into 3.x
1
.md
md
apache-2.0
less/less.js
10049925
<NME> README.md <BEF> [![npm version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Merge branch '3.x' of https://github.com/less/less.js into 3.x
1
.md
md
apache-2.0
less/less.js
10049926
<NME> README.md <BEF> [![npm version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Merge branch '3.x' of https://github.com/less/less.js into 3.x
1
.md
md
apache-2.0
less/less.js
10049927
<NME> less-1.0.20.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.20 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.20 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docume...
60
(dist) build 1.0.20
0
.js
0
apache-2.0
less/less.js
10049928
<NME> less-1.0.20.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.20 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.20 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docume...
60
(dist) build 1.0.20
0
.js
0
apache-2.0
less/less.js
10049929
<NME> less-1.0.20.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.20 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.20 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docume...
60
(dist) build 1.0.20
0
.js
0
apache-2.0
less/less.js
10049930
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Feature: Namespaced Values / Maps e.g. `color: @color[primary]` - Fixes to calc() - Permissive parsing of custom properties and variables - Allows unnamed lookups i.e. "functions" e.g. `.mixin(@a, @b)[]` - Lots of bug fixes ### v4.1.2 (2021-1...
1
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10049931
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Feature: Namespaced Values / Maps e.g. `color: @color[primary]` - Fixes to calc() - Permissive parsing of custom properties and variables - Allows unnamed lookups i.e. "functions" e.g. `.mixin(@a, @b)[]` - Lots of bug fixes ### v4.1.2 (2021-1...
1
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10049932
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - Feature: Namespaced Values / Maps e.g. `color: @color[primary]` - Fixes to calc() - Permissive parsing of custom properties and variables - Allows unnamed lookups i.e. "functions" e.g. `.mixin(@a, @b)[]` - Lots of bug fixes ### v4.1.2 (2021-1...
1
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10049933
<NME> simple.less <BEF> ADDFILE <MSG> This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling. <DFF> @@ -0,0 +1,3 @@ +.class { + color: @my-color; +} \ No newline at end of file
3
This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling.
0
.less
less
apache-2.0
less/less.js
10049934
<NME> simple.less <BEF> ADDFILE <MSG> This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling. <DFF> @@ -0,0 +1,3 @@ +.class { + color: @my-color; +} \ No newline at end of file
3
This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling.
0
.less
less
apache-2.0
less/less.js
10049935
<NME> simple.less <BEF> ADDFILE <MSG> This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling. <DFF> @@ -0,0 +1,3 @@ +.class { + color: @my-color; +} \ No newline at end of file
3
This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling.
0
.less
less
apache-2.0
less/less.js
10049936
<NME> percentage-missing-space.txt <BEF> ADDFILE <MSG> allow % to be passed to the unit function. Fixes #1550 and fixes #1571 <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Invalid % without number in {path}percentage-missing-space.less on line 2, column 3: +1 .a { +2 error: calc(1 %); +3 }
4
allow % to be passed to the unit function. Fixes #1550 and fixes #1571
0
.txt
txt
apache-2.0
less/less.js
10049937
<NME> percentage-missing-space.txt <BEF> ADDFILE <MSG> allow % to be passed to the unit function. Fixes #1550 and fixes #1571 <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Invalid % without number in {path}percentage-missing-space.less on line 2, column 3: +1 .a { +2 error: calc(1 %); +3 }
4
allow % to be passed to the unit function. Fixes #1550 and fixes #1571
0
.txt
txt
apache-2.0
less/less.js
10049938
<NME> percentage-missing-space.txt <BEF> ADDFILE <MSG> allow % to be passed to the unit function. Fixes #1550 and fixes #1571 <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Invalid % without number in {path}percentage-missing-space.less on line 2, column 3: +1 .a { +2 error: calc(1 %); +3 }
4
allow % to be passed to the unit function. Fixes #1550 and fixes #1571
0
.txt
txt
apache-2.0
less/less.js
10049939
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2017020701 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer function __PREPROCESSOR_Merge { PROGRAM=osync VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh) VERSION=${VERSION#*=} __PREPROCESSOR_Constants source "ofunctions.sh" function...
9
Updated installer version logic
9
.sh
sh
bsd-3-clause
deajan/osync
10049940
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2017020701 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer function __PREPROCESSOR_Merge { PROGRAM=osync VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh) VERSION=${VERSION#*=} __PREPROCESSOR_Constants source "ofunctions.sh" function...
9
Updated installer version logic
9
.sh
sh
bsd-3-clause
deajan/osync
10049941
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Merge pull request #128 from imdreamrunner/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10049942
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
1
Merge pull request #128 from imdreamrunner/patch-1
1
.md
md
bsd-3-clause
deajan/osync
10049943
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"><a href="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s...
31
Added financial contributors to the README (#3454)
1
.md
md
apache-2.0
less/less.js
10049944
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"><a href="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s...
31
Added financial contributors to the README (#3454)
1
.md
md
apache-2.0
less/less.js
10049945
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> <p align="center"><a href="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s...
31
Added financial contributors to the README (#3454)
1
.md
md
apache-2.0
less/less.js
10049946
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is the system osync runs on. ...
3
Make comment more clear about SSH_COMPRESSION options
1
.example
conf
bsd-3-clause
deajan/osync
10049947
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr) [GENERAL] CONFIG_FILE_REVISION=1.3.0 ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is the system osync runs on. ...
3
Make comment more clear about SSH_COMPRESSION options
1
.example
conf
bsd-3-clause
deajan/osync
10049948
<NME> CHANGELOG.md <BEF> ## Change Log 2014-??-?? - Add support for using variables with @supports, @namespace, @charset - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`) - Support property merging with +_ when spaces are needed and keep + for comma separated - Do unit conversions w...
1
Fixed a typo for 1.7.0: `@supports` -> `@keyframes`
1
.md
md
apache-2.0
less/less.js
10049949
<NME> CHANGELOG.md <BEF> ## Change Log 2014-??-?? - Add support for using variables with @supports, @namespace, @charset - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`) - Support property merging with +_ when spaces are needed and keep + for comma separated - Do unit conversions w...
1
Fixed a typo for 1.7.0: `@supports` -> `@keyframes`
1
.md
md
apache-2.0
less/less.js