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
10050850
<NME> color-invalid-hex-code2.txt <BEF> ADDFILE <MSG> Merge pull request #1976 from peruginni/master Added condition to check if HEX code contain only valid characters (issue #1015) <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29: +1 .a { +2 @wr...
4
Merge pull request #1976 from peruginni/master
0
.txt
txt
apache-2.0
less/less.js
10050851
<NME> color-invalid-hex-code2.txt <BEF> ADDFILE <MSG> Merge pull request #1976 from peruginni/master Added condition to check if HEX code contain only valid characters (issue #1015) <DFF> @@ -0,0 +1,4 @@ +SyntaxError: Invalid HEX color code in {path}color-invalid-hex-code2.less on line 2, column 29: +1 .a { +2 @wr...
4
Merge pull request #1976 from peruginni/master
0
.txt
txt
apache-2.0
less/less.js
10050852
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
2
Fix obscure rsync 3.0.6 skip-compress too verbose bug
0
.sh
sh
bsd-3-clause
deajan/osync
10050853
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
2
Fix obscure rsync 3.0.6 skip-compress too verbose bug
0
.sh
sh
bsd-3-clause
deajan/osync
10050854
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112901 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
47
Soft time alerts aren't anymore redundant when counting=false
41
.sh
sh
bsd-3-clause
deajan/osync
10050855
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112901 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
47
Soft time alerts aren't anymore redundant when counting=false
41
.sh
sh
bsd-3-clause
deajan/osync
10050856
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-para...
183
Made replica array indexes more clear
222
.sh
sh
bsd-3-clause
deajan/osync
10050857
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-dev-para...
183
Made replica array indexes more clear
222
.sh
sh
bsd-3-clause
deajan/osync
10050858
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2020042901 # Allows the following environment variables # TRAVIS_RUN=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order t...
11
Update env var for github actions
11
.sh
sh
bsd-3-clause
deajan/osync
10050859
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2020042901 # Allows the following environment variables # TRAVIS_RUN=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order t...
11
Update env var for github actions
11
.sh
sh
bsd-3-clause
deajan/osync
10050860
<NME> n_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...
1
Remote deletion log is always ERROR level
1
.sh
sh
bsd-3-clause
deajan/osync
10050861
<NME> n_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...
1
Remote deletion log is always ERROR level
1
.sh
sh
bsd-3-clause
deajan/osync
10050862
<NME> index.js <BEF> ADDFILE <MSG> run postprocess plugin test CLI too <DFF> @@ -0,0 +1,14 @@ +(function(exports) { + var postProcessor = function() {}; + + postProcessor.prototype = { + process: function (css) { + return 'hr {height:50px;}\n' + css; + } + }; + + exports.install = ...
14
run postprocess plugin test CLI too
0
.js
js
apache-2.0
less/less.js
10050863
<NME> index.js <BEF> ADDFILE <MSG> run postprocess plugin test CLI too <DFF> @@ -0,0 +1,14 @@ +(function(exports) { + var postProcessor = function() {}; + + postProcessor.prototype = { + process: function (css) { + return 'hr {height:50px;}\n' + css; + } + }; + + exports.install = ...
14
run postprocess plugin test CLI too
0
.js
js
apache-2.0
less/less.js
10050864
<NME> index.js <BEF> ADDFILE <MSG> run postprocess plugin test CLI too <DFF> @@ -0,0 +1,14 @@ +(function(exports) { + var postProcessor = function() {}; + + postProcessor.prototype = { + process: function (css) { + return 'hr {height:50px;}\n' + css; + } + }; + + exports.install = ...
14
run postprocess plugin test CLI too
0
.js
js
apache-2.0
less/less.js
10050865
<NME> plugin-transitive.less <BEF> ADDFILE <MSG> Fix plugin scope for mixins, directives and detached rulesets Fixed scope for plugins to apply correctly for mixins, directives and detached rulesets. Updated plugin unit tests to be more comprehensive <DFF> @@ -0,0 +1,5 @@ +@plugin "plugin-transitive"; + +.other { + ...
5
Fix plugin scope for mixins, directives and detached rulesets
0
.less
less
apache-2.0
less/less.js
10050866
<NME> plugin-transitive.less <BEF> ADDFILE <MSG> Fix plugin scope for mixins, directives and detached rulesets Fixed scope for plugins to apply correctly for mixins, directives and detached rulesets. Updated plugin unit tests to be more comprehensive <DFF> @@ -0,0 +1,5 @@ +@plugin "plugin-transitive"; + +.other { + ...
5
Fix plugin scope for mixins, directives and detached rulesets
0
.less
less
apache-2.0
less/less.js
10050867
<NME> plugin-transitive.less <BEF> ADDFILE <MSG> Fix plugin scope for mixins, directives and detached rulesets Fixed scope for plugins to apply correctly for mixins, directives and detached rulesets. Updated plugin unit tests to be more comprehensive <DFF> @@ -0,0 +1,5 @@ +@plugin "plugin-transitive"; + +.other { + ...
5
Fix plugin scope for mixins, directives and detached rulesets
0
.less
less
apache-2.0
less/less.js
10050868
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112107 # 4 tests: # quicklocal ## From current terminal run ...
3
Safer conflict multiple test
9
.sh
sh
bsd-3-clause
deajan/osync
10050869
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112107 # 4 tests: # quicklocal ## From current terminal run ...
3
Safer conflict multiple test
9
.sh
sh
bsd-3-clause
deajan/osync
10050870
<NME> basicNavigation.js <BEF> const HeadlessChrome = require('../index') const browser = new HeadlessChrome({ headless: false }) async function navigateWebsite () { await browser.init() await browser.init() const mainTab = await browser.newTab({ }) await mainTab.goTo('https://github.com/LucianoGanga/s...
2
Change some stuff in basicNavigation example
2
.js
js
mit
LucianoGanga/simple-headless-chrome
10050871
<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 ...
2
userDataDir doc
1
.md
md
mit
LucianoGanga/simple-headless-chrome
10050872
<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="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU...
8
Fixed partial dir exclude order
8
.sh
sh
bsd-3-clause
deajan/osync
10050873
<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="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU...
8
Fixed partial dir exclude order
8
.sh
sh
bsd-3-clause
deajan/osync
10050874
<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...
16
Merge pull request #55 from allter/master
5
.sh
sh
bsd-3-clause
deajan/osync
10050875
<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...
16
Merge pull request #55 from allter/master
5
.sh
sh
bsd-3-clause
deajan/osync
10050876
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2017020801 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
9
Added install and uninstall to test system
1
.sh
sh
bsd-3-clause
deajan/osync
10050877
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2017020801 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
9
Added install and uninstall to test system
1
.sh
sh
bsd-3-clause
deajan/osync
10050878
<NME> n_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...
3
Fixed time counting for new ExecTasks
3
.sh
sh
bsd-3-clause
deajan/osync
10050879
<NME> n_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...
3
Fixed time counting for new ExecTasks
3
.sh
sh
bsd-3-clause
deajan/osync
10050880
<NME> CHANGELOG.md <BEF> # 2.5.0 2015-04-03 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requi...
8
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050881
<NME> CHANGELOG.md <BEF> # 2.5.0 2015-04-03 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requi...
8
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050882
<NME> CHANGELOG.md <BEF> # 2.5.0 2015-04-03 ### v4.1.2 (2021-10-04) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker) - [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requi...
8
Update CHANGELOG.md
0
.md
md
apache-2.0
less/less.js
10050883
<NME> n_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.2-beta3 PROGRAM_BUILD=...
17
Added QaD daemon mode for Mac
5
.sh
sh
bsd-3-clause
deajan/osync
10050884
<NME> n_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.2-beta3 PROGRAM_BUILD=...
17
Added QaD daemon mode for Mac
5
.sh
sh
bsd-3-clause
deajan/osync
10050885
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112103 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
10
Added MAX_WAIT support for MacOS daemon mode
5
.sh
sh
bsd-3-clause
deajan/osync
10050886
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112103 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################...
10
Added MAX_WAIT support for MacOS daemon mode
5
.sh
sh
bsd-3-clause
deajan/osync
10050887
<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 AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net...
87
Bug fixing last code cleanup
81
.sh
sh
bsd-3-clause
deajan/osync
10050888
<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 AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@net...
87
Bug fixing last code cleanup
81
.sh
sh
bsd-3-clause
deajan/osync
10050889
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112106 # 4 tests: # quicklocal ## From current terminal run ...
7
Wow... fixed the fix that should have fixed the bug
7
.sh
sh
bsd-3-clause
deajan/osync
10050890
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sudo -s in order to get a new terminal as root # osync test suite 2016112106 # 4 tests: # quicklocal ## From current terminal run ...
7
Wow... fixed the fix that should have fixed the bug
7
.sh
sh
bsd-3-clause
deajan/osync
10050891
<NME> KNOWNISSUES.md <BEF> ADDFILE <MSG> Codacy improvements <DFF> @@ -0,0 +1,7 @@ +KNOWN ISSUES +------------ + + - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) + - Daemon mode monitors changes in the whole replica director...
7
Codacy improvements
0
.md
md
bsd-3-clause
deajan/osync
10050892
<NME> KNOWNISSUES.md <BEF> ADDFILE <MSG> Codacy improvements <DFF> @@ -0,0 +1,7 @@ +KNOWN ISSUES +------------ + + - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) + - Daemon mode monitors changes in the whole replica director...
7
Codacy improvements
0
.md
md
bsd-3-clause
deajan/osync
10050893
<NME> README.md <BEF> osync 0.99RC3 ============= A two way sync script with fault tolerance, resuming, deletion backup and conflict backups. ## About ## About osync provides the following capabilities - Local-Local and Local-Remote sync - Fault tolerance with resume scenarios - POSIX ACL and extended attrib...
5
Updated README.md file
4
.md
md
bsd-3-clause
deajan/osync
10050894
<NME> README.md <BEF> osync 0.99RC3 ============= A two way sync script with fault tolerance, resuming, deletion backup and conflict backups. ## About ## About osync provides the following capabilities - Local-Local and Local-Remote sync - Fault tolerance with resume scenarios - POSIX ACL and extended attrib...
5
Updated README.md file
4
.md
md
bsd-3-clause
deajan/osync
10050895
<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...
14
Rebuilt targets
12
.sh
sh
bsd-3-clause
deajan/osync
10050896
<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...
14
Rebuilt targets
12
.sh
sh
bsd-3-clause
deajan/osync
10050897
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
5
Fixed softdeletion cleanup tests
2
.sh
sh
bsd-3-clause
deajan/osync
10050898
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
5
Fixed softdeletion cleanup tests
2
.sh
sh
bsd-3-clause
deajan/osync
10050899
<NME> cache.js <BEF> ADDFILE <MSG> Seperate out the browser cache <DFF> @@ -0,0 +1,35 @@ +// Cache system is a bit outdated and could do with work + +module.exports = function(window, options, logger) { + var cache = null; + if (options.env !== 'development') { + try { + cache = (typeof(window....
35
Seperate out the browser cache
0
.js
js
apache-2.0
less/less.js
10050900
<NME> cache.js <BEF> ADDFILE <MSG> Seperate out the browser cache <DFF> @@ -0,0 +1,35 @@ +// Cache system is a bit outdated and could do with work + +module.exports = function(window, options, logger) { + var cache = null; + if (options.env !== 'development') { + try { + cache = (typeof(window....
35
Seperate out the browser cache
0
.js
js
apache-2.0
less/less.js
10050901
<NME> cache.js <BEF> ADDFILE <MSG> Seperate out the browser cache <DFF> @@ -0,0 +1,35 @@ +// Cache system is a bit outdated and could do with work + +module.exports = function(window, options, logger) { + var cache = null; + if (options.env !== 'development') { + try { + cache = (typeof(window....
35
Seperate out the browser cache
0
.js
js
apache-2.0
less/less.js
10050902
<NME> plugin-simple.js <BEF> ADDFILE <MSG> Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes <DFF> @@ -0,0 +1,3 @@ +functions.add('pi', function() { + return Math.PI; +}); \ No newline at end of file
3
Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes
0
.js
js
apache-2.0
less/less.js
10050903
<NME> plugin-simple.js <BEF> ADDFILE <MSG> Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes <DFF> @@ -0,0 +1,3 @@ +functions.add('pi', function() { + return Math.PI; +}); \ No newline at end of file
3
Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes
0
.js
js
apache-2.0
less/less.js
10050904
<NME> plugin-simple.js <BEF> ADDFILE <MSG> Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes <DFF> @@ -0,0 +1,3 @@ +functions.add('pi', function() { + return Math.PI; +}); \ No newline at end of file
3
Arbitrary (non-falsey) values returned from functions are cast as Anonymous nodes
0
.js
js
apache-2.0
less/less.js
10050905
<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-dev _OFUNCTIONS_BUILD=2016121301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
6
Misc changes
6
.sh
sh
bsd-3-clause
deajan/osync
10050906
<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-dev _OFUNCTIONS_BUILD=2016121301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT...
6
Misc changes
6
.sh
sh
bsd-3-clause
deajan/osync
10050907
<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...
56
Unexpanded and removed work comments
56
.sh
sh
bsd-3-clause
deajan/osync
10050908
<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...
56
Unexpanded and removed work comments
56
.sh
sh
bsd-3-clause
deajan/osync
10050909
<NME> parse.js <BEF> ADDFILE <MSG> Merge pull request #2319 from jackwanders/expose-parser Expose Less parsing as a top level feature of the less package <DFF> @@ -0,0 +1,61 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise, + contexts = require("./contexts"), + Parser = ...
61
Merge pull request #2319 from jackwanders/expose-parser
0
.js
js
apache-2.0
less/less.js
10050910
<NME> parse.js <BEF> ADDFILE <MSG> Merge pull request #2319 from jackwanders/expose-parser Expose Less parsing as a top level feature of the less package <DFF> @@ -0,0 +1,61 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise, + contexts = require("./contexts"), + Parser = ...
61
Merge pull request #2319 from jackwanders/expose-parser
0
.js
js
apache-2.0
less/less.js
10050911
<NME> parse.js <BEF> ADDFILE <MSG> Merge pull request #2319 from jackwanders/expose-parser Expose Less parsing as a top level feature of the less package <DFF> @@ -0,0 +1,61 @@ +var PromiseConstructor = typeof Promise === 'undefined' ? require('promise') : Promise, + contexts = require("./contexts"), + Parser = ...
61
Merge pull request #2319 from jackwanders/expose-parser
0
.js
js
apache-2.0
less/less.js
10050912
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1 _OFUNCTIONS_BUILD=2017112301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ## _DEBUG=true/false #...
11
Fixed bogus global WAIT_FOR variable
8
.sh
sh
bsd-3-clause
deajan/osync
10050913
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.4-rc1 _OFUNCTIONS_BUILD=2017112301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ## _DEBUG=true/false #...
11
Fixed bogus global WAIT_FOR variable
8
.sh
sh
bsd-3-clause
deajan/osync
10050914
<NME> n_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.2-beta3 PROGRAM_BUILD=...
151
Code compliance
104
.sh
sh
bsd-3-clause
deajan/osync
10050915
<NME> n_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.2-beta3 PROGRAM_BUILD=...
151
Code compliance
104
.sh
sh
bsd-3-clause
deajan/osync
10050916
<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...
2
Fix ofunctions GenericTrapQuit lacks closing comment
2
.sh
sh
bsd-3-clause
deajan/osync
10050917
<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...
2
Fix ofunctions GenericTrapQuit lacks closing comment
2
.sh
sh
bsd-3-clause
deajan/osync
10050918
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ <MSG> v3.12.0-RC.2 (#3540) <DFF> @@ -7,5 +7,5 @@ * * @license Apache-2.0 */ -!function(e,t){"...
1
v3.12.0-RC.2 (#3540)
1
.js
min
apache-2.0
less/less.js
10050919
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ <MSG> v3.12.0-RC.2 (#3540) <DFF> @@ -7,5 +7,5 @@ * * @license Apache-2.0 */ -!function(e,t){"...
1
v3.12.0-RC.2 (#3540)
1
.js
min
apache-2.0
less/less.js
10050920
<NME> less.min.js <BEF> /** * Less - Leaner CSS v4.1.3 * http://lesscss.org * * Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net> * Licensed under the Apache-2.0 License. * * @license Apache-2.0 */ <MSG> v3.12.0-RC.2 (#3540) <DFF> @@ -7,5 +7,5 @@ * * @license Apache-2.0 */ -!function(e,t){"...
1
v3.12.0-RC.2 (#3540)
1
.js
min
apache-2.0
less/less.js
10050921
<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
Merge pull request #1197 from Starefossen/patch-1
1
.md
md
apache-2.0
less/less.js
10050922
<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
Merge pull request #1197 from Starefossen/patch-1
1
.md
md
apache-2.0
less/less.js
10050923
<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
Merge pull request #1197 from Starefossen/patch-1
1
.md
md
apache-2.0
less/less.js
10050924
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2016121301 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
42
Enable remote host ping on local tests
40
.sh
sh
bsd-3-clause
deajan/osync
10050925
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2022070702 # Allows the following environment variables ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # osync test suite 2016121301 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
42
Enable remote host ping on local tests
40
.sh
sh
bsd-3-clause
deajan/osync
10050926
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.1x" NEW_PROGRAM_VERSION="v1.2x" CONFIG_FILE_VERSION=2017060501 PROGRAM_BUILD...
76
Updated conf file upgrade script
38
.sh
0x-v1
bsd-3-clause
deajan/osync
10050927
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.1x" NEW_PROGRAM_VERSION="v1.2x" CONFIG_FILE_VERSION=2017060501 PROGRAM_BUILD...
76
Updated conf file upgrade script
38
.sh
0x-v1
bsd-3-clause
deajan/osync
10050928
<NME> es5.js <BEF> ADDFILE <MSG> implement log to console and fix browser tests <DFF> @@ -0,0 +1,27 @@ +/* + PhantomJS does not implement bind. this is from + https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind + */ +if (!Function.prototype.bind) { + Functio...
27
implement log to console and fix browser tests
0
.js
js
apache-2.0
less/less.js
10050929
<NME> es5.js <BEF> ADDFILE <MSG> implement log to console and fix browser tests <DFF> @@ -0,0 +1,27 @@ +/* + PhantomJS does not implement bind. this is from + https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind + */ +if (!Function.prototype.bind) { + Functio...
27
implement log to console and fix browser tests
0
.js
js
apache-2.0
less/less.js
10050930
<NME> es5.js <BEF> ADDFILE <MSG> implement log to console and fix browser tests <DFF> @@ -0,0 +1,27 @@ +/* + PhantomJS does not implement bind. this is from + https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind + */ +if (!Function.prototype.bind) { + Functio...
27
implement log to console and fix browser tests
0
.js
js
apache-2.0
less/less.js
10050931
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=202...
3
Added missing SYNC_TYPE
1
.sh
0x-v1
bsd-3-clause
deajan/osync
10050932
<NME> upgrade-v1.0x-v1.3x.sh <BEF> #!/usr/bin/env bash PROGRAM="osync instance upgrade script" SUBPROGRAM="osync" AUTHOR="(C) 2016-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 PROGRAM_BUILD=202...
3
Added missing SYNC_TYPE
1
.sh
0x-v1
bsd-3-clause
deajan/osync
10050933
<NME> index.js <BEF> ADDFILE <MSG> allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL <DFF> @@ -0,0 +1,9 @@ +var visitors = { + Visitor: require("./visitor"), + ImportVisitor: require('./import-visitor'), + ExtendVisitor: require('./extend-visitor'), + Joi...
9
allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL
0
.js
js
apache-2.0
less/less.js
10050934
<NME> index.js <BEF> ADDFILE <MSG> allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL <DFF> @@ -0,0 +1,9 @@ +var visitors = { + Visitor: require("./visitor"), + ImportVisitor: require('./import-visitor'), + ExtendVisitor: require('./extend-visitor'), + Joi...
9
allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL
0
.js
js
apache-2.0
less/less.js
10050935
<NME> index.js <BEF> ADDFILE <MSG> allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL <DFF> @@ -0,0 +1,9 @@ +var visitors = { + Visitor: require("./visitor"), + ImportVisitor: require('./import-visitor'), + ExtendVisitor: require('./extend-visitor'), + Joi...
9
allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL
0
.js
js
apache-2.0
less/less.js
10050936
<NME> parse-interpolation.less <BEF> ADDFILE <MSG> Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217) * Adds passing test from #3098 * Added passing test example from #1817 * Allow lists to be re-evaluated as selectors (Fixes #1694) <DFF> @@ -0,0 +1,29 @@ +@inputs: input[type=text], input[...
29
Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217)
0
.less
less
apache-2.0
less/less.js
10050937
<NME> parse-interpolation.less <BEF> ADDFILE <MSG> Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217) * Adds passing test from #3098 * Added passing test example from #1817 * Allow lists to be re-evaluated as selectors (Fixes #1694) <DFF> @@ -0,0 +1,29 @@ +@inputs: input[type=text], input[...
29
Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217)
0
.less
less
apache-2.0
less/less.js
10050938
<NME> parse-interpolation.less <BEF> ADDFILE <MSG> Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217) * Adds passing test from #3098 * Added passing test example from #1817 * Allow lists to be re-evaluated as selectors (Fixes #1694) <DFF> @@ -0,0 +1,29 @@ +@inputs: input[type=text], input[...
29
Fixes #1421 - re-parses variable-interpolated elements to selectors (#3217)
0
.less
less
apache-2.0
less/less.js
10050939
<NME> n_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...
1
Reintroduced fix from #120
1
.sh
sh
bsd-3-clause
deajan/osync
10050940
<NME> n_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...
1
Reintroduced fix from #120
1
.sh
sh
bsd-3-clause
deajan/osync
10050941
<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.2 _OFUNCTIONS_BUILD=2017052601 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST...
5
Added iostat to perf profiler
1
.sh
sh
bsd-3-clause
deajan/osync
10050942
<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.2 _OFUNCTIONS_BUILD=2017052601 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTST...
5
Added iostat to perf profiler
1
.sh
sh
bsd-3-clause
deajan/osync
10050943
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=2016121302 IS_STABLE=no #TODO(low): is debug subset relevant in remot...
3
Rebuilt targets for v1.2-RC1 release
6
.sh
sh
bsd-3-clause
deajan/osync
10050944
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=2016121302 IS_STABLE=no #TODO(low): is debug subset relevant in remot...
3
Rebuilt targets for v1.2-RC1 release
6
.sh
sh
bsd-3-clause
deajan/osync
10050945
<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...
2
Updated documentation entry
0
.md
md
bsd-3-clause
deajan/osync
10050946
<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...
2
Updated documentation entry
0
.md
md
bsd-3-clause
deajan/osync
10050947
<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-RC1+dev _OFUNCTIONS_BUILD=2016121901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
2
Fixing typos
2
.sh
sh
bsd-3-clause
deajan/osync
10050948
<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-RC1+dev _OFUNCTIONS_BUILD=2016121901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_...
2
Fixing typos
2
.sh
sh
bsd-3-clause
deajan/osync
10050949
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2 OSYNC_BUILD=0411201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
9
Added (very) initial MacOSX support
2
.sh
sh
bsd-3-clause
deajan/osync