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 |
|---|---|---|---|---|---|---|---|---|
10050750 | <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
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all ... | 10 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10050751 | <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
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all ... | 10 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10050752 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111305
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 141 | Added (single/multiple) conflict backup tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050753 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111305
# 4 tests:
# quicklocal
# 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 sudo -s in order to get a... | 141 | Added (single/multiple) conflict backup tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050754 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](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 ... | 1 | Merge pull request #34 from bencevans/patch-1 | 1 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10050760 | <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 silent option to referen... | 1 | rename import silent to import mute. Fixes #1210 | 1 | .md | md | apache-2.0 | less/less.js |
10050761 | <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 silent option to referen... | 1 | rename import silent to import mute. Fixes #1210 | 1 | .md | md | apache-2.0 | less/less.js |
10050762 | <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 silent option to referen... | 1 | rename import silent to import mute. Fixes #1210 | 1 | .md | md | apache-2.0 | less/less.js |
10050763 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC3+dev _OFUNCTIONS_BUILD=2017032301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ## _DEBUG=true/false... | 1 | Bumped version to v1.2 final | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050764 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC3+dev _OFUNCTIONS_BUILD=2017032301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true ## PROGRAM=program-name ## INSTANCE_ID=program-instance-name ## _DEBUG=true/false... | 1 | Bumped version to v1.2 final | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050765 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> Bubbling of directives.
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside &... | 128 | Bubbling of directives. | 0 | .less | less | apache-2.0 | less/less.js |
10050766 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> Bubbling of directives.
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside &... | 128 | Bubbling of directives. | 0 | .less | less | apache-2.0 | less/less.js |
10050767 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> Bubbling of directives.
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside &... | 128 | Bubbling of directives. | 0 | .less | less | apache-2.0 | less/less.js |
10050768 | <NME> unit-function.txt
<BEF> ADDFILE
<MSG> throw an error when the unit function is passed bad input. Fixes #1426
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `unit`: the first argument to unit must be a number. Have you forgotten parenthesis? in {path}unit-function.less on line 2, column 14:
+1 .a... | 4 | throw an error when the unit function is passed bad input. Fixes #1426 | 0 | .txt | txt | apache-2.0 | less/less.js |
10050769 | <NME> unit-function.txt
<BEF> ADDFILE
<MSG> throw an error when the unit function is passed bad input. Fixes #1426
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `unit`: the first argument to unit must be a number. Have you forgotten parenthesis? in {path}unit-function.less on line 2, column 14:
+1 .a... | 4 | throw an error when the unit function is passed bad input. Fixes #1426 | 0 | .txt | txt | apache-2.0 | less/less.js |
10050770 | <NME> unit-function.txt
<BEF> ADDFILE
<MSG> throw an error when the unit function is passed bad input. Fixes #1426
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `unit`: the first argument to unit must be a number. Have you forgotten parenthesis? in {path}unit-function.less on line 2, column 14:
+1 .a... | 4 | throw an error when the unit function is passed bad input. Fixes #1426 | 0 | .txt | txt | apache-2.0 | less/less.js |
10050771 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=2811201401 ## type doesn't work on platforms other than linux (... | 14 | Fixed some other missing child pids | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10050772 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=2811201401 ## type doesn't work on platforms other than linux (... | 14 | Fixed some other missing child pids | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10050773 | <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-beta2 PROGRAM_BUILD=... | 3 | Fixed backups gone to the wrong directory | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050774 | <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-beta2 PROGRAM_BUILD=... | 3 | Fixed backups gone to the wrong directory | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050775 | <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 | Removed unnecessary comments | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050776 | <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 | Removed unnecessary comments | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050777 | <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... | 121 | Bug fix for in tree_list error log failing for WaitForCompletion | 107 | .sh | sh | bsd-3-clause | deajan/osync |
10050778 | <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... | 121 | Bug fix for in tree_list error log failing for WaitForCompletion | 107 | .sh | sh | bsd-3-clause | deajan/osync |
10050779 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
## If this script is stopped while running, config file values and IS_STABLE value might be in inconsistent state
## 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
... | 123 | WIP: conflict detection and fakeroot install | 67 | .sh | sh | bsd-3-clause | deajan/osync |
10050780 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
## If this script is stopped while running, config file values and IS_STABLE value might be in inconsistent state
## 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
... | 123 | WIP: conflict detection and fakeroot install | 67 | .sh | sh | bsd-3-clause | deajan/osync |
10050781 | <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... | 2 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050782 | <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... | 2 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050783 | <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=... | 7 | Added symlink support in deletion propagation | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10050784 | <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=... | 7 | Added symlink support in deletion propagation | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10050785 | <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... | 9 | Initial changes to support SSH Multiplexing | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050786 | <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... | 9 | Initial changes to support SSH Multiplexing | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050787 | <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 2017020804
# 4 tests:
# quicklocal
# quickremote
# conflocal
# confremote
# for each test:
# files with spa... | 6 | Removed silent option from install test | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10050788 | <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 2017020804
# 4 tests:
# quicklocal
# quickremote
# conflocal
# confremote
# for each test:
# files with spa... | 6 | Removed silent option from install test | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10050789 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
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=2016112401
## Runs an osync /ob... | 9 | Batch mode does not produce stdout/stderr output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050790 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
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=2016112401
## Runs an osync /ob... | 9 | Batch mode does not produce stdout/stderr output | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050791 | <NME> environment.js
<BEF> ADDFILE
<MSG> Pull out the file manager aspect of the environment so new file managers can be added dynamically
<DFF> @@ -0,0 +1,36 @@
+var environment = function(externalEnvironment, fileManagers) {
+ this.fileManagers = fileManagers || [];
+ var functions = ["warn", "encodeBase64", "... | 36 | Pull out the file manager aspect of the environment so new file managers can be added dynamically | 0 | .js | js | apache-2.0 | less/less.js |
10050792 | <NME> environment.js
<BEF> ADDFILE
<MSG> Pull out the file manager aspect of the environment so new file managers can be added dynamically
<DFF> @@ -0,0 +1,36 @@
+var environment = function(externalEnvironment, fileManagers) {
+ this.fileManagers = fileManagers || [];
+ var functions = ["warn", "encodeBase64", "... | 36 | Pull out the file manager aspect of the environment so new file managers can be added dynamically | 0 | .js | js | apache-2.0 | less/less.js |
10050793 | <NME> environment.js
<BEF> ADDFILE
<MSG> Pull out the file manager aspect of the environment so new file managers can be added dynamically
<DFF> @@ -0,0 +1,36 @@
+var environment = function(externalEnvironment, fileManagers) {
+ this.fileManagers = fileManagers || [];
+ var functions = ["warn", "encodeBase64", "... | 36 | Pull out the file manager aspect of the environment so new file managers can be added dynamically | 0 | .js | js | apache-2.0 | less/less.js |
10050794 | <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... | 9 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050795 | <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... | 9 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050796 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121101
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
outputFileName="$0"
source "merge.sh"
if [ ! -f "./merge.sh" ]; then
echo "Plrase run bootstrap.sh from osync/dev directory."
exit 1
fi
... | 7 | Added execution path check | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050797 | <NME> bootstrap.sh
<BEF> #!/usr/bin/env bash
## dev pre-processor bootstrap rev 2016121101
## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash
outputFileName="$0"
source "merge.sh"
if [ ! -f "./merge.sh" ]; then
echo "Plrase run bootstrap.sh from osync/dev directory."
exit 1
fi
... | 7 | Added execution path check | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050798 | <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... | 40 | [WIP] fix for #175 | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10050799 | <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... | 40 | [WIP] fix for #175 | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10050800 | <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... | 7 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050801 | <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... | 7 | Rebuilt targets | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050802 | <NME> linux.yml
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,23 @@
+name: linux-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [ubuntu-latest]
+ steps:
+ - name: Install dependencies... | 23 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10050803 | <NME> linux.yml
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,23 @@
+name: linux-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [ubuntu-latest]
+ steps:
+ - name: Install dependencies... | 23 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .yml | github/workflows/linux | bsd-3-clause | deajan/osync |
10050804 | <NME> comment.js
<BEF> ADDFILE
<MSG> comments.js init
<DFF> @@ -0,0 +1,10 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.Comment = function Comment(value) {
+ this.value = value;
+};
+tree.Comment.prototype = {
+ toCSS: functio... | 10 | comments.js init | 0 | .js | js | apache-2.0 | less/less.js |
10050805 | <NME> comment.js
<BEF> ADDFILE
<MSG> comments.js init
<DFF> @@ -0,0 +1,10 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.Comment = function Comment(value) {
+ this.value = value;
+};
+tree.Comment.prototype = {
+ toCSS: functio... | 10 | comments.js init | 0 | .js | js | apache-2.0 | less/less.js |
10050806 | <NME> comment.js
<BEF> ADDFILE
<MSG> comments.js init
<DFF> @@ -0,0 +1,10 @@
+if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
+
+tree.Comment = function Comment(value) {
+ this.value = value;
+};
+tree.Comment.prototype = {
+ toCSS: functio... | 10 | comments.js init | 0 | .js | js | apache-2.0 | less/less.js |
10050807 | <NME> windows.yml
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,22 @@
+name: windows-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest]
+ steps:
+ - uses: actions/checkou... | 22 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10050808 | <NME> windows.yml
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/deajan/osync
<DFF> @@ -0,0 +1,22 @@
+name: windows-tests
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest]
+ steps:
+ - uses: actions/checkou... | 22 | Merge branch 'master' of https://github.com/deajan/osync | 0 | .yml | github/workflows/windows | bsd-3-clause | deajan/osync |
10050809 | <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... | 16 | Added SSH removal after test | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10050810 | <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... | 16 | Added SSH removal after test | 14 | .sh | sh | bsd-3-clause | deajan/osync |
10050811 | <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 | WIP on treeList in order to list but bypass bad symlinks | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050812 | <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 | WIP on treeList in order to list but bypass bad symlinks | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050813 | <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... | 1 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10050814 | <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... | 1 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10050815 | <NME> import-sequencer.js
<BEF> ADDFILE
<MSG> Initial sketch-out (broken)
<DFF> @@ -0,0 +1,35 @@
+function ImportSequencer(onSequencerEmpty) {
+ this.imports = [];
+ this._onSequencerEmpty = onSequencerEmpty;
+}
+
+ImportSequencer.prototype.addImport = function(callback) {
+ var importSequencer = this,
+ ... | 35 | Initial sketch-out (broken) | 0 | .js | js | apache-2.0 | less/less.js |
10050816 | <NME> import-sequencer.js
<BEF> ADDFILE
<MSG> Initial sketch-out (broken)
<DFF> @@ -0,0 +1,35 @@
+function ImportSequencer(onSequencerEmpty) {
+ this.imports = [];
+ this._onSequencerEmpty = onSequencerEmpty;
+}
+
+ImportSequencer.prototype.addImport = function(callback) {
+ var importSequencer = this,
+ ... | 35 | Initial sketch-out (broken) | 0 | .js | js | apache-2.0 | less/less.js |
10050817 | <NME> import-sequencer.js
<BEF> ADDFILE
<MSG> Initial sketch-out (broken)
<DFF> @@ -0,0 +1,35 @@
+function ImportSequencer(onSequencerEmpty) {
+ this.imports = [];
+ this._onSequencerEmpty = onSequencerEmpty;
+}
+
+ImportSequencer.prototype.addImport = function(callback) {
+ var importSequencer = this,
+ ... | 35 | Initial sketch-out (broken) | 0 | .js | js | apache-2.0 | less/less.js |
10050818 | <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-RC1+dev PROGRAM_BUIL... | 7 | Added debug command info | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050819 | <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-RC1+dev PROGRAM_BUIL... | 7 | Added debug command info | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050820 | <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 | Fixed wrong __CheckArguments call | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050821 | <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 | Fixed wrong __CheckArguments call | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050822 | <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-RC3+dev _OFUNCTIONS_BUILD=2017031301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 3 | Added MINGW64 to supported OS list | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050823 | <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-RC3+dev _OFUNCTIONS_BUILD=2017031301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 3 | Added MINGW64 to supported OS list | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050824 | <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... | 13 | Enabled other tests again | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050825 | <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... | 13 | Enabled other tests again | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050826 | <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=... | 14 | Fixed typo | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050827 | <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=... | 14 | Fixed typo | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10050828 | <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) [ {
+2 will: fail;
| 3 | Add support for ';' as a delimiter | 0 | .txt | txt | apache-2.0 | less/less.js |
10050831 | <NME> mixed-mixin-definition-args.txt
<BEF> ADDFILE
<MSG> Add support for ';' as a delimiter
<DFF> @@ -0,0 +1,3 @@
+ParseError: Syntax Error on line 1 in {path}mixed-mixin-definition-args.less:1:10
+1 .mixin(@a : 4; @b : 4, @c: 3) {
+2 will: fail;
| 3 | Add support for ';' as a delimiter | 0 | .txt | txt | apache-2.0 | less/less.js |
10050832 | <NME> mixed-mixin-definition-args.txt
<BEF> ADDFILE
<MSG> Add support for ';' as a delimiter
<DFF> @@ -0,0 +1,3 @@
+ParseError: Syntax Error on line 1 in {path}mixed-mixin-definition-args.less:1:10
+1 .mixin(@a : 4; @b : 4, @c: 3) {
+2 will: fail;
| 3 | Add support for ';' as a delimiter | 0 | .txt | txt | apache-2.0 | less/less.js |
10050833 | <NME> yarn.lock
<BEF> # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/core-js@^0.9.41":
version "0.9.41"
resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-0.9.41.tgz#cfeceb63c2beaa29f882252c7c18e0e9471ff4e2"
"@types/mkdirp@^0.3.29":
version "0.3.29"
r... | 7 | Tabs + private contexts support | 11 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10050834 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120102 ## 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: #############################################################... | 3 | Coped with really old TODO fixing rsyncpatterns when path separator isn't semicolon | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050835 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120102 ## 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: #############################################################... | 3 | Coped with really old TODO fixing rsyncpatterns when path separator isn't semicolon | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050836 | <NME> actions.js
<BEF> /* global XMLHttpRequest */
'use strict'
const debug = require('debug')('HeadlessChrome:actions')
const Promise = require('bluebird')
const fs = require('mz/fs')
const _ = require('lodash')
const {
browserIsInitialized,
sleep,
fixSelector,
interleaveArrayToObject,
promiseTimeout,
o... | 1 | Fix .waitForPageToLoad() method | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10050837 | <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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 7 | Various fixes | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050838 | <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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99preRC3 PROGRAM... | 7 | Various fixes | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050839 | <NME> imported.css
<BEF> ADDFILE
<MSG> merged upstream/master
<DFF> @@ -0,0 +1,7 @@
+/*comments*/
+.unused-css {
+ color: white;
+}
+.imported {
+ color: black;
+}
\ No newline at end of file
| 7 | merged upstream/master | 0 | .css | css | apache-2.0 | less/less.js |
10050840 | <NME> imported.css
<BEF> ADDFILE
<MSG> merged upstream/master
<DFF> @@ -0,0 +1,7 @@
+/*comments*/
+.unused-css {
+ color: white;
+}
+.imported {
+ color: black;
+}
\ No newline at end of file
| 7 | merged upstream/master | 0 | .css | css | apache-2.0 | less/less.js |
10050841 | <NME> imported.css
<BEF> ADDFILE
<MSG> merged upstream/master
<DFF> @@ -0,0 +1,7 @@
+/*comments*/
+.unused-css {
+ color: white;
+}
+.imported {
+ color: black;
+}
\ No newline at end of file
| 7 | merged upstream/master | 0 | .css | css | apache-2.0 | less/less.js |
10050842 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-2824
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-2824 | 0 | .less | less | apache-2.0 | less/less.js |
10050843 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-2824
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-2824 | 0 | .less | less | apache-2.0 | less/less.js |
10050844 | <NME> namespacing-functions.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into bugfix-2824
<DFF> @@ -0,0 +1,11 @@
+.add(@a, @b) {
+ @r: @a + @b;
+}
+.foo {
+ width: .add(10px, 10px)[];
+ bar: @return[];
+}
+
+@return: {
+ single: val;
+}
\ No newline at end of file
| 11 | Merge branch 'master' into bugfix-2824 | 0 | .less | less | apache-2.0 | less/less.js |
10050845 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC2 OSYNC_BUILD=2508201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_V... | 2 | Fixed typo $PRESERVE_ACL | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050846 | <NME> osync.sh <BEF> #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC2 OSYNC_BUILD=2508201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_V... | 2 | Fixed typo $PRESERVE_ACL | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050847 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 3 | Make shellcheck happier | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050848 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 3 | Make shellcheck happier | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050849 | <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 |