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
10051650
<NME> anonymous.js <BEF> ADDFILE <MSG> the e() LESS function used to escape strings in values. Added Anonymous node to handle things like this. <DFF> @@ -0,0 +1,11 @@ +if (typeof(require) !== 'undefined') { var tree = require('less/tree') } + +tree.Anonymous = function Anonymous(string) { + this.value = string.con...
11
the e() LESS function
0
.js
js
apache-2.0
less/less.js
10051651
<NME> runner-errors.js <BEF> ADDFILE <MSG> Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117 <DFF> @@ -0,0 +1,3 @@ +describe("less.js error tests", function() { + testLessErrorsInDocument(); +}); \ No newline at end of file
3
Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117
0
.js
js
apache-2.0
less/less.js
10051652
<NME> runner-errors.js <BEF> ADDFILE <MSG> Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117 <DFF> @@ -0,0 +1,3 @@ +describe("less.js error tests", function() { + testLessErrorsInDocument(); +}); \ No newline at end of file
3
Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117
0
.js
js
apache-2.0
less/less.js
10051653
<NME> runner-errors.js <BEF> ADDFILE <MSG> Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117 <DFF> @@ -0,0 +1,3 @@ +describe("less.js error tests", function() { + testLessErrorsInDocument(); +}); \ No newline at end of file
3
Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117
0
.js
js
apache-2.0
less/less.js
10051654
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Update to appveyor master badge
1
.md
md
apache-2.0
less/less.js
10051655
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Update to appveyor master badge
1
.md
md
apache-2.0
less/less.js
10051656
<NME> README.md <BEF> [![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency...
1
Update to appveyor master badge
1
.md
md
apache-2.0
less/less.js
10051657
<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 branch 'master' of https://github.com/cloudhead/less.js
0
.md
md
apache-2.0
less/less.js
10051658
<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 branch 'master' of https://github.com/cloudhead/less.js
0
.md
md
apache-2.0
less/less.js
10051659
<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 branch 'master' of https://github.com/cloudhead/less.js
0
.md
md
apache-2.0
less/less.js
10051660
<NME> join-selector-visitor.js <BEF> ADDFILE <MSG> join selector visitor creation <DFF> @@ -0,0 +1,34 @@ +(function (tree) { + tree.joinSelectorVisitor = function() { + this.context = []; + this._visitor = new tree.visitor(this); + }; + + tree.joinSelectorVisitor.prototype = { + run: func...
34
join selector visitor creation
0
.js
js
apache-2.0
less/less.js
10051661
<NME> join-selector-visitor.js <BEF> ADDFILE <MSG> join selector visitor creation <DFF> @@ -0,0 +1,34 @@ +(function (tree) { + tree.joinSelectorVisitor = function() { + this.context = []; + this._visitor = new tree.visitor(this); + }; + + tree.joinSelectorVisitor.prototype = { + run: func...
34
join selector visitor creation
0
.js
js
apache-2.0
less/less.js
10051662
<NME> join-selector-visitor.js <BEF> ADDFILE <MSG> join selector visitor creation <DFF> @@ -0,0 +1,34 @@ +(function (tree) { + tree.joinSelectorVisitor = function() { + this.context = []; + this._visitor = new tree.visitor(this); + }; + + tree.joinSelectorVisitor.prototype = { + run: func...
34
join selector visitor creation
0
.js
js
apache-2.0
less/less.js
10051663
<NME> urls.less <BEF> ADDFILE <MSG> Test that import paths load from the current directory first <DFF> @@ -0,0 +1,1 @@ +// empty file showing that it loads from the relative path first
1
Test that import paths load from the current directory first
0
.less
less
apache-2.0
less/less.js
10051664
<NME> urls.less <BEF> ADDFILE <MSG> Test that import paths load from the current directory first <DFF> @@ -0,0 +1,1 @@ +// empty file showing that it loads from the relative path first
1
Test that import paths load from the current directory first
0
.less
less
apache-2.0
less/less.js
10051665
<NME> urls.less <BEF> ADDFILE <MSG> Test that import paths load from the current directory first <DFF> @@ -0,0 +1,1 @@ +// empty file showing that it loads from the relative path first
1
Test that import paths load from the current directory first
0
.less
less
apache-2.0
less/less.js
10051666
<NME> negative.js <BEF> ADDFILE <MSG> take maths further <DFF> @@ -0,0 +1,18 @@ +(function (tree) { + +tree.Negative = function (node) { + this.value = node; +}; +tree.Negative.prototype = { + toCSS: function (env) { + return '-' + this.value.toCSS(env); + }, + eval: function (env) { + if (en...
18
take maths further
0
.js
js
apache-2.0
less/less.js
10051667
<NME> negative.js <BEF> ADDFILE <MSG> take maths further <DFF> @@ -0,0 +1,18 @@ +(function (tree) { + +tree.Negative = function (node) { + this.value = node; +}; +tree.Negative.prototype = { + toCSS: function (env) { + return '-' + this.value.toCSS(env); + }, + eval: function (env) { + if (en...
18
take maths further
0
.js
js
apache-2.0
less/less.js
10051668
<NME> negative.js <BEF> ADDFILE <MSG> take maths further <DFF> @@ -0,0 +1,18 @@ +(function (tree) { + +tree.Negative = function (node) { + this.value = node; +}; +tree.Negative.prototype = { + toCSS: function (env) { + return '-' + this.value.toCSS(env); + }, + eval: function (env) { + if (en...
18
take maths further
0
.js
js
apache-2.0
less/less.js
10051669
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, and now official, stable version of LESS. ## Getting Started <p align="center"><a hre...
1
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10051670
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, and now official, stable version of LESS. ## Getting Started <p align="center"><a hre...
1
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10051671
<NME> README.md <BEF> <p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117"> > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). This is the JavaScript, and now official, stable version of LESS. ## Getting Started <p align="center"><a hre...
1
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10051672
<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
Possible typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051673
<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
Possible typo
1
.sh
sh
bsd-3-clause
deajan/osync
10051674
<NME> browser.js <BEF> ADDFILE <MSG> move the browser file out into the same format as the node environment file <DFF> @@ -0,0 +1,196 @@ +/*global less, window, XMLHttpRequest, log, logLevel, isFileProtocol */ + +var fileCache = {}; + +//TODOS - move log somewhere. pathDiff and doing something similiar in node. use pa...
196
move the browser file out into the same format as the node environment file
0
.js
js
apache-2.0
less/less.js
10051675
<NME> browser.js <BEF> ADDFILE <MSG> move the browser file out into the same format as the node environment file <DFF> @@ -0,0 +1,196 @@ +/*global less, window, XMLHttpRequest, log, logLevel, isFileProtocol */ + +var fileCache = {}; + +//TODOS - move log somewhere. pathDiff and doing something similiar in node. use pa...
196
move the browser file out into the same format as the node environment file
0
.js
js
apache-2.0
less/less.js
10051676
<NME> browser.js <BEF> ADDFILE <MSG> move the browser file out into the same format as the node environment file <DFF> @@ -0,0 +1,196 @@ +/*global less, window, XMLHttpRequest, log, logLevel, isFileProtocol */ + +var fileCache = {}; + +//TODOS - move log somewhere. pathDiff and doing something similiar in node. use pa...
196
move the browser file out into the same format as the node environment file
0
.js
js
apache-2.0
less/less.js
10051677
<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...
14
Removed extra tabs
16
.sh
sh
bsd-3-clause
deajan/osync
10051678
<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...
14
Removed extra tabs
16
.sh
sh
bsd-3-clause
deajan/osync
10051679
<NME> CHANGELOG.md <BEF> # 1.3.1 2012-10-18 - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) ### v3.12.0 (2020-07-13) - [#3540](https://github.com/less/less.js/pull/3540) v3.12.0-RC.2 (#354...
38
Update changelog for 1.3.2
1
.md
md
apache-2.0
less/less.js
10051680
<NME> CHANGELOG.md <BEF> # 1.3.1 2012-10-18 - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) ### v3.12.0 (2020-07-13) - [#3540](https://github.com/less/less.js/pull/3540) v3.12.0-RC.2 (#354...
38
Update changelog for 1.3.2
1
.md
md
apache-2.0
less/less.js
10051681
<NME> CHANGELOG.md <BEF> # 1.3.1 2012-10-18 - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) ### v3.12.0 (2020-07-13) - [#3540](https://github.com/less/less.js/pull/3540) v3.12.0-RC.2 (#354...
38
Update changelog for 1.3.2
1
.md
md
apache-2.0
less/less.js
10051682
<NME> single-character.txt <BEF> ADDFILE <MSG> Fix #2242 - detect if less does not parse final character <DFF> @@ -0,0 +1,2 @@ +ParseError: Unrecognised input. Possibly missing something in {path}single-character.less on line 1, column 2: +1 x
2
Fix #2242 - detect if less does not parse final character
0
.txt
txt
apache-2.0
less/less.js
10051683
<NME> single-character.txt <BEF> ADDFILE <MSG> Fix #2242 - detect if less does not parse final character <DFF> @@ -0,0 +1,2 @@ +ParseError: Unrecognised input. Possibly missing something in {path}single-character.less on line 1, column 2: +1 x
2
Fix #2242 - detect if less does not parse final character
0
.txt
txt
apache-2.0
less/less.js
10051684
<NME> single-character.txt <BEF> ADDFILE <MSG> Fix #2242 - detect if less does not parse final character <DFF> @@ -0,0 +1,2 @@ +ParseError: Unrecognised input. Possibly missing something in {path}single-character.less on line 1, column 2: +1 x
2
Fix #2242 - detect if less does not parse final character
0
.txt
txt
apache-2.0
less/less.js
10051685
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: handle conflict prevalance 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-parallel-unstable PROGRAM_BUILD=2016080901 IS_STABL...
38
Rebuilt targets
60
.sh
sh
bsd-3-clause
deajan/osync
10051686
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: handle conflict prevalance 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-parallel-unstable PROGRAM_BUILD=2016080901 IS_STABL...
38
Rebuilt targets
60
.sh
sh
bsd-3-clause
deajan/osync
10051687
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
20
Added Trapquit to trigger CleanUp
1
.sh
sh
bsd-3-clause
deajan/osync
10051688
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=$(grep "PROGRAM_VERSION=" $PROGRAM.sh) PROGRAM_VERSION=${PROGRAM_VERSION#*=} PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" SCRIPT_B...
20
Added Trapquit to trigger CleanUp
1
.sh
sh
bsd-3-clause
deajan/osync
10051689
<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...
26
Merge pull request #219 from kendarorg/master
4
.sh
sh
bsd-3-clause
deajan/osync
10051690
<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...
26
Merge pull request #219 from kendarorg/master
4
.sh
sh
bsd-3-clause
deajan/osync
10051691
<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
Update osync.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10051692
<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
Update osync.sh
2
.sh
sh
bsd-3-clause
deajan/osync
10051693
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 20161112004 # 4 tests: # 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 new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
13
Added unit tests that will fail to trigger travis errors
1
.sh
sh
bsd-3-clause
deajan/osync
10051694
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 20161112004 # 4 tests: # 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 new terminal as root ## On CYGWIN / MSYS, ACL and extended attri...
13
Added unit tests that will fail to trigger travis errors
1
.sh
sh
bsd-3-clause
deajan/osync
10051695
<NME> url-import.less <BEF> ADDFILE <MSG> Fix url import. Fixes #2089. <DFF> @@ -0,0 +1,1 @@ +@import url("deeper-2/url-import.less"); \ No newline at end of file
1
Fix url import. Fixes #2089.
0
.less
less
apache-2.0
less/less.js
10051696
<NME> url-import.less <BEF> ADDFILE <MSG> Fix url import. Fixes #2089. <DFF> @@ -0,0 +1,1 @@ +@import url("deeper-2/url-import.less"); \ No newline at end of file
1
Fix url import. Fixes #2089.
0
.less
less
apache-2.0
less/less.js
10051697
<NME> url-import.less <BEF> ADDFILE <MSG> Fix url import. Fixes #2089. <DFF> @@ -0,0 +1,1 @@ +@import url("deeper-2/url-import.less"); \ No newline at end of file
1
Fix url import. Fixes #2089.
0
.less
less
apache-2.0
less/less.js
10051698
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019070501 # 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...
34
Fixed authorized_keys cleaning
32
.sh
sh
bsd-3-clause
deajan/osync
10051699
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019070501 # 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...
34
Fixed authorized_keys cleaning
32
.sh
sh
bsd-3-clause
deajan/osync
10051700
<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=...
2
Uncommented CleanUp as debugging is done
3
.sh
sh
bsd-3-clause
deajan/osync
10051701
<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=...
2
Uncommented CleanUp as debugging is done
3
.sh
sh
bsd-3-clause
deajan/osync
10051702
<NME> exclude.list.example <BEF> .bash_history .ssh .config .localized .AppleDouble/ ._* .DS_Store Thumbs.db System Volume Information $Recycle.Bin <MSG> Simpler exclude list example <DFF> @@ -1,7 +1,3 @@ -.bash_history -.ssh -.config -.localized .AppleDouble/ ._* .DS_Store
0
Simpler exclude list example
4
.example
list
bsd-3-clause
deajan/osync
10051703
<NME> exclude.list.example <BEF> .bash_history .ssh .config .localized .AppleDouble/ ._* .DS_Store Thumbs.db System Volume Information $Recycle.Bin <MSG> Simpler exclude list example <DFF> @@ -1,7 +1,3 @@ -.bash_history -.ssh -.config -.localized .AppleDouble/ ._* .DS_Store
0
Simpler exclude list example
4
.example
list
bsd-3-clause
deajan/osync
10051704
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111705 # 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...
13
Rendered tests compatible with CentOS 5
12
.sh
sh
bsd-3-clause
deajan/osync
10051705
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111705 # 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...
13
Rendered tests compatible with CentOS 5
12
.sh
sh
bsd-3-clause
deajan/osync
10051706
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016021602 IS_STABLE=no FUNC_BUILD=2016021603 ## BEGIN Generic function...
59
Preparing sync_attrs function
42
.sh
sh
bsd-3-clause
deajan/osync
10051707
<NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016021602 IS_STABLE=no FUNC_BUILD=2016021603 ## BEGIN Generic function...
59
Preparing sync_attrs function
42
.sh
sh
bsd-3-clause
deajan/osync
10051708
<NME> README.md <BEF> # simple-headless-chrome # Introduction If you'd like to help others in this project, you're more than welcome! I made this project for work and I wanted to make it available for other people, but usually I don't have the time I'd like to have to maintain the project. So, if you're interested, an...
16
docs(README): travis build badge
16
.md
md
mit
LucianoGanga/simple-headless-chrome
10051709
<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...
6
Added email encoding comment
0
.sh
sh
bsd-3-clause
deajan/osync
10051710
<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...
6
Added email encoding comment
0
.sh
sh
bsd-3-clause
deajan/osync
10051711
<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) [![build](htt...
14
Update README.md
5
.md
md
mit
gevgeny/angular2-highcharts
10051712
<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) [![build](htt...
14
Update README.md
5
.md
md
mit
gevgeny/angular2-highcharts
10051713
<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) [![build](htt...
4
Merge pull request #39 from yesman85/yesman85
4
.md
md
mit
gevgeny/angular2-highcharts
10051714
<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) [![build](htt...
4
Merge pull request #39 from yesman85/yesman85
4
.md
md
mit
gevgeny/angular2-highcharts
10051715
<NME> release-notes.md <BEF> # Release notes for version 4.0.0 - Removed breaking changes support for previous versions. Now the new syntax is like this: ```js const HeadlessChrome = require('simple-headless-chrome') // This creates a new browser instance const browser = new HeadlessChrome({ headless: true }) as...
7
Fix support for targets/tabs (with legacy support)
4
.md
md
mit
LucianoGanga/simple-headless-chrome
10051716
<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...
8
Support for Qnap without ctime
2
.sh
sh
bsd-3-clause
deajan/osync
10051717
<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...
8
Support for Qnap without ctime
2
.sh
sh
bsd-3-clause
deajan/osync
10051718
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge branch 'master' of https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051719
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge branch 'master' of https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051720
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/less/less.js <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge branch 'master' of https://github.com/less/less.js
0
.less
less
apache-2.0
less/less.js
10051721
<NME> bootstrap.sh <BEF> #!/usr/bin/env bash ## dev pre-processor bootstrap rev 2018032201 ## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash function Usage { echo "$0 - Quick and dirty preprocessor for including ofunctions into programs" echo "Creates and executes $0.tmp.sh" ec...
3
Fixed BASHVERBOSE variable
3
.sh
sh
bsd-3-clause
deajan/osync
10051722
<NME> bootstrap.sh <BEF> #!/usr/bin/env bash ## dev pre-processor bootstrap rev 2018032201 ## Yeah !!! A really tech sounding name... In fact it's just include emulation in bash function Usage { echo "$0 - Quick and dirty preprocessor for including ofunctions into programs" echo "Creates and executes $0.tmp.sh" ec...
3
Fixed BASHVERBOSE variable
3
.sh
sh
bsd-3-clause
deajan/osync
10051723
<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 typo
3
.sh
sh
bsd-3-clause
deajan/osync
10051724
<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 typo
3
.sh
sh
bsd-3-clause
deajan/osync
10051725
<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...
4
Removed unused argument from conflictList
4
.sh
sh
bsd-3-clause
deajan/osync
10051726
<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...
4
Removed unused argument from conflictList
4
.sh
sh
bsd-3-clause
deajan/osync
10051727
<NME> smoke.js <BEF> ADDFILE <MSG> Merge branch 'master' of github.com:LucianoGanga/simple-headless-chrome <DFF> @@ -0,0 +1,25 @@ +const HeadlessChrome = require('../') +const test = require('tap').test + +test('Headless Chrome', async function (group) { + const browser = new HeadlessChrome({ + headless: true + }...
25
Merge branch 'master' of github.com:LucianoGanga/simple-headless-chrome
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10051728
<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...
27
Added target-helper syncdir checks
10
.sh
sh
bsd-3-clause
deajan/osync
10051729
<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...
27
Added target-helper syncdir checks
10
.sh
sh
bsd-3-clause
deajan/osync
10051730
<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 add error handling to new functions #TODO replace renameTimestampFiles with another _getFileCtimeMtime run in order to get real value...
5
Some comment removal
13
.sh
sh
bsd-3-clause
deajan/osync
10051731
<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 add error handling to new functions #TODO replace renameTimestampFiles with another _getFileCtimeMtime run in order to get real value...
5
Some comment removal
13
.sh
sh
bsd-3-clause
deajan/osync
10051732
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
update the changelog with details of the performance improvements
0
.md
md
apache-2.0
less/less.js
10051733
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
update the changelog with details of the performance improvements
0
.md
md
apache-2.0
less/less.js
10051734
<NME> CHANGELOG.md <BEF> ## Change Log ### v4.1.3 (2022-06-09) - [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei) - [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof...
1
update the changelog with details of the performance improvements
0
.md
md
apache-2.0
less/less.js
10051735
<NME> README.md <BEF> # [Less.js v1.5.0-b1](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/...
3
update readme
3
.md
md
apache-2.0
less/less.js
10051736
<NME> README.md <BEF> # [Less.js v1.5.0-b1](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/...
3
update readme
3
.md
md
apache-2.0
less/less.js
10051737
<NME> README.md <BEF> # [Less.js v1.5.0-b1](http://lesscss.org) > The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org). <a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a> <a href="https://www.npmjs.com/package/...
3
update readme
3
.md
md
apache-2.0
less/less.js
10051738
<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...
4
Add getScreenshot, saveScreenshot and printToPDF methods
0
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10051739
<NME> uikit.less <BEF> ADDFILE <MSG> Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests
0
.less
less
apache-2.0
less/less.js
10051740
<NME> uikit.less <BEF> ADDFILE <MSG> Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests
0
.less
less
apache-2.0
less/less.js
10051741
<NME> uikit.less <BEF> ADDFILE <MSG> Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests <DFF> @@ -0,0 +1,1 @@ +@import "uikit/src/less/uikit"; \ No newline at end of file
1
Fixes #3231 - Adds UIKit, Bootstrap 3, and Bootstrap 4 to verified tests
0
.less
less
apache-2.0
less/less.js
10051742
<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...
17
Merge pull request #14 from R-Yoshi0701/resize_full_screen_optin
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10051743
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(critical): writelockfiles remote does not shut execution PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netp...
182
Updated auto-generated scripts
66
.sh
sh
bsd-3-clause
deajan/osync
10051744
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO(critical): handle conflict prevalance, especially in sync_attrs function #TODO(critical): writelockfiles remote does not shut execution PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netp...
182
Updated auto-generated scripts
66
.sh
sh
bsd-3-clause
deajan/osync
10051745
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta2 PROGRAM_BUILD=20...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10051746
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta2 PROGRAM_BUILD=20...
2
Rebuilt targets
2
.sh
sh
bsd-3-clause
deajan/osync
10051747
<NME> CHANGELOG.md <BEF> ## Change Log ### upcoming (2020-07-16) - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo an...
14
Update CHANGELOG.md
8
.md
md
apache-2.0
less/less.js
10051748
<NME> CHANGELOG.md <BEF> ## Change Log ### upcoming (2020-07-16) - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo an...
14
Update CHANGELOG.md
8
.md
md
apache-2.0
less/less.js
10051749
<NME> CHANGELOG.md <BEF> ## Change Log ### upcoming (2020-07-16) - [#3544](https://github.com/less/less.js/pull/3544) Fixes #3533 (#3544) (@matthew-dean) - [#3543](https://github.com/less/less.js/pull/3543) Fixes #3541 (#3543) (@matthew-dean) - [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo an...
14
Update CHANGELOG.md
8
.md
md
apache-2.0
less/less.js