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 |
|---|---|---|---|---|---|---|---|---|
10055450 | <NME> parens.less
<BEF> ADDFILE
<MSG> Merge pull request #3274 from matthew-dean/strict-math-division
Fixes #1880 - Adds two new math modes and deprecates strictMath
<DFF> @@ -0,0 +1,46 @@
+.parens {
+ @var: 1px;
+ border: (@var * 2) solid black;
+ margin: (@var * 1) (@var + 2) (4 * 4) 3;
+ width: (6 * 6);
+ padd... | 46 | Merge pull request #3274 from matthew-dean/strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |
10055451 | <NME> parens.less
<BEF> ADDFILE
<MSG> Merge pull request #3274 from matthew-dean/strict-math-division
Fixes #1880 - Adds two new math modes and deprecates strictMath
<DFF> @@ -0,0 +1,46 @@
+.parens {
+ @var: 1px;
+ border: (@var * 2) solid black;
+ margin: (@var * 1) (@var + 2) (4 * 4) 3;
+ width: (6 * 6);
+ padd... | 46 | Merge pull request #3274 from matthew-dean/strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |
10055452 | <NME> parens.less
<BEF> ADDFILE
<MSG> Merge pull request #3274 from matthew-dean/strict-math-division
Fixes #1880 - Adds two new math modes and deprecates strictMath
<DFF> @@ -0,0 +1,46 @@
+.parens {
+ @var: 1px;
+ border: (@var * 2) solid black;
+ margin: (@var * 1) (@var + 2) (4 * 4) 3;
+ width: (6 * 6);
+ padd... | 46 | Merge pull request #3274 from matthew-dean/strict-math-division | 0 | .less | less | apache-2.0 | less/less.js |
10055453 | <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 | Fix space problem for getting lock file. | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055454 | <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 | Fix space problem for getting lock file. | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055455 | <NME> runner-relative-urls-spec.js
<BEF> ADDFILE
<MSG> Added relative urls tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added relative urls tests. | 0 | .js | js | apache-2.0 | less/less.js |
10055456 | <NME> runner-relative-urls-spec.js
<BEF> ADDFILE
<MSG> Added relative urls tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added relative urls tests. | 0 | .js | js | apache-2.0 | less/less.js |
10055457 | <NME> runner-relative-urls-spec.js
<BEF> ADDFILE
<MSG> Added relative urls tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added relative urls tests. | 0 | .js | js | apache-2.0 | less/less.js |
10055458 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
*.sublime-*
# npm
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> Reference inline comments.
As described in https://github.com/less/less.js/issues/2675 in-value comments are not preserved in referenced rules.
This patch adds reference mar... | 1 | Reference inline comments. | 0 | gitignore | apache-2.0 | less/less.js | |
10055459 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
*.sublime-*
# npm
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> Reference inline comments.
As described in https://github.com/less/less.js/issues/2675 in-value comments are not preserved in referenced rules.
This patch adds reference mar... | 1 | Reference inline comments. | 0 | gitignore | apache-2.0 | less/less.js | |
10055460 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
.idea
*.sublime-*
# npm
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> Reference inline comments.
As described in https://github.com/less/less.js/issues/2675 in-value comments are not preserved in referenced rules.
This patch adds reference mar... | 1 | Reference inline comments. | 0 | gitignore | apache-2.0 | less/less.js | |
10055461 | <NME> root.less
<BEF> ADDFILE
<MSG> Fixes #3112
- also fixes browser test broken with lowercase API change
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Fixes #3112 - also fixes browser test broken with lowercase API change | 0 | .less | less | apache-2.0 | less/less.js |
10055462 | <NME> root.less
<BEF> ADDFILE
<MSG> Fixes #3112
- also fixes browser test broken with lowercase API change
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Fixes #3112 - also fixes browser test broken with lowercase API change | 0 | .less | less | apache-2.0 | less/less.js |
10055463 | <NME> root.less
<BEF> ADDFILE
<MSG> Fixes #3112
- also fixes browser test broken with lowercase API change
<DFF> @@ -0,0 +1,3 @@
+// https://github.com/less/less.js/issues/3112
+@file: ext();
+@import '@{file}';
\ No newline at end of file
| 3 | Fixes #3112 - also fixes browser test broken with lowercase API change | 0 | .less | less | apache-2.0 | less/less.js |
10055464 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9,]+ [0-9/]{10} [0-... | 4 | Merge pull request #106 from deajan/fix-sed | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055465 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9,]+ [0-9/]{10} [0-... | 4 | Merge pull request #106 from deajan/fix-sed | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055466 | <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... | 3 | Isolate conflict detect bug | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055467 | <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... | 3 | Isolate conflict detect bug | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10055468 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based two way sync engine with fault tolerance ... | 153 | Moved commandline args setup to sub function | 146 | .sh | sh | bsd-3-clause | deajan/osync |
10055469 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported PROGRAM="osync" # Rsync based two way sync engine with fault tolerance ... | 153 | Moved commandline args setup to sub function | 146 | .sh | sh | bsd-3-clause | deajan/osync |
10055470 | <NME> less-1.0.37.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.37
<DFF> @@ -0,0 +1,67 @@
+//
+// LESS - Leaner CSS v1.0.37
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(y){function q(d){return y.less[d.split("/")[1]]}function U(){for(var d=d... | 67 | (dist) build 1.0.37 | 0 | .js | 0 | apache-2.0 | less/less.js |
10055471 | <NME> less-1.0.37.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.37
<DFF> @@ -0,0 +1,67 @@
+//
+// LESS - Leaner CSS v1.0.37
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(y){function q(d){return y.less[d.split("/")[1]]}function U(){for(var d=d... | 67 | (dist) build 1.0.37 | 0 | .js | 0 | apache-2.0 | less/less.js |
10055472 | <NME> less-1.0.37.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.37
<DFF> @@ -0,0 +1,67 @@
+//
+// LESS - Leaner CSS v1.0.37
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(y){function q(d){return y.less[d.split("/")[1]]}function U(){for(var d=d... | 67 | (dist) build 1.0.37 | 0 | .js | 0 | apache-2.0 | less/less.js |
10055473 | <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 bogus SKIP_DELETION logic when SYNC_TYPE set | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055474 | <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 bogus SKIP_DELETION logic when SYNC_TYPE set | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055475 | <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... | 289 | Rebuilt targets | 96 | .sh | sh | bsd-3-clause | deajan/osync |
10055476 | <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... | 289 | Rebuilt targets | 96 | .sh | sh | bsd-3-clause | deajan/osync |
10055477 | <NME> initChart.js.map
<BEF> {"version":3,"file":"initChart.js","sourceRoot":"","sources":["../src/initChart.ts"],"names":[],"mappings":";AACA,2BAA2B,cAAc,CAAC,CAAA;AAE1C,mBAA0B,iBAAqC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAa;IAC9F,EAAE,CAAC,CAAC,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACtC,MAAM,IAAI,KAAK,CAAI,IAAI,4... | 1 | fix examples | 1 | .map | js | mit | gevgeny/angular2-highcharts |
10055478 | <NME> initChart.js.map
<BEF> {"version":3,"file":"initChart.js","sourceRoot":"","sources":["../src/initChart.ts"],"names":[],"mappings":";AACA,2BAA2B,cAAc,CAAC,CAAA;AAE1C,mBAA0B,iBAAqC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAa;IAC9F,EAAE,CAAC,CAAC,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACtC,MAAM,IAAI,KAAK,CAAI,IAAI,4... | 1 | fix examples | 1 | .map | js | mit | gevgeny/angular2-highcharts |
10055479 | <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... | 5 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055480 | <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... | 5 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055481 | <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... | 22 | Merge pull request #204 from deajan/fast-deletion | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10055482 | <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... | 22 | Merge pull request #204 from deajan/fast-deletion | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10055483 | <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=2017060701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 2 | Fix double compression extension | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055484 | <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=2017060701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 2 | Fix double compression extension | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055485 | <NME> import-malformed.txt
<BEF> ADDFILE
<MSG> merge from master
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: malformed import statement in {path}import-malformed.less on line 1, column 1:
+1 @import malformed "this-statement-is-invalid.less";
+2
| 3 | merge from master | 0 | .txt | txt | apache-2.0 | less/less.js |
10055486 | <NME> import-malformed.txt
<BEF> ADDFILE
<MSG> merge from master
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: malformed import statement in {path}import-malformed.less on line 1, column 1:
+1 @import malformed "this-statement-is-invalid.less";
+2
| 3 | merge from master | 0 | .txt | txt | apache-2.0 | less/less.js |
10055487 | <NME> import-malformed.txt
<BEF> ADDFILE
<MSG> merge from master
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: malformed import statement in {path}import-malformed.less on line 1, column 1:
+1 @import malformed "this-statement-is-invalid.less";
+2
| 3 | merge from master | 0 | .txt | txt | apache-2.0 | less/less.js |
10055488 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2016080902
## ---------- GENERAL OPTIONS
## Direc... | 5 | Merge branch 'master' of https://github.com/deajan/osync | 2 | .example | conf | bsd-3-clause | deajan/osync |
10055489 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2016080902
## ---------- GENERAL OPTIONS
## Direc... | 5 | Merge branch 'master' of https://github.com/deajan/osync | 2 | .example | conf | bsd-3-clause | deajan/osync |
10055490 | <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... | 3 | Fixed flatten array comparaison | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055491 | <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... | 3 | Fixed flatten array comparaison | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055492 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> `default` function: added error when used with css-guards. updated tests.
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1... | 4 | `default` function: added error when used with css-guards. updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055493 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> `default` function: added error when used with css-guards. updated tests.
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1... | 4 | `default` function: added error when used with css-guards. updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055494 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> `default` function: added error when used with css-guards. updated tests.
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1... | 4 | `default` function: added error when used with css-guards. updated tests. | 0 | .txt | txt | apache-2.0 | less/less.js |
10055495 | <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.98 OSYNC_BUILD=0308201303 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS... | 39 | Minor improvements. | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055496 | <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.98 OSYNC_BUILD=0308201303 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS... | 39 | Minor improvements. | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10055497 | <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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=... | 4 | WIP: conflict list | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055498 | <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-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=... | 4 | WIP: conflict list | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10055499 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 2 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10055500 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 2 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10055501 | <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-dev _OFUNCTIONS_BUILD=2017052901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 6 | KillChilds shoudln't allow a pid of 1 either | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055502 | <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-dev _OFUNCTIONS_BUILD=2017052901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BO... | 6 | KillChilds shoudln't allow a pid of 1 either | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055503 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: osync v1.2.2. release
! Added an option to log conflictual files
! Presence of conflictual files can trigger a special mail
### dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
- New options ALWA... | 6 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10055504 | <NME> CHANGELOG.md
<BEF> RECENT CHANGES
--------------
dd Mmm YYYY: osync v1.2.2. release
! Added an option to log conflictual files
! Presence of conflictual files can trigger a special mail
### dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
- New options ALWA... | 6 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10055505 | <NME> namespacing-media.less
<BEF> ADDFILE
<MSG> Tests and parser fixes for namespace values in MQ and mixin args (#3254)
<DFF> @@ -0,0 +1,26 @@
+#ns {
+ .sizes() {
+ @small: 600px;
+ }
+ .breakpoint(@size) {
+ @val: #ns.sizes[@@size];
+ @min: (min-width: @val);
+ @max: not all and @min;
+ }
+}
+
+#ns... | 26 | Tests and parser fixes for namespace values in MQ and mixin args (#3254) | 0 | .less | less | apache-2.0 | less/less.js |
10055506 | <NME> namespacing-media.less
<BEF> ADDFILE
<MSG> Tests and parser fixes for namespace values in MQ and mixin args (#3254)
<DFF> @@ -0,0 +1,26 @@
+#ns {
+ .sizes() {
+ @small: 600px;
+ }
+ .breakpoint(@size) {
+ @val: #ns.sizes[@@size];
+ @min: (min-width: @val);
+ @max: not all and @min;
+ }
+}
+
+#ns... | 26 | Tests and parser fixes for namespace values in MQ and mixin args (#3254) | 0 | .less | less | apache-2.0 | less/less.js |
10055507 | <NME> namespacing-media.less
<BEF> ADDFILE
<MSG> Tests and parser fixes for namespace values in MQ and mixin args (#3254)
<DFF> @@ -0,0 +1,26 @@
+#ns {
+ .sizes() {
+ @small: 600px;
+ }
+ .breakpoint(@size) {
+ @val: #ns.sizes[@@size];
+ @min: (min-width: @val);
+ @max: not all and @min;
+ }
+}
+
+#ns... | 26 | Tests and parser fixes for namespace values in MQ and mixin args (#3254) | 0 | .less | less | apache-2.0 | less/less.js |
10055508 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(critical): test new WaitForTaskCompletion behavior with self=true PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http... | 8 | Reenabled path comparaison | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055509 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(critical): test new WaitForTaskCompletion behavior with self=true PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http... | 8 | Reenabled path comparaison | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10055510 | <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... | 7 | timestampList is not used for ACL lists yet | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055511 | <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... | 7 | timestampList is not used for ACL lists yet | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10055512 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 6 | Another lock/unlock fix | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055515 | <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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 6 | Another lock/unlock fix | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055516 | <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
# TODO: add waitfortaskcompletion tests compat with v1.1
# TODO: render timed execution checks compat with v1.1 (only using conf... | 31 | Updated unit tests | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10055517 | <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
# TODO: add waitfortaskcompletion tests compat with v1.1
# TODO: render timed execution checks compat with v1.1 (only using conf... | 31 | Updated unit tests | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10055518 | <NME> runner-rootpath.js
<BEF> ADDFILE
<MSG> browser support for rootpath and relative urls, with test
<DFF> @@ -0,0 +1,4 @@
+less.rootpath = "https://www.github.com/";
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
\ No newline at end of file
| 4 | browser support for rootpath and relative urls, with test | 0 | .js | js | apache-2.0 | less/less.js |
10055519 | <NME> runner-rootpath.js
<BEF> ADDFILE
<MSG> browser support for rootpath and relative urls, with test
<DFF> @@ -0,0 +1,4 @@
+less.rootpath = "https://www.github.com/";
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
\ No newline at end of file
| 4 | browser support for rootpath and relative urls, with test | 0 | .js | js | apache-2.0 | less/less.js |
10055520 | <NME> runner-rootpath.js
<BEF> ADDFILE
<MSG> browser support for rootpath and relative urls, with test
<DFF> @@ -0,0 +1,4 @@
+less.rootpath = "https://www.github.com/";
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
\ No newline at end of file
| 4 | browser support for rootpath and relative urls, with test | 0 | .js | js | apache-2.0 | less/less.js |
10055521 | <NME> runner-main-spec.js
<BEF> ADDFILE
<MSG> Did legacy tests and working on errors.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js main tests", function() {
+ testLessEqualsInDocument();
+});
| 3 | Did legacy tests and working on errors. | 0 | .js | js | apache-2.0 | less/less.js |
10055522 | <NME> runner-main-spec.js
<BEF> ADDFILE
<MSG> Did legacy tests and working on errors.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js main tests", function() {
+ testLessEqualsInDocument();
+});
| 3 | Did legacy tests and working on errors. | 0 | .js | js | apache-2.0 | less/less.js |
10055523 | <NME> runner-main-spec.js
<BEF> ADDFILE
<MSG> Did legacy tests and working on errors.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js main tests", function() {
+ testLessEqualsInDocument();
+});
| 3 | Did legacy tests and working on errors. | 0 | .js | js | apache-2.0 | less/less.js |
10055524 | <NME> README.md
<BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular)
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[ 2013... | 2 | Merge pull request #51 from FilipBB/master | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055527 | <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... | 2 | Merge pull request #51 from FilipBB/master | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055528 | <NME> scroll-to-event.model.ts
<BEF> ADDFILE
<MSG> Added Types for Event
<DFF> @@ -0,0 +1,10 @@
+export type ScrollToEvent = 'click'
+ | 'mouseenter'
+ | 'mouseover'
+ | 'mousedown'
+ | 'mouseup'
+ | 'dblclick'
+ | 'contextmenu'
+ | 'wheel'
+ | 'mouseleave'
+ | 'mouseout';
| 10 | Added Types for Event | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10055529 | <NME> scroll-to-event.model.ts
<BEF> ADDFILE
<MSG> Added Types for Event
<DFF> @@ -0,0 +1,10 @@
+export type ScrollToEvent = 'click'
+ | 'mouseenter'
+ | 'mouseover'
+ | 'mousedown'
+ | 'mouseup'
+ | 'dblclick'
+ | 'contextmenu'
+ | 'wheel'
+ | 'mouseleave'
+ | 'mouseout';
| 10 | Added Types for Event | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10055530 | <NME> scroll-to-event.model.ts
<BEF> ADDFILE
<MSG> Added Types for Event
<DFF> @@ -0,0 +1,10 @@
+export type ScrollToEvent = 'click'
+ | 'mouseenter'
+ | 'mouseover'
+ | 'mousedown'
+ | 'mouseup'
+ | 'dblclick'
+ | 'contextmenu'
+ | 'wheel'
+ | 'mouseleave'
+ | 'mouseout';
| 10 | Added Types for Event | 0 | .ts | model | mit | nicky-lenaers/ngx-scroll-to |
10055531 | <NME> plugi.less
<BEF> ADDFILE
<MSG> fix: change keyword plugin and import regexp (#3668)
* fix: change the and regexp match
* feat: change unit test
* chore: change desc
<DFF> @@ -0,0 +1,5 @@
+// https://github.com/less/less.js/issues/3660
+// const dir = parserInput.$re(/^@plugin?\s+/);
+// correct regexp is... | 5 | fix: change keyword plugin and import regexp (#3668) | 0 | .less | less | apache-2.0 | less/less.js |
10055532 | <NME> plugi.less
<BEF> ADDFILE
<MSG> fix: change keyword plugin and import regexp (#3668)
* fix: change the and regexp match
* feat: change unit test
* chore: change desc
<DFF> @@ -0,0 +1,5 @@
+// https://github.com/less/less.js/issues/3660
+// const dir = parserInput.$re(/^@plugin?\s+/);
+// correct regexp is... | 5 | fix: change keyword plugin and import regexp (#3668) | 0 | .less | less | apache-2.0 | less/less.js |
10055533 | <NME> plugi.less
<BEF> ADDFILE
<MSG> fix: change keyword plugin and import regexp (#3668)
* fix: change the and regexp match
* feat: change unit test
* chore: change desc
<DFF> @@ -0,0 +1,5 @@
+// https://github.com/less/less.js/issues/3660
+// const dir = parserInput.$re(/^@plugin?\s+/);
+// correct regexp is... | 5 | fix: change keyword plugin and import regexp (#3668) | 0 | .less | less | apache-2.0 | less/less.js |
10055534 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9]+ [0-9/]{10} [0-9... | 5 | Fix new regex in treelist for rsync output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055535 | <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 ? #TODO check if _getCtimeMtime | sort removal needs to be backported #TODO backport treeList sed -r sed -E 's/^.{10} +[0-9]+ [0-9/]{10} [0-9... | 5 | Fix new regex in treelist for rsync output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055536 | <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... | 40 | Rebuilt targets | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055537 | <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... | 40 | Rebuilt targets | 26 | .sh | sh | bsd-3-clause | deajan/osync |
10055538 | <NME> new-division.less
<BEF> ADDFILE
<MSG> WIP - Added strictMath: 'division' option
<DFF> @@ -0,0 +1,17 @@
+.units {
+ font: 1.2rem/2rem;
+ font: 8vw/9vw;
+ font: 10vh/12vh;
+ font: 12vm/15vm;
+ font: 12vmin/15vmin;
+ font: 1.2ch/1.5ch;
+}
+
+.math {
+ a: 1 + 1;
+ b: 2px / 2;
+ c: 2px ./ 2;
+ d: (10px / 10... | 17 | WIP - Added strictMath: 'division' option | 0 | .less | less | apache-2.0 | less/less.js |
10055539 | <NME> new-division.less
<BEF> ADDFILE
<MSG> WIP - Added strictMath: 'division' option
<DFF> @@ -0,0 +1,17 @@
+.units {
+ font: 1.2rem/2rem;
+ font: 8vw/9vw;
+ font: 10vh/12vh;
+ font: 12vm/15vm;
+ font: 12vmin/15vmin;
+ font: 1.2ch/1.5ch;
+}
+
+.math {
+ a: 1 + 1;
+ b: 2px / 2;
+ c: 2px ./ 2;
+ d: (10px / 10... | 17 | WIP - Added strictMath: 'division' option | 0 | .less | less | apache-2.0 | less/less.js |
10055540 | <NME> new-division.less
<BEF> ADDFILE
<MSG> WIP - Added strictMath: 'division' option
<DFF> @@ -0,0 +1,17 @@
+.units {
+ font: 1.2rem/2rem;
+ font: 8vw/9vw;
+ font: 10vh/12vh;
+ font: 12vm/15vm;
+ font: 12vmin/15vmin;
+ font: 1.2ch/1.5ch;
+}
+
+.math {
+ a: 1 + 1;
+ b: 2px / 2;
+ c: 2px ./ 2;
+ d: (10px / 10... | 17 | WIP - Added strictMath: 'division' option | 0 | .less | less | apache-2.0 | less/less.js |
10055541 | <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... | 50 | Merge pull request #244 from zhemant/fix/operator-error | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055542 | <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... | 50 | Merge pull request #244 from zhemant/fix/operator-error | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10055543 | <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=201... | 4 | Minor fixes in upgrade script | 4 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10055544 | <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=201... | 4 | Minor fixes in upgrade script | 4 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10055545 | <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-unstable PROGR... | 60 | Typo fixind and improving code compliance | 56 | .sh | sh | bsd-3-clause | deajan/osync |
10055546 | <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-unstable PROGR... | 60 | Typo fixind and improving code compliance | 56 | .sh | sh | bsd-3-clause | deajan/osync |
10055547 | <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... | 2 | Fix typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055548 | <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... | 2 | Fix typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10055549 | <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... | 74 | Rebuilt targets | 33 | .sh | sh | bsd-3-clause | deajan/osync |