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
10051950
<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...
3
add-in more changes to the changelog
0
.md
md
apache-2.0
less/less.js
10051951
<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...
3
add-in more changes to the changelog
0
.md
md
apache-2.0
less/less.js
10051952
<NME> install.sh <BEF> #!/usr/bin/env bash SCRIPT_BUILD=2605201401 ## Osync daemon install script ## Tested on RHEL / CentOS 6 ## Please adapt this to fit your distro needs mkdir /etc/osync cp ./sync.conf /etc/osync/sync.conf.example cp ./exclude.list.example /etc/osync cp ./osync.sh /usr/local/bin cp ./osync-srv /e...
3
Updated install script with osync-batch.
2
.sh
sh
bsd-3-clause
deajan/osync
10051953
<NME> install.sh <BEF> #!/usr/bin/env bash SCRIPT_BUILD=2605201401 ## Osync daemon install script ## Tested on RHEL / CentOS 6 ## Please adapt this to fit your distro needs mkdir /etc/osync cp ./sync.conf /etc/osync/sync.conf.example cp ./exclude.list.example /etc/osync cp ./osync.sh /usr/local/bin cp ./osync-srv /e...
3
Updated install script with osync-batch.
2
.sh
sh
bsd-3-clause
deajan/osync
10051954
<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...
6
Merge branch 'master' of https://github.com/less/less.js
6
.md
md
apache-2.0
less/less.js
10051955
<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...
6
Merge branch 'master' of https://github.com/less/less.js
6
.md
md
apache-2.0
less/less.js
10051956
<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...
6
Merge branch 'master' of https://github.com/less/less.js
6
.md
md
apache-2.0
less/less.js
10051957
<NME> update-osync-pkg.sh <BEF> #!/bin/bash git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur && cd "osync.aur" && srcdir="." && source "PKGBUILD" && url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') && git clone -b $branch $url && # ...
106
Rework of the packaging script for Arch Linux to make it more flexible and reliable
18
.sh
sh
bsd-3-clause
deajan/osync
10051958
<NME> update-osync-pkg.sh <BEF> #!/bin/bash git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur && cd "osync.aur" && srcdir="." && source "PKGBUILD" && url=$(echo -n ${source[0]} | sed 's/git+//g' | sed 's/#.*//g') && branch=$(echo -n ${source[0]} | sed 's/.*#branch=//g') && git clone -b $branch $url && # ...
106
Rework of the packaging script for Arch Linux to make it more flexible and reliable
18
.sh
sh
bsd-3-clause
deajan/osync
10051959
<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
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10051960
<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
Fixed typo
2
.sh
sh
bsd-3-clause
deajan/osync
10051961
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112401 ## 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: #############################################################...
17
Work on WaitForTaskCompletion hard exec time
12
.sh
sh
bsd-3-clause
deajan/osync
10051962
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112401 ## 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: #############################################################...
17
Work on WaitForTaskCompletion hard exec time
12
.sh
sh
bsd-3-clause
deajan/osync
10051963
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
2
Comment CircleCI for now
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051964
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
2
Comment CircleCI for now
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051965
<NME> README.md <BEF> <div align="center"> <img src="https://user-images.githubusercontent.com/2785350/28428760-ae908006-6d7a-11e7-92ec-174bec80740e.png"> </div> <div align="center"> <h1>ngx-scroll-to</h1> <p> A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scr...
2
Comment CircleCI for now
2
.md
md
mit
nicky-lenaers/ngx-scroll-to
10051966
<NME> runner-production-spec.js <BEF> ADDFILE <MSG> Added production tests. <DFF> @@ -0,0 +1,5 @@ +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +});
5
Added production tests.
0
.js
js
apache-2.0
less/less.js
10051967
<NME> runner-production-spec.js <BEF> ADDFILE <MSG> Added production tests. <DFF> @@ -0,0 +1,5 @@ +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +});
5
Added production tests.
0
.js
js
apache-2.0
less/less.js
10051968
<NME> runner-production-spec.js <BEF> ADDFILE <MSG> Added production tests. <DFF> @@ -0,0 +1,5 @@ +describe("less.js production behaviour", function() { + it("doesn't log any messages", function() { + expect(logMessages.length).toEqual(0); + }); +});
5
Added production tests.
0
.js
js
apache-2.0
less/less.js
10051969
<NME> initChart.js.map <BEF> {"version":3,"file":"initChart.js","sourceRoot":"","sources":["../src/initChart.ts"],"names":[],"mappings":";AACA,2CAA0C;AAE1C,mBAA0B,iBAAqC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAa;IAC9F,EAAE,CAAC,CAAC,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACtC,MAAM,IAAI,KAAK,CAAI,IAAI,4BAAyB,CAAC,CAAC...
1
update generated files
1
.map
js
mit
gevgeny/angular2-highcharts
10051970
<NME> initChart.js.map <BEF> {"version":3,"file":"initChart.js","sourceRoot":"","sources":["../src/initChart.ts"],"names":[],"mappings":";AACA,2CAA0C;AAE1C,mBAA0B,iBAAqC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAa;IAC9F,EAAE,CAAC,CAAC,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QACtC,MAAM,IAAI,KAAK,CAAI,IAAI,4BAAyB,CAAC,CAAC...
1
update generated files
1
.map
js
mit
gevgeny/angular2-highcharts
10051971
<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...
38
Removed SC2086 from __CheckArguments call
38
.sh
sh
bsd-3-clause
deajan/osync
10051972
<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...
38
Removed SC2086 from __CheckArguments call
38
.sh
sh
bsd-3-clause
deajan/osync
10051973
<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...
16
updated README
3
.md
md
apache-2.0
less/less.js
10051974
<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...
16
updated README
3
.md
md
apache-2.0
less/less.js
10051975
<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...
16
updated README
3
.md
md
apache-2.0
less/less.js
10051976
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v2.0x config file rev 2019020801 [GENERAL] ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is...
3
Deprecat LOG_CONFLICTS as experimental feature
3
.example
conf
bsd-3-clause
deajan/osync
10051977
<NME> sync.conf.example <BEF> ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr) ###### osync v1.1x / v2.0x config file rev 2019020801 [GENERAL] ## Sync job identification INSTANCE_ID="sync_test" ## Directories to synchronize. ## Initiator is...
3
Deprecat LOG_CONFLICTS as experimental feature
3
.example
conf
bsd-3-clause
deajan/osync
10051978
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge pull request #2439 from OhJeez/sourcemaps-empty-fix Fix empty sourcemaps <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge pull request #2439 from OhJeez/sourcemaps-empty-fix
0
.less
less
apache-2.0
less/less.js
10051979
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge pull request #2439 from OhJeez/sourcemaps-empty-fix Fix empty sourcemaps <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge pull request #2439 from OhJeez/sourcemaps-empty-fix
0
.less
less
apache-2.0
less/less.js
10051980
<NME> var-defs.less <BEF> ADDFILE <MSG> Merge pull request #2439 from OhJeez/sourcemaps-empty-fix Fix empty sourcemaps <DFF> @@ -0,0 +1,1 @@ +@test-var: 'something'; \ No newline at end of file
1
Merge pull request #2439 from OhJeez/sourcemaps-empty-fix
0
.less
less
apache-2.0
less/less.js
10051981
<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
10051982
<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
10051983
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
105
WIP: conflict list
80
.sh
sh
bsd-3-clause
deajan/osync
10051984
<NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev PROGRAM_BUILD=...
105
WIP: conflict list
80
.sh
sh
bsd-3-clause
deajan/osync
10051985
<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...
4
Added bogus encryption warning
1
.sh
sh
bsd-3-clause
deajan/osync
10051986
<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...
4
Added bogus encryption warning
1
.sh
sh
bsd-3-clause
deajan/osync
10051987
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120302 ## 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: #############################################################...
16
Rendered WaitForTaskCompletion global output thread safe
15
.sh
sh
bsd-3-clause
deajan/osync
10051988
<NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016120302 ## 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: #############################################################...
16
Rendered WaitForTaskCompletion global output thread safe
15
.sh
sh
bsd-3-clause
deajan/osync
10051989
<NME> functions-16-old-syntax.txt <BEF> ADDFILE <MSG> Rename @plugin to @use extensions <DFF> @@ -0,0 +1,2 @@ +SyntaxError: @plugin is deprecated. Use @use in {path}functions-16-old-syntax.less on line 1, column 1: +1 @plugin "../extension/extension-tree-nodes";
2
Rename @plugin to @use extensions
0
.txt
txt
apache-2.0
less/less.js
10051990
<NME> functions-16-old-syntax.txt <BEF> ADDFILE <MSG> Rename @plugin to @use extensions <DFF> @@ -0,0 +1,2 @@ +SyntaxError: @plugin is deprecated. Use @use in {path}functions-16-old-syntax.less on line 1, column 1: +1 @plugin "../extension/extension-tree-nodes";
2
Rename @plugin to @use extensions
0
.txt
txt
apache-2.0
less/less.js
10051991
<NME> functions-16-old-syntax.txt <BEF> ADDFILE <MSG> Rename @plugin to @use extensions <DFF> @@ -0,0 +1,2 @@ +SyntaxError: @plugin is deprecated. Use @use in {path}functions-16-old-syntax.less on line 1, column 1: +1 @plugin "../extension/extension-tree-nodes";
2
Rename @plugin to @use extensions
0
.txt
txt
apache-2.0
less/less.js
10051992
<NME> import-no-semi.txt <BEF> ADDFILE <MSG> Fix previous test. Fix error on invalid import. Fixes #761 <DFF> @@ -0,0 +1,2 @@ +ParseError: Syntax Error on line 1 +1 @import "this-statement-is-invalid.less"
2
Fix previous test. Fix error on invalid import. Fixes #761
0
.txt
txt
apache-2.0
less/less.js
10051993
<NME> import-no-semi.txt <BEF> ADDFILE <MSG> Fix previous test. Fix error on invalid import. Fixes #761 <DFF> @@ -0,0 +1,2 @@ +ParseError: Syntax Error on line 1 +1 @import "this-statement-is-invalid.less"
2
Fix previous test. Fix error on invalid import. Fixes #761
0
.txt
txt
apache-2.0
less/less.js
10051994
<NME> import-no-semi.txt <BEF> ADDFILE <MSG> Fix previous test. Fix error on invalid import. Fixes #761 <DFF> @@ -0,0 +1,2 @@ +ParseError: Syntax Error on line 1 +1 @import "this-statement-is-invalid.less"
2
Fix previous test. Fix error on invalid import. Fixes #761
0
.txt
txt
apache-2.0
less/less.js
10051995
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer function __PREPROCESSOR_Merge { PROGRAM=pmocr VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh) VERSION=${VERSION#*=} echo "Usage" echo "$0 osync|obackup|pmocr" } function __P...
1
Fixed program name after fix from other project
1
.sh
sh
bsd-3-clause
deajan/osync
10051996
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2020031501 ## Merges ofunctions.sh and n_program.sh into program.sh ## Adds installer function __PREPROCESSOR_Merge { PROGRAM=pmocr VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh) VERSION=${VERSION#*=} echo "Usage" echo "$0 osync|obackup|pmocr" } function __P...
1
Fixed program name after fix from other project
1
.sh
sh
bsd-3-clause
deajan/osync
10051997
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
15
Small updates to README.md
18
.md
md
bsd-3-clause
deajan/osync
10051998
<NME> README.md <BEF> # osync [![Build Status](https://travis-ci.org/deajan/osync.svg?branch=master)](https://travis-ci.org/deajan/osync) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![GitHub Release](https://img.shields.io/github/release/de...
15
Small updates to README.md
18
.md
md
bsd-3-clause
deajan/osync
10051999
<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...
6
More travis tests
4
.sh
sh
bsd-3-clause
deajan/osync
10052000
<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...
6
More travis tests
4
.sh
sh
bsd-3-clause
deajan/osync
10052001
<NME> chrome.js <BEF> 'use strict' const debug = require('debug')('HeadlessChrome:chrome') const chromeLauncher = require('chrome-launcher') const CDP = require('chrome-remote-interface') const { sleep } = require('./util') /** * Launches a debugging instance of Chrome on port 9222. * @param {boolean=} headless Tr...
2
Merge pull request #49 from trevan/certificate-override
1
.js
js
mit
LucianoGanga/simple-headless-chrome
10052002
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync 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=2016052501 ## Runs an osync /obackup...
58
Rebuilt target
36
.sh
sh
bsd-3-clause
deajan/osync
10052003
<NME> osync-batch.sh <BEF> #!/usr/bin/env bash SUBPROGRAM=osync 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=2016052501 ## Runs an osync /obackup...
58
Rebuilt target
36
.sh
sh
bsd-3-clause
deajan/osync
10052004
<NME> aapl.jsonp <BEF> ADDFILE <MSG> add stock data <DFF> @@ -0,0 +1,1848 @@ +cb(/* AAPL historical OHLC data from the Google Finance API */ +[ +/* Feb 2010 */ +[1266278400000,29.06], +[1266364800000,28.94], +[1266451200000,28.99], +[1266537600000,28.81], +[1266796800000,28.63], +[1266883200000,28.15], +[1266969600000...
1,848
add stock data
0
.jsonp
jsonp
mit
gevgeny/angular2-highcharts
10052005
<NME> aapl.jsonp <BEF> ADDFILE <MSG> add stock data <DFF> @@ -0,0 +1,1848 @@ +cb(/* AAPL historical OHLC data from the Google Finance API */ +[ +/* Feb 2010 */ +[1266278400000,29.06], +[1266364800000,28.94], +[1266451200000,28.99], +[1266537600000,28.81], +[1266796800000,28.63], +[1266883200000,28.15], +[1266969600000...
1,848
add stock data
0
.jsonp
jsonp
mit
gevgeny/angular2-highcharts
10052006
<NME> extend-media.less <BEF> ADDFILE <MSG> move extend fully into visitor, bringing back functionality and fixes #1165 <DFF> @@ -0,0 +1,24 @@ +.ext1 .ext2 { + background: black; +} + +@media tv { + .ext1 .ext3 { + color: white; + } + .tv-lowres :extend(.ext1 all) { + background: blue; + } + @media hires {...
24
move extend fully into visitor, bringing back functionality and fixes #1165
0
.less
less
apache-2.0
less/less.js
10052007
<NME> extend-media.less <BEF> ADDFILE <MSG> move extend fully into visitor, bringing back functionality and fixes #1165 <DFF> @@ -0,0 +1,24 @@ +.ext1 .ext2 { + background: black; +} + +@media tv { + .ext1 .ext3 { + color: white; + } + .tv-lowres :extend(.ext1 all) { + background: blue; + } + @media hires {...
24
move extend fully into visitor, bringing back functionality and fixes #1165
0
.less
less
apache-2.0
less/less.js
10052008
<NME> extend-media.less <BEF> ADDFILE <MSG> move extend fully into visitor, bringing back functionality and fixes #1165 <DFF> @@ -0,0 +1,24 @@ +.ext1 .ext2 { + background: black; +} + +@media tv { + .ext1 .ext3 { + color: white; + } + .tv-lowres :extend(.ext1 all) { + background: blue; + } + @media hires {...
24
move extend fully into visitor, bringing back functionality and fixes #1165
0
.less
less
apache-2.0
less/less.js
10052009
<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...
14
Added method for setting cookie of browser
0
.js
js
mit
LucianoGanga/simple-headless-chrome
10052010
<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...
18
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10052011
<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...
18
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10052012
<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...
18
Merge branch 'master' of https://github.com/cloudhead/less.js
1
.md
md
apache-2.0
less/less.js
10052013
<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
Quick fix for remaining tmp file after ParallelExec test
1
.sh
sh
bsd-3-clause
deajan/osync
10052014
<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
Quick fix for remaining tmp file after ParallelExec test
1
.sh
sh
bsd-3-clause
deajan/osync
10052015
<NME> runner-postProcessor.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudchen/less.js Conflicts: lib/less/browser.js <DFF> @@ -0,0 +1,3 @@ +describe("less.js postProcessor", function() { + testLessEqualsInDocument(); +});
3
Merge branch 'master' of https://github.com/cloudchen/less.js
0
.js
js
apache-2.0
less/less.js
10052016
<NME> runner-postProcessor.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudchen/less.js Conflicts: lib/less/browser.js <DFF> @@ -0,0 +1,3 @@ +describe("less.js postProcessor", function() { + testLessEqualsInDocument(); +});
3
Merge branch 'master' of https://github.com/cloudchen/less.js
0
.js
js
apache-2.0
less/less.js
10052017
<NME> runner-postProcessor.js <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudchen/less.js Conflicts: lib/less/browser.js <DFF> @@ -0,0 +1,3 @@ +describe("less.js postProcessor", function() { + testLessEqualsInDocument(); +});
3
Merge branch 'master' of https://github.com/cloudchen/less.js
0
.js
js
apache-2.0
less/less.js
10052018
<NME> image-width-error.txt <BEF> ADDFILE <MSG> Merge pull request #2738 from niom/feature/image-size-not-browser-supported Fail when image-size functions are used in browser-less. <DFF> @@ -0,0 +1,4 @@ +RuntimeError: error evaluating function `image-width`: Image size functions are not supported in browser version of...
4
Merge pull request #2738 from niom/feature/image-size-not-browser-supported
0
.txt
txt
apache-2.0
less/less.js
10052019
<NME> image-width-error.txt <BEF> ADDFILE <MSG> Merge pull request #2738 from niom/feature/image-size-not-browser-supported Fail when image-size functions are used in browser-less. <DFF> @@ -0,0 +1,4 @@ +RuntimeError: error evaluating function `image-width`: Image size functions are not supported in browser version of...
4
Merge pull request #2738 from niom/feature/image-size-not-browser-supported
0
.txt
txt
apache-2.0
less/less.js
10052020
<NME> image-width-error.txt <BEF> ADDFILE <MSG> Merge pull request #2738 from niom/feature/image-size-not-browser-supported Fail when image-size functions are used in browser-less. <DFF> @@ -0,0 +1,4 @@ +RuntimeError: error evaluating function `image-width`: Image size functions are not supported in browser version of...
4
Merge pull request #2738 from niom/feature/image-size-not-browser-supported
0
.txt
txt
apache-2.0
less/less.js
10052021
<NME> less-1.0.23.min.js <BEF> ADDFILE <MSG> (dist) build new version <DFF> @@ -0,0 +1,62 @@ +// +// LESS - Leaner CSS v1.0.23 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(y){function q(d){return y.less[d.split("/")[1]]}function N(d,b){for...
62
(dist) build new version
0
.js
0
apache-2.0
less/less.js
10052022
<NME> less-1.0.23.min.js <BEF> ADDFILE <MSG> (dist) build new version <DFF> @@ -0,0 +1,62 @@ +// +// LESS - Leaner CSS v1.0.23 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(y){function q(d){return y.less[d.split("/")[1]]}function N(d,b){for...
62
(dist) build new version
0
.js
0
apache-2.0
less/less.js
10052023
<NME> less-1.0.23.min.js <BEF> ADDFILE <MSG> (dist) build new version <DFF> @@ -0,0 +1,62 @@ +// +// LESS - Leaner CSS v1.0.23 +// http://lesscss.org +// +// Copyright (c) 2010, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(y){function q(d){return y.less[d.split("/")[1]]}function N(d,b){for...
62
(dist) build new version
0
.js
0
apache-2.0
less/less.js
10052024
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudhead/less.js <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
Merge branch 'master' of https://github.com/cloudhead/less.js
0
.txt
txt
apache-2.0
less/less.js
10052025
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudhead/less.js <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
Merge branch 'master' of https://github.com/cloudhead/less.js
0
.txt
txt
apache-2.0
less/less.js
10052026
<NME> javascript-undefined-var.txt <BEF> ADDFILE <MSG> Merge branch 'master' of https://github.com/cloudhead/less.js <DFF> @@ -0,0 +1,4 @@ +NameError: variable @b is undefined in {path}javascript-undefined-var.less on line 2, column 15: +1 .scope { +2 @a: `@{b}`; +3 }
4
Merge branch 'master' of https://github.com/cloudhead/less.js
0
.txt
txt
apache-2.0
less/less.js
10052027
<NME> screenCapture.js <BEF> const HeadlessChrome = require('../index') const browser = new HeadlessChrome({ headless: true }) async function navigateWebsite () { await browser.init() // Navigate to a URL await browser.goTo('https://github.com/LucianoGanga/simple-headless-chrome') // Resize the viewport to ...
6
Merge pull request #48 from MTRNord/patch-1
2
.js
js
mit
LucianoGanga/simple-headless-chrome
10052028
<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 PROGRAM_BUILD=20...
2
Removed unnecessary spaces
4
.sh
sh
bsd-3-clause
deajan/osync
10052029
<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 PROGRAM_BUILD=20...
2
Removed unnecessary spaces
4
.sh
sh
bsd-3-clause
deajan/osync
10052030
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016121901 ## 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" } ...
3
Added new list of subsets
1
.sh
sh
bsd-3-clause
deajan/osync
10052031
<NME> merge.sh <BEF> #!/usr/bin/env bash ## MERGE 2016121901 ## 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" } ...
3
Added new list of subsets
1
.sh
sh
bsd-3-clause
deajan/osync
10052032
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
14
Rebuilt targets
10
.sh
sh
bsd-3-clause
deajan/osync
10052033
<NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2...
14
Rebuilt targets
10
.sh
sh
bsd-3-clause
deajan/osync
10052034
<NME> color-operation-error.txt <BEF> ADDFILE <MSG> Ensure error thrown uses 'type' not 'name' <DFF> @@ -0,0 +1,2 @@ +OperationError: Can't substract or divide a color from a number in {path}color-operation-error.less:null:-1 +1 prop: (3 / #fff);
2
Ensure error thrown uses 'type' not 'name'
0
.txt
txt
apache-2.0
less/less.js
10052035
<NME> color-operation-error.txt <BEF> ADDFILE <MSG> Ensure error thrown uses 'type' not 'name' <DFF> @@ -0,0 +1,2 @@ +OperationError: Can't substract or divide a color from a number in {path}color-operation-error.less:null:-1 +1 prop: (3 / #fff);
2
Ensure error thrown uses 'type' not 'name'
0
.txt
txt
apache-2.0
less/less.js
10052036
<NME> color-operation-error.txt <BEF> ADDFILE <MSG> Ensure error thrown uses 'type' not 'name' <DFF> @@ -0,0 +1,2 @@ +OperationError: Can't substract or divide a color from a number in {path}color-operation-error.less:null:-1 +1 prop: (3 / #fff);
2
Ensure error thrown uses 'type' not 'name'
0
.txt
txt
apache-2.0
less/less.js
10052037
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-??-?? - Add support for using variables with @keyframes, @namespace, @charset - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`) - Support property merging with +_ when spaces are needed and keep + for comma separated - Do unit conversions with m...
8
final changelog changes for 1.7.0
2
.md
md
apache-2.0
less/less.js
10052038
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-??-?? - Add support for using variables with @keyframes, @namespace, @charset - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`) - Support property merging with +_ when spaces are needed and keep + for comma separated - Do unit conversions with m...
8
final changelog changes for 1.7.0
2
.md
md
apache-2.0
less/less.js
10052039
<NME> CHANGELOG.md <BEF> # 1.7.0 2014-??-?? - Add support for using variables with @keyframes, @namespace, @charset - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`) - Support property merging with +_ when spaces are needed and keep + for comma separated - Do unit conversions with m...
8
final changelog changes for 1.7.0
2
.md
md
apache-2.0
less/less.js
10052040
<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 remote-tracking branch 'origin/master' into 2_0_0
1
.md
md
apache-2.0
less/less.js
10052041
<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 remote-tracking branch 'origin/master' into 2_0_0
1
.md
md
apache-2.0
less/less.js
10052042
<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 remote-tracking branch 'origin/master' into 2_0_0
1
.md
md
apache-2.0
less/less.js
10052043
<NME> imports.js <BEF> ADDFILE <MSG> seperate out imports and tidy a few un-necessary optimisations <DFF> @@ -0,0 +1,78 @@ +var contexts = require("../contexts.js"); +module.exports = function(less, env, Parser) { + var rootFilename = env && env.filename; + return { + paths: env.paths || [], // Search pa...
78
seperate out imports and tidy a few un-necessary optimisations
0
.js
js
apache-2.0
less/less.js
10052044
<NME> imports.js <BEF> ADDFILE <MSG> seperate out imports and tidy a few un-necessary optimisations <DFF> @@ -0,0 +1,78 @@ +var contexts = require("../contexts.js"); +module.exports = function(less, env, Parser) { + var rootFilename = env && env.filename; + return { + paths: env.paths || [], // Search pa...
78
seperate out imports and tidy a few un-necessary optimisations
0
.js
js
apache-2.0
less/less.js
10052045
<NME> imports.js <BEF> ADDFILE <MSG> seperate out imports and tidy a few un-necessary optimisations <DFF> @@ -0,0 +1,78 @@ +var contexts = require("../contexts.js"); +module.exports = function(less, env, Parser) { + var rootFilename = env && env.filename; + return { + paths: env.paths || [], // Search pa...
78
seperate out imports and tidy a few un-necessary optimisations
0
.js
js
apache-2.0
less/less.js
10052046
<NME> urls.less <BEF> ADDFILE <MSG> Merge branch 'cache-buster' of https://github.com/bcluca/less.js Conflicts: test/index.js <DFF> @@ -0,0 +1,63 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + backgro...
63
Merge branch 'cache-buster' of https://github.com/bcluca/less.js
0
.less
less
apache-2.0
less/less.js
10052047
<NME> urls.less <BEF> ADDFILE <MSG> Merge branch 'cache-buster' of https://github.com/bcluca/less.js Conflicts: test/index.js <DFF> @@ -0,0 +1,63 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + backgro...
63
Merge branch 'cache-buster' of https://github.com/bcluca/less.js
0
.less
less
apache-2.0
less/less.js
10052048
<NME> urls.less <BEF> ADDFILE <MSG> Merge branch 'cache-buster' of https://github.com/bcluca/less.js Conflicts: test/index.js <DFF> @@ -0,0 +1,63 @@ +@font-face { + src: url("/fonts/garamond-pro.ttf"); + src: local(Futura-Medium), + url(fonts.svg#MyGeometricModern) format("svg"); +} +#shorthands { + backgro...
63
Merge branch 'cache-buster' of https://github.com/bcluca/less.js
0
.less
less
apache-2.0
less/less.js
10052049
<NME> import.js <BEF> ADDFILE <MSG> import.js init <DFF> @@ -0,0 +1,53 @@ +if (typeof(require) !== 'undefined') { var tree = require('less/tree') } +// +// CSS @import node +// +// The general strategy here is that we don't want to wait +// for the parsing to be completed, before we start importing +// the file. That'...
53
import.js init
0
.js
js
apache-2.0
less/less.js