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
10052250
<NME> index.ts <BEF> import { NgModule, ModuleWithProviders } from '@angular/core'; import { ChartComponent } from './ChartComponent'; export { ChartSeriesComponent }; import { ChartPointComponent } from './ChartPointComponent'; export { ChartPointComponent }; export { Highcharts } from './Highcharts'; export const C...
8
Merge pull request #50 from serrut/master
1
.ts
ts
mit
gevgeny/angular2-highcharts
10052251
<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 README.md
1
.md
md
apache-2.0
less/less.js
10052252
<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 README.md
1
.md
md
apache-2.0
less/less.js
10052253
<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 README.md
1
.md
md
apache-2.0
less/less.js
10052254
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016090401 ## 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: #############################################################...
31
Improved ParallelExec functions
17
.sh
sh
bsd-3-clause
deajan/osync
10052255
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016090401 ## 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: #############################################################...
31
Improved ParallelExec functions
17
.sh
sh
bsd-3-clause
deajan/osync
10052256
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.2 _OFUNCTIONS_BUILD=2017052604 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=progr...
14
Fixed GetRemoteOS os-release getinfo
8
.sh
sh
bsd-3-clause
deajan/osync
10052257
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.2 _OFUNCTIONS_BUILD=2017052604 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=progr...
14
Fixed GetRemoteOS os-release getinfo
8
.sh
sh
bsd-3-clause
deajan/osync
10052258
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/LucianoGanga/simple-headless-chrome.svg?branch=master)](https://travis-ci.org/LucianoGanga/simple-headless-chrome) # simple-headless-chrome # This project is looking for a maintainer If you'd like to help others in this project, you're more than welcome! I ...
3
Update readme
1
.md
md
mit
LucianoGanga/simple-headless-chrome
10052259
<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...
3
Minor enhancement in os detection log
3
.sh
sh
bsd-3-clause
deajan/osync
10052260
<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...
3
Minor enhancement in os detection log
3
.sh
sh
bsd-3-clause
deajan/osync
10052261
<NME> source-map-builder.js <BEF> ADDFILE <MSG> use a sourcemap builder for sourcemap output, seperated from the other less options <DFF> @@ -0,0 +1,27 @@ +module.exports = function (SourceMapOutput) { + + var SourceMapBuilder = function (options) { + this.options = options; + }; + + SourceMapBuilder.p...
27
use a sourcemap builder for sourcemap output, seperated from the other less options
0
.js
js
apache-2.0
less/less.js
10052262
<NME> source-map-builder.js <BEF> ADDFILE <MSG> use a sourcemap builder for sourcemap output, seperated from the other less options <DFF> @@ -0,0 +1,27 @@ +module.exports = function (SourceMapOutput) { + + var SourceMapBuilder = function (options) { + this.options = options; + }; + + SourceMapBuilder.p...
27
use a sourcemap builder for sourcemap output, seperated from the other less options
0
.js
js
apache-2.0
less/less.js
10052263
<NME> source-map-builder.js <BEF> ADDFILE <MSG> use a sourcemap builder for sourcemap output, seperated from the other less options <DFF> @@ -0,0 +1,27 @@ +module.exports = function (SourceMapOutput) { + + var SourceMapBuilder = function (options) { + this.options = options; + }; + + SourceMapBuilder.p...
27
use a sourcemap builder for sourcemap output, seperated from the other less options
0
.js
js
apache-2.0
less/less.js
10052264
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
2
Bump version
2
.sh
sh
bsd-3-clause
deajan/osync
10052265
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
2
Bump version
2
.sh
sh
bsd-3-clause
deajan/osync
10052266
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2 OSYNC_BUILD=1411201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
3
mino bugfixes
3
.sh
sh
bsd-3-clause
deajan/osync
10052267
<NME> osync.sh <BEF> #!/usr/bin/env bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99RC2 OSYNC_BUILD=1411201302 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI...
3
mino bugfixes
3
.sh
sh
bsd-3-clause
deajan/osync
10052268
<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 2017020803 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
4
Fix for installer error on msys/cygwin
2
.sh
sh
bsd-3-clause
deajan/osync
10052269
<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 2017020803 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
4
Fix for installer error on msys/cygwin
2
.sh
sh
bsd-3-clause
deajan/osync
10052270
<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...
1
Fixing softdel cleanup test...Again
1
.sh
sh
bsd-3-clause
deajan/osync
10052271
<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...
1
Fixing softdel cleanup test...Again
1
.sh
sh
bsd-3-clause
deajan/osync
10052272
<NME> functions.less <BEF> #functions { @var: 10; @colors: #000, #fff; color: _color("evil red"); // #660000 width: increment(15); height: undefined("self"); border-width: add(2, 3); variable: increment(@var); background: linear-gradient(@colors); } #built-in { @r: 32; escaped: e("-Some::weird(#thi...
5
Fixes #3371 Allow conditional evaluation of function args (#3532)
0
.less
less
apache-2.0
less/less.js
10052273
<NME> functions.less <BEF> #functions { @var: 10; @colors: #000, #fff; color: _color("evil red"); // #660000 width: increment(15); height: undefined("self"); border-width: add(2, 3); variable: increment(@var); background: linear-gradient(@colors); } #built-in { @r: 32; escaped: e("-Some::weird(#thi...
5
Fixes #3371 Allow conditional evaluation of function args (#3532)
0
.less
less
apache-2.0
less/less.js
10052274
<NME> functions.less <BEF> #functions { @var: 10; @colors: #000, #fff; color: _color("evil red"); // #660000 width: increment(15); height: undefined("self"); border-width: add(2, 3); variable: increment(@var); background: linear-gradient(@colors); } #built-in { @r: 32; escaped: e("-Some::weird(#thi...
5
Fixes #3371 Allow conditional evaluation of function args (#3532)
0
.less
less
apache-2.0
less/less.js
10052275
<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
More sanity fixing
2
.sh
sh
bsd-3-clause
deajan/osync
10052276
<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
More sanity fixing
2
.sh
sh
bsd-3-clause
deajan/osync
10052277
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=1.2-beta2 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016090605 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 &...
7
Cosmetic fix
2
.sh
sh
bsd-3-clause
deajan/osync
10052278
<NME> install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM_VERSION=1.2-beta2 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016090605 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 &...
7
Cosmetic fix
2
.sh
sh
bsd-3-clause
deajan/osync
10052279
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done dd Mmm YYYY: osync v1.3-RC1 release dd Mmm YYYY: osync v1.3-beta release - Added an option to log conflictual files - Presence of conflictual files can trigger a special mail ! New option --sync=bidir|initator2target|target2initiator #147 - Ne...
5
Updated changelog
4
.md
md
bsd-3-clause
deajan/osync
10052280
<NME> CHANGELOG.md <BEF> ## RECENT CHANGES ### dd Mmm YYYY: To be done dd Mmm YYYY: osync v1.3-RC1 release dd Mmm YYYY: osync v1.3-beta release - Added an option to log conflictual files - Presence of conflictual files can trigger a special mail ! New option --sync=bidir|initator2target|target2initiator #147 - Ne...
5
Updated changelog
4
.md
md
bsd-3-clause
deajan/osync
10052281
<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
Support for Qnap without ctime
0
.sh
sh
bsd-3-clause
deajan/osync
10052282
<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
Support for Qnap without ctime
0
.sh
sh
bsd-3-clause
deajan/osync
10052283
<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-dev-parallel-unstabl...
8
Various fixes
10
.sh
sh
bsd-3-clause
deajan/osync
10052284
<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-dev-parallel-unstabl...
8
Various fixes
10
.sh
sh
bsd-3-clause
deajan/osync
10052285
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
1
Update merge for FileMove
0
.sh
sh
bsd-3-clause
deajan/osync
10052286
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer PROGRAM=merge INSTANCE_ID=dev function Usage { echo "Merges ofunctions.sh and n_program.sh into debug_program.sh and ../program.sh" echo "Usage" echo "$0 osync|obackup|pmocr" } ...
1
Update merge for FileMove
0
.sh
sh
bsd-3-clause
deajan/osync
10052287
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
2
Added comment to variable
2
.sh
sh
bsd-3-clause
deajan/osync
10052288
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do...
2
Added comment to variable
2
.sh
sh
bsd-3-clause
deajan/osync
10052289
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
29
Update CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10052290
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
29
Update CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10052291
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
29
Update CONTRIBUTING.md
0
.md
md
apache-2.0
less/less.js
10052292
<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
Test commit from new server
1
.md
md
bsd-3-clause
deajan/osync
10052293
<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
Test commit from new server
1
.md
md
bsd-3-clause
deajan/osync
10052294
<NME> test.js <BEF> ADDFILE <MSG> Fix lint errors and add tests for @import (plugin) <DFF> @@ -0,0 +1,7 @@ +module.exports = { + install : function( less, pluginManager ) { + less.functions.functionRegistry.add( "test", function() { + return new less.tree.Anonymous( "OK" ); + }); + } +} ...
7
Fix lint errors and add tests for @import (plugin)
0
.js
js
apache-2.0
less/less.js
10052295
<NME> test.js <BEF> ADDFILE <MSG> Fix lint errors and add tests for @import (plugin) <DFF> @@ -0,0 +1,7 @@ +module.exports = { + install : function( less, pluginManager ) { + less.functions.functionRegistry.add( "test", function() { + return new less.tree.Anonymous( "OK" ); + }); + } +} ...
7
Fix lint errors and add tests for @import (plugin)
0
.js
js
apache-2.0
less/less.js
10052296
<NME> test.js <BEF> ADDFILE <MSG> Fix lint errors and add tests for @import (plugin) <DFF> @@ -0,0 +1,7 @@ +module.exports = { + install : function( less, pluginManager ) { + less.functions.functionRegistry.add( "test", function() { + return new less.tree.Anonymous( "OK" ); + }); + } +} ...
7
Fix lint errors and add tests for @import (plugin)
0
.js
js
apache-2.0
less/less.js
10052297
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.2.0-dev _OFUNCTIONS_BUILD=2018013101 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### ## _LOGGER_ERR_ONLY=true/false ## _LOGGER_PREFIX="date"/"time"/"" ## Also, set the following trap in order to ...
449
Merged improvements from burp branch
346
.sh
sh
bsd-3-clause
deajan/osync
10052298
<NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.2.0-dev _OFUNCTIONS_BUILD=2018013101 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### ## _LOGGER_ERR_ONLY=true/false ## _LOGGER_PREFIX="date"/"time"/"" ## Also, set the following trap in order to ...
449
Merged improvements from burp branch
346
.sh
sh
bsd-3-clause
deajan/osync
10052299
<NME> less-1.0.18.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.18 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.18 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(d){return u.less[d.split("/")[1]]}function N(d){if(!docume...
60
(dist) build 1.0.18
0
.js
0
apache-2.0
less/less.js
10052300
<NME> less-1.0.18.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.18 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.18 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(d){return u.less[d.split("/")[1]]}function N(d){if(!docume...
60
(dist) build 1.0.18
0
.js
0
apache-2.0
less/less.js
10052301
<NME> less-1.0.18.min.js <BEF> ADDFILE <MSG> (dist) build 1.0.18 <DFF> @@ -0,0 +1,60 @@ +// +// LESS - Leaner CSS v1.0.18 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(u){function q(d){return u.less[d.split("/")[1]]}function N(d){if(!docume...
60
(dist) build 1.0.18
0
.js
0
apache-2.0
less/less.js
10052302
<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...
2
add browser details to changelog
0
.md
md
apache-2.0
less/less.js
10052303
<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...
2
add browser details to changelog
0
.md
md
apache-2.0
less/less.js
10052304
<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...
2
add browser details to changelog
0
.md
md
apache-2.0
less/less.js
10052305
<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...
1
Changed support for -z/-zz on Qnap
1
.sh
sh
bsd-3-clause
deajan/osync
10052306
<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...
1
Changed support for -z/-zz on Qnap
1
.sh
sh
bsd-3-clause
deajan/osync
10052307
<NME> screenCapture.js <BEF> const HeadlessChrome = require('../index') const browser = new HeadlessChrome({ headless: true }) async function navigateWebsite () { await browser.init() //Open a new Tab const mainTab = await browser.newTab({ privateTab: false }) // Navigate to a URL await mainTab.goTo...
3
Add basicNavigation example
3
.js
js
mit
LucianoGanga/simple-headless-chrome
10052308
<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 2016120802 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
11
Merge branch 'forced_bash'
6
.sh
sh
bsd-3-clause
deajan/osync
10052309
<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 2016120802 # 4 tests: # quicklocal ## On CYGWIN / MSYS, ACL and extended attributes aren't supported # 4 tes...
11
Merge branch 'forced_bash'
6
.sh
sh
bsd-3-clause
deajan/osync
10052310
<NME> modify-vars.js <BEF> ADDFILE <MSG> Merge remote-tracking branch 'origin/master' into 2_0_0 Conflicts: lib/less/index.js lib/less/parser/parser.js lib/less/tree/rule.js test/less/property-name-interp.less <DFF> @@ -0,0 +1,17 @@ +var less = require('../lib/less'), + fs = require('fs') + +var input = fs.readF...
17
Merge remote-tracking branch 'origin/master' into 2_0_0
0
.js
js
apache-2.0
less/less.js
10052311
<NME> modify-vars.js <BEF> ADDFILE <MSG> Merge remote-tracking branch 'origin/master' into 2_0_0 Conflicts: lib/less/index.js lib/less/parser/parser.js lib/less/tree/rule.js test/less/property-name-interp.less <DFF> @@ -0,0 +1,17 @@ +var less = require('../lib/less'), + fs = require('fs') + +var input = fs.readF...
17
Merge remote-tracking branch 'origin/master' into 2_0_0
0
.js
js
apache-2.0
less/less.js
10052312
<NME> modify-vars.js <BEF> ADDFILE <MSG> Merge remote-tracking branch 'origin/master' into 2_0_0 Conflicts: lib/less/index.js lib/less/parser/parser.js lib/less/tree/rule.js test/less/property-name-interp.less <DFF> @@ -0,0 +1,17 @@ +var less = require('../lib/less'), + fs = require('fs') + +var input = fs.readF...
17
Merge remote-tracking branch 'origin/master' into 2_0_0
0
.js
js
apache-2.0
less/less.js
10052313
<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
consolidates jshint targets since they aren't being run separately. cleans up some tasks.
2
.md
md
apache-2.0
less/less.js
10052314
<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
consolidates jshint targets since they aren't being run separately. cleans up some tasks.
2
.md
md
apache-2.0
less/less.js
10052315
<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
consolidates jshint targets since they aren't being run separately. cleans up some tasks.
2
.md
md
apache-2.0
less/less.js
10052316
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
6
Update CONTRIBUTING.md
29
.md
md
apache-2.0
less/less.js
10052317
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
6
Update CONTRIBUTING.md
29
.md
md
apache-2.0
less/less.js
10052318
<NME> CONTRIBUTING.md <BEF> # Contributing to Less.js > We welcome feature requests and bug reports. Please read these guidelines before submitting one. <span class="warning">**Words that begin with the at sign (`@`) must be wrapped in backticks!** </span>. As a courtesy to avoid sending notifications to any user th...
6
Update CONTRIBUTING.md
29
.md
md
apache-2.0
less/less.js
10052319
<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...
1
Fixed TrapError shell color
1
.sh
sh
bsd-3-clause
deajan/osync
10052320
<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...
1
Fixed TrapError shell color
1
.sh
sh
bsd-3-clause
deajan/osync
10052321
<NME> property-in-root3.txt <BEF> ADDFILE <MSG> error when property is used in root. Fixes #442 <DFF> @@ -0,0 +1,3 @@ +SyntaxError: properties must be inside selector blocks, they cannot be in the root. in {path}property-in-root3.less on line 1, column 1: +1 prop:1; +2 .a {
3
error when property is used in root. Fixes #442
0
.txt
txt
apache-2.0
less/less.js
10052322
<NME> property-in-root3.txt <BEF> ADDFILE <MSG> error when property is used in root. Fixes #442 <DFF> @@ -0,0 +1,3 @@ +SyntaxError: properties must be inside selector blocks, they cannot be in the root. in {path}property-in-root3.less on line 1, column 1: +1 prop:1; +2 .a {
3
error when property is used in root. Fixes #442
0
.txt
txt
apache-2.0
less/less.js
10052323
<NME> property-in-root3.txt <BEF> ADDFILE <MSG> error when property is used in root. Fixes #442 <DFF> @@ -0,0 +1,3 @@ +SyntaxError: properties must be inside selector blocks, they cannot be in the root. in {path}property-in-root3.less on line 1, column 1: +1 prop:1; +2 .a {
3
error when property is used in root. Fixes #442
0
.txt
txt
apache-2.0
less/less.js
10052324
<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" resolved "ht...
28
Update chrome-launcher
778
.lock
lock
mit
LucianoGanga/simple-headless-chrome
10052325
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111901 # 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...
26
Improved unit tests with no ssh test
2
.sh
sh
bsd-3-clause
deajan/osync
10052326
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2016111901 # 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...
26
Improved unit tests with no ssh test
2
.sh
sh
bsd-3-clause
deajan/osync
10052327
<NME> media-math.less <BEF> @var: 16; @media (min-width: @var + 1) { .foo { bar: 1; } } @media (min-width: @var / 9) { .foo { bar: 1; } } <MSG> Fixes #3586 (#3589) <DFF> @@ -1,4 +1,4 @@ -@var: 16; +@var: 10 + 6; @media (min-width: @var + 1) { .foo { bar: 1; }
1
Fixes #3586 (#3589)
1
.less
less
apache-2.0
less/less.js
10052328
<NME> media-math.less <BEF> @var: 16; @media (min-width: @var + 1) { .foo { bar: 1; } } @media (min-width: @var / 9) { .foo { bar: 1; } } <MSG> Fixes #3586 (#3589) <DFF> @@ -1,4 +1,4 @@ -@var: 16; +@var: 10 + 6; @media (min-width: @var + 1) { .foo { bar: 1; }
1
Fixes #3586 (#3589)
1
.less
less
apache-2.0
less/less.js
10052329
<NME> media-math.less <BEF> @var: 16; @media (min-width: @var + 1) { .foo { bar: 1; } } @media (min-width: @var / 9) { .foo { bar: 1; } } <MSG> Fixes #3586 (#3589) <DFF> @@ -1,4 +1,4 @@ -@var: 16; +@var: 10 + 6; @media (min-width: @var + 1) { .foo { bar: 1; }
1
Fixes #3586 (#3589)
1
.less
less
apache-2.0
less/less.js
10052330
<NME> source-map-header.js <BEF> ADDFILE <MSG> Merge pull request #13 from dhaber/rhino-source-map-tests Add Support-Map Tests for Rhino <DFF> @@ -0,0 +1,3 @@ +// wraps the source-map code in a less module +(function() { + less.modules["source-map"] = function() {
3
Merge pull request #13 from dhaber/rhino-source-map-tests
0
.js
js
apache-2.0
less/less.js
10052331
<NME> source-map-header.js <BEF> ADDFILE <MSG> Merge pull request #13 from dhaber/rhino-source-map-tests Add Support-Map Tests for Rhino <DFF> @@ -0,0 +1,3 @@ +// wraps the source-map code in a less module +(function() { + less.modules["source-map"] = function() {
3
Merge pull request #13 from dhaber/rhino-source-map-tests
0
.js
js
apache-2.0
less/less.js
10052332
<NME> source-map-header.js <BEF> ADDFILE <MSG> Merge pull request #13 from dhaber/rhino-source-map-tests Add Support-Map Tests for Rhino <DFF> @@ -0,0 +1,3 @@ +// wraps the source-map code in a less module +(function() { + less.modules["source-map"] = function() {
3
Merge pull request #13 from dhaber/rhino-source-map-tests
0
.js
js
apache-2.0
less/less.js
10052333
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102314 ## 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: #############################################################...
2
Fixed alert log filenames per instance
2
.sh
sh
bsd-3-clause
deajan/osync
10052334
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102314 ## 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: #############################################################...
2
Fixed alert log filenames per instance
2
.sh
sh
bsd-3-clause
deajan/osync
10052335
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 20161112002 # 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 ...
6
More BSD compat
4
.sh
sh
bsd-3-clause
deajan/osync
10052336
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 20161112002 # 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 ...
6
More BSD compat
4
.sh
sh
bsd-3-clause
deajan/osync
10052337
<NME> import-plugin.css <BEF> ADDFILE <MSG> Attempting to fix phantomjs browser test <DFF> @@ -0,0 +1,3 @@ +.test { + result: test(); +}
3
Attempting to fix phantomjs browser test
0
.css
css
apache-2.0
less/less.js
10052338
<NME> import-plugin.css <BEF> ADDFILE <MSG> Attempting to fix phantomjs browser test <DFF> @@ -0,0 +1,3 @@ +.test { + result: test(); +}
3
Attempting to fix phantomjs browser test
0
.css
css
apache-2.0
less/less.js
10052339
<NME> import-plugin.css <BEF> ADDFILE <MSG> Attempting to fix phantomjs browser test <DFF> @@ -0,0 +1,3 @@ +.test { + result: test(); +}
3
Attempting to fix phantomjs browser test
0
.css
css
apache-2.0
less/less.js
10052340
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at ce...
4
Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104
0
.txt
txt
apache-2.0
less/less.js
10052341
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at ce...
4
Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104
0
.txt
txt
apache-2.0
less/less.js
10052342
<NME> svg-gradient6.txt <BEF> ADDFILE <MSG> Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104 <DFF> @@ -0,0 +1,4 @@ +ArgumentError: error evaluating function `svg-gradient`: svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at ce...
4
Merge https://github.com/less/less.js into nested-directives-in-directives-v2-1691-2104
0
.txt
txt
apache-2.0
less/less.js
10052343
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121102 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 ...
2
Fixed boolean value
2
.sh
sh
bsd-3-clause
deajan/osync
10052344
<NME> common_install.sh <BEF> #!/usr/bin/env bash ## Installer script suitable for osync / obackup / pmocr PROGRAM=[prgname] PROGRAM_VERSION=[version] PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121102 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 ...
2
Fixed boolean value
2
.sh
sh
bsd-3-clause
deajan/osync
10052345
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019011001 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
5
Fixed conflict backup multiple unit test
5
.sh
sh
bsd-3-clause
deajan/osync
10052346
<NME> run_tests.sh <BEF> #!/usr/bin/env bash # osync test suite 2019011001 # Allows the following environment variables # RUNNING_ON_GITHUB_ACTIONS=[true|false] # SSH_PORT=22 # SKIP_REMOTE=[true|false] ## On Mac OSX, this needs to be run as root in order to use sudo without password ## From current terminal run sud...
5
Fixed conflict backup multiple unit test
5
.sh
sh
bsd-3-clause
deajan/osync
10052347
<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...
1
Typo fix
1
.sh
sh
bsd-3-clause
deajan/osync
10052348
<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...
1
Typo fix
1
.sh
sh
bsd-3-clause
deajan/osync
10052349
<NME> .gitignore <BEF> # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # nyc test coverage .nyc_output # Grunt intermediat...
1
Add lib/ to gitignore
1
gitignore
mit
LucianoGanga/simple-headless-chrome