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 |
|---|---|---|---|---|---|---|---|---|
10049750 | <NME> requirements.txt
<BEF> pytest
pep8
marshmallow
beautifulsoup4
ordereddict
lxml
six
<MSG> adding version numbers for packages
<DFF> @@ -1,7 +1,7 @@
-pytest
-pep8
-marshmallow
-beautifulsoup4
-ordereddict
-lxml
-six
+pytest==2.8.3
+pep8==1.6.2
+marshmallow==2.0.0b5
+beautifulsoup4==4.4.1
+ordereddict==1.1
+lxml==3... | 7 | adding version numbers for packages | 7 | .txt | txt | apache-2.0 | greedo/python-xbrl |
10049751 | <NME> README.rst
<BEF> |PyPI version| |Travis-CI| |license|
**python-xbrl** is a library for parsing
`xbrl <http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html>`__
documents providing output as both a basic model object and serialized
objects thur
`marshma... | 16 | Update README.rst | 0 | .rst | rst | apache-2.0 | greedo/python-xbrl |
10049752 | <NME> README.md
<BEF> # Raptor WAF

Raptor is a Web application firewall made in C that uses DFA to block SQL injection, Cross-site scripting, and path traversal. https://funguscodes.blogspot.com/2016/08/steps-to-create-your-wafweb... | 3 | Update README.md | 0 | .md | md | bsd-2-clause | CoolerVoid/raptor_waf |
10049753 | <NME> .travis.yml
<BEF> sudo: false
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
addons:
apt:
packages:
- build-essential
- python-dev
- libxml2
- libxml2-dev
- libxslt-dev
# command to install dependencies
install:
... | 1 | its without cpython | 1 | .yml | travis | apache-2.0 | greedo/python-xbrl |
10049754 | <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... | 13 | Generate every new instance of the headlessChrome in a different port (if no port is indicated) | 12 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10049755 | <NME> bad-variable-declaration1.txt
<BEF> ADDFILE
<MSG> bad error message trying to assign @@var. Fixes #1077
<DFF> @@ -0,0 +1,2 @@
+ParseError: Syntax Error on line 1 in {path}bad-variable-declaration1.less:1:0
+1 @@demo: "hi";
| 2 | bad error message trying to assign @@var. Fixes #1077 | 0 | .txt | txt | apache-2.0 | less/less.js |
10049756 | <NME> bad-variable-declaration1.txt
<BEF> ADDFILE
<MSG> bad error message trying to assign @@var. Fixes #1077
<DFF> @@ -0,0 +1,2 @@
+ParseError: Syntax Error on line 1 in {path}bad-variable-declaration1.less:1:0
+1 @@demo: "hi";
| 2 | bad error message trying to assign @@var. Fixes #1077 | 0 | .txt | txt | apache-2.0 | less/less.js |
10049757 | <NME> bad-variable-declaration1.txt
<BEF> ADDFILE
<MSG> bad error message trying to assign @@var. Fixes #1077
<DFF> @@ -0,0 +1,2 @@
+ParseError: Syntax Error on line 1 in {path}bad-variable-declaration1.less:1:0
+1 @@demo: "hi";
| 2 | bad error message trying to assign @@var. Fixes #1077 | 0 | .txt | txt | apache-2.0 | less/less.js |
10049758 | <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... | 10 | Update dependencies | 10 | .lock | lock | mit | LucianoGanga/simple-headless-chrome |
10049759 | <NME> README.md
<BEF> # osync [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/deajan/osync) [](https://opensource.org/licenses/BSD-3-Clause) [ #TODO: command line arguments do... | 12 | Fixed STOP_ON_ERROR_CMD did not work anymore | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10049762 | <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... | 12 | Fixed STOP_ON_ERROR_CMD did not work anymore | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10049763 | <NME> lessc_helper.js
<BEF> ADDFILE
<MSG> Fix error output and extract a helper object for lessc related methods
- Fixed a bug, which prevents colors from being set in error messages.
- Created a helper object for lessc methods and moved the stylize function
into it. Changed test/less-test.js and lib/less/index.js t... | 26 | Fix error output and extract a helper object for lessc related methods | 0 | .js | js | apache-2.0 | less/less.js |
10049764 | <NME> lessc_helper.js
<BEF> ADDFILE
<MSG> Fix error output and extract a helper object for lessc related methods
- Fixed a bug, which prevents colors from being set in error messages.
- Created a helper object for lessc methods and moved the stylize function
into it. Changed test/less-test.js and lib/less/index.js t... | 26 | Fix error output and extract a helper object for lessc related methods | 0 | .js | js | apache-2.0 | less/less.js |
10049765 | <NME> lessc_helper.js
<BEF> ADDFILE
<MSG> Fix error output and extract a helper object for lessc related methods
- Fixed a bug, which prevents colors from being set in error messages.
- Created a helper object for lessc methods and moved the stylize function
into it. Changed test/less-test.js and lib/less/index.js t... | 26 | Fix error output and extract a helper object for lessc related methods | 0 | .js | js | apache-2.0 | less/less.js |
10049766 | <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 | Renamed ofunctions TrapQuit to GeneralTrapQuit | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049767 | <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 | Renamed ofunctions TrapQuit to GeneralTrapQuit | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049768 | <NME> inject.js
<BEF> const HeadlessChrome = require('../../')
const test = require('tap').test
test('Headless Chrome - inject methods', async function (group) {
group.comment(`Initializating HeadlessChrome...`)
const browser = new HeadlessChrome({
headless: false
})
await browser.init()
const mainTab =... | 1 | fix test | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10049769 | <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 \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=2003201502 ## type doesn't work on platforms other than linux (... | 85 | Reworked softdeletion code (WIP). Some other fixes too | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10049770 | <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 \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BUILD=2003201502 ## type doesn't work on platforms other than linux (... | 85 | Reworked softdeletion code (WIP). Some other fixes too | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10049771 | <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... | 12 | Rebuilt targets | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049772 | <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... | 12 | Rebuilt targets | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049773 | <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 PROGRAM_BUILD=2015... | 4 | Fixed subject in sendmail | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049774 | <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 PROGRAM_BUILD=2015... | 4 | Fixed subject in sendmail | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049775 | <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... | 9 | (doc) another update to README | 0 | .md | md | apache-2.0 | less/less.js |
10049776 | <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... | 9 | (doc) another update to README | 0 | .md | md | apache-2.0 | less/less.js |
10049777 | <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... | 9 | (doc) another update to README | 0 | .md | md | apache-2.0 | less/less.js |
10049778 | <NME> import-charset-test.less
<BEF> ADDFILE
<MSG> only include the first @charset definition - subsequent ones will be
rendered as a comment + debugInfo when debugging is enabled.
<DFF> @@ -0,0 +1,1 @@
+@charset "ISO-8859-1";
\ No newline at end of file
| 1 | only include the first @charset definition - subsequent ones will be rendered as a comment + debugInfo when debugging is enabled. | 0 | .less | less | apache-2.0 | less/less.js |
10049779 | <NME> import-charset-test.less
<BEF> ADDFILE
<MSG> only include the first @charset definition - subsequent ones will be
rendered as a comment + debugInfo when debugging is enabled.
<DFF> @@ -0,0 +1,1 @@
+@charset "ISO-8859-1";
\ No newline at end of file
| 1 | only include the first @charset definition - subsequent ones will be rendered as a comment + debugInfo when debugging is enabled. | 0 | .less | less | apache-2.0 | less/less.js |
10049780 | <NME> import-charset-test.less
<BEF> ADDFILE
<MSG> only include the first @charset definition - subsequent ones will be
rendered as a comment + debugInfo when debugging is enabled.
<DFF> @@ -0,0 +1,1 @@
+@charset "ISO-8859-1";
\ No newline at end of file
| 1 | only include the first @charset definition - subsequent ones will be rendered as a comment + debugInfo when debugging is enabled. | 0 | .less | less | apache-2.0 | less/less.js |
10049781 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112101 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################... | 3 | Fixed old executability exclusion on MacOS | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10049782 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112101 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: #############################################################... | 3 | Fixed old executability exclusion on MacOS | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10049783 | <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 2016112901
# 4 tests:
# quicklocal
# quickremote (with ssh_filter.sh)
# conflocal
# confremote (with ssh_filt... | 41 | Updated tests with v1.1 branch timed execution tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049784 | <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 2016112901
# 4 tests:
# quicklocal
# quickremote (with ssh_filter.sh)
# conflocal
# confremote (with ssh_filt... | 41 | Updated tests with v1.1 branch timed execution tests | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10049785 | <NME> extend-exact.less
<BEF> ADDFILE
<MSG> Add exact syntax for extend
<DFF> @@ -0,0 +1,43 @@
+.replace.replace,
+.c.replace + .replace {
+ .replace,
+ .c {
+ prop: copy-paste-replace;
+ }
+}
+.rep_ace:extend(.replace.replace .replace) {}
+
+.a .b .c {
+ prop: not_effected;
+}
+
+.a {
+ prop: is_effected;
+ ... | 43 | Add exact syntax for extend | 0 | .less | less | apache-2.0 | less/less.js |
10049786 | <NME> extend-exact.less
<BEF> ADDFILE
<MSG> Add exact syntax for extend
<DFF> @@ -0,0 +1,43 @@
+.replace.replace,
+.c.replace + .replace {
+ .replace,
+ .c {
+ prop: copy-paste-replace;
+ }
+}
+.rep_ace:extend(.replace.replace .replace) {}
+
+.a .b .c {
+ prop: not_effected;
+}
+
+.a {
+ prop: is_effected;
+ ... | 43 | Add exact syntax for extend | 0 | .less | less | apache-2.0 | less/less.js |
10049787 | <NME> extend-exact.less
<BEF> ADDFILE
<MSG> Add exact syntax for extend
<DFF> @@ -0,0 +1,43 @@
+.replace.replace,
+.c.replace + .replace {
+ .replace,
+ .c {
+ prop: copy-paste-replace;
+ }
+}
+.rep_ace:extend(.replace.replace .replace) {}
+
+.a .b .c {
+ prop: not_effected;
+}
+
+.a {
+ prop: is_effected;
+ ... | 43 | Add exact syntax for extend | 0 | .less | less | apache-2.0 | less/less.js |
10049788 | <NME> detached-rulesets.less
<BEF> ADDFILE
<MSG> detached rulesets
<DFF> @@ -0,0 +1,16 @@
+@ruleset: {
+ color: black;
+ background: white;
+ };
+
+.wrap-mixin(@ruleset) {
+ .wrap-selector {
+ @ruleset();
+ }
+};
+
+.wrap-mixin({
+ color: black;
+});
+
+.wrap-mixin(@ruleset);
\ No newline at end of ... | 16 | detached rulesets | 0 | .less | less | apache-2.0 | less/less.js |
10049789 | <NME> detached-rulesets.less
<BEF> ADDFILE
<MSG> detached rulesets
<DFF> @@ -0,0 +1,16 @@
+@ruleset: {
+ color: black;
+ background: white;
+ };
+
+.wrap-mixin(@ruleset) {
+ .wrap-selector {
+ @ruleset();
+ }
+};
+
+.wrap-mixin({
+ color: black;
+});
+
+.wrap-mixin(@ruleset);
\ No newline at end of ... | 16 | detached rulesets | 0 | .less | less | apache-2.0 | less/less.js |
10049790 | <NME> detached-rulesets.less
<BEF> ADDFILE
<MSG> detached rulesets
<DFF> @@ -0,0 +1,16 @@
+@ruleset: {
+ color: black;
+ background: white;
+ };
+
+.wrap-mixin(@ruleset) {
+ .wrap-selector {
+ @ruleset();
+ }
+};
+
+.wrap-mixin({
+ color: black;
+});
+
+.wrap-mixin(@ruleset);
\ No newline at end of ... | 16 | detached rulesets | 0 | .less | less | apache-2.0 | less/less.js |
10049791 | <NME> README.md
<BEF> # ⚠️ Not supported anymore. <br> Consider using [the offical Highcharts wrapper for Angular]( https://github.com/highcharts/highcharts-angular)
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[
# angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[. More information also available [in our wiki](https:/... | 323 | overhaul README. adds information about installing, testing and development | 12 | .md | md | apache-2.0 | less/less.js |
10049794 | <NME> README.md
<BEF> less.js
=======
The **dynamic** stylesheet language.
<http://lesscss.org>
about
-----
This is the JavaScript, and now official, stable version of LESS.
For more information on the language and usage visit [lesscss.org](http://lesscss.org). More information also available [in our wiki](https:/... | 323 | overhaul README. adds information about installing, testing and development | 12 | .md | md | apache-2.0 | less/less.js |
10049795 | <NME> README.md
<BEF> less.js
=======
The **dynamic** stylesheet language.
<http://lesscss.org>
about
-----
This is the JavaScript, and now official, stable version of LESS.
For more information on the language and usage visit [lesscss.org](http://lesscss.org). More information also available [in our wiki](https:/... | 323 | overhaul README. adds information about installing, testing and development | 12 | .md | md | apache-2.0 | less/less.js |
10049796 | <NME> Browser.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:browser')
/**
* Created by: Luciano A. Ganga
* Inspired by:
* - Doffy (https://github.com/qieguo2016/doffy)
* - Horseman (https://github.com/johntitus/node-horseman)
* More Info:
* https://developers.google.com/web/updates/... | 1 | Before trying to kill a chrome instance, check if it exists. It may not exists if the browser wasn't launched by this module | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10049797 | <NME> setupHandlers.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:handlers')
const networkEvents = require('./events/network')
module.exports = async function setupHandlers () {
debug(`Setting up handlers...`)
const Page = this.client.Page
const Log = this.client.Log
/**
* Prepare t... | 12 | Fix setupHandlers file to support custom log | 9 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10049798 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 20161112001
# 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 ... | 9 | Improved unit tests compat with BSD | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10049799 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 20161112001
# 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 ... | 9 | Improved unit tests compat with BSD | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10049800 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 3 | Error mismatch update | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10049801 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BU... | 3 | Error mismatch update | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10049802 | <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... | 3 | More init platform exclusions | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049803 | <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... | 3 | More init platform exclusions | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049804 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Merge pull request #1921 from rback/master
Pass options object to parser.parse in less.render
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.re... | 17 | Merge pull request #1921 from rback/master | 0 | .js | js | apache-2.0 | less/less.js |
10049805 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Merge pull request #1921 from rback/master
Pass options object to parser.parse in less.render
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.re... | 17 | Merge pull request #1921 from rback/master | 0 | .js | js | apache-2.0 | less/less.js |
10049806 | <NME> modify-vars.js
<BEF> ADDFILE
<MSG> Merge pull request #1921 from rback/master
Pass options object to parser.parse in less.render
<DFF> @@ -0,0 +1,17 @@
+var less = require('../lib/less'),
+ fs = require('fs')
+
+var input = fs.readFileSync("./test/less/modifyVars/extended.less", 'utf8')
+var expectedCss = fs.re... | 17 | Merge pull request #1921 from rback/master | 0 | .js | js | apache-2.0 | less/less.js |
10049807 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016110901 ## 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 name when instance isn't kwnown yet | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049808 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016110901 ## 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 name when instance isn't kwnown yet | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049809 | <NME> mixins-nested.less
<BEF> ADDFILE
<MSG> Fix dynamic mixins with nested rules
Dynamic mixins with more than one level of nesting wouldn't work.
This is now fixed. Also refactored mixin.definition.eval a little.
<DFF> @@ -0,0 +1,13 @@
+.mix (@a: 10) {
+ .inner {
+ height: @a * 10;
+
+ .innest {
+ width... | 13 | Fix dynamic mixins with nested rules | 0 | .less | less | apache-2.0 | less/less.js |
10049810 | <NME> mixins-nested.less
<BEF> ADDFILE
<MSG> Fix dynamic mixins with nested rules
Dynamic mixins with more than one level of nesting wouldn't work.
This is now fixed. Also refactored mixin.definition.eval a little.
<DFF> @@ -0,0 +1,13 @@
+.mix (@a: 10) {
+ .inner {
+ height: @a * 10;
+
+ .innest {
+ width... | 13 | Fix dynamic mixins with nested rules | 0 | .less | less | apache-2.0 | less/less.js |
10049811 | <NME> mixins-nested.less
<BEF> ADDFILE
<MSG> Fix dynamic mixins with nested rules
Dynamic mixins with more than one level of nesting wouldn't work.
This is now fixed. Also refactored mixin.definition.eval a little.
<DFF> @@ -0,0 +1,13 @@
+.mix (@a: 10) {
+ .inner {
+ height: @a * 10;
+
+ .innest {
+ width... | 13 | Fix dynamic mixins with nested rules | 0 | .less | less | apache-2.0 | less/less.js |
10049812 | <NME> legacy.less
<BEF> ADDFILE
<MSG> Add strictUnits option, add tests for legacy behaviour
<DFF> @@ -0,0 +1,5 @@
+.test-maths-and-units {
+ mix-units: 1px + 1em;
+ invalid-units: 1px * 1px;
+ test-division: 4 / 2 + 5em;
+}
\ No newline at end of file
| 5 | Add strictUnits option, add tests for legacy behaviour | 0 | .less | less | apache-2.0 | less/less.js |
10049813 | <NME> legacy.less
<BEF> ADDFILE
<MSG> Add strictUnits option, add tests for legacy behaviour
<DFF> @@ -0,0 +1,5 @@
+.test-maths-and-units {
+ mix-units: 1px + 1em;
+ invalid-units: 1px * 1px;
+ test-division: 4 / 2 + 5em;
+}
\ No newline at end of file
| 5 | Add strictUnits option, add tests for legacy behaviour | 0 | .less | less | apache-2.0 | less/less.js |
10049814 | <NME> legacy.less
<BEF> ADDFILE
<MSG> Add strictUnits option, add tests for legacy behaviour
<DFF> @@ -0,0 +1,5 @@
+.test-maths-and-units {
+ mix-units: 1px + 1em;
+ invalid-units: 1px * 1px;
+ test-division: 4 / 2 + 5em;
+}
\ No newline at end of file
| 5 | Add strictUnits option, add tests for legacy behaviour | 0 | .less | less | apache-2.0 | less/less.js |
10049815 | <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 | Merge pull request #2268 from vlajos/typofixes20141102 | 2 | .md | md | apache-2.0 | less/less.js |
10049816 | <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 | Merge pull request #2268 from vlajos/typofixes20141102 | 2 | .md | md | apache-2.0 | less/less.js |
10049817 | <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 | Merge pull request #2268 from vlajos/typofixes20141102 | 2 | .md | md | apache-2.0 | less/less.js |
10049818 | <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 | update README with new api | 1 | .md | md | apache-2.0 | less/less.js |
10049819 | <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 | update README with new api | 1 | .md | md | apache-2.0 | less/less.js |
10049820 | <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 | update README with new api | 1 | .md | md | apache-2.0 | less/less.js |
10049821 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s... | 1 | Update README.md | 1 | .md | md | apache-2.0 | less/less.js |
10049822 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s... | 1 | Update README.md | 1 | .md | md | apache-2.0 | less/less.js |
10049823 | <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="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.s... | 1 | Update README.md | 1 | .md | md | apache-2.0 | less/less.js |
10049824 | <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 | Log verbosely what's happening on remote side on deletion | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10049825 | <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 | Log verbosely what's happening on remote side on deletion | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10049826 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC1+dev PROGRAM_BUIL... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049827 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC1+dev PROGRAM_BUIL... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049828 | <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... | 10 | More travis ACL testing | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10049829 | <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... | 10 | More travis ACL testing | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10049830 | <NME> README.md
<BEF> [](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 ... | 4 | Merge pull request #15 from R-Yoshi0701/fix_readme | 1 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10049831 | <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... | 0 | updated README | 4 | .md | md | apache-2.0 | less/less.js |
10049832 | <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... | 0 | updated README | 4 | .md | md | apache-2.0 | less/less.js |
10049833 | <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... | 0 | updated README | 4 | .md | md | apache-2.0 | less/less.js |
10049834 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 3 | Cosmetic changes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10049835 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash ## Generic and highly portable bash functions written in 2013-2022 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr #TODO: ExecTasks postponed arrays / files grow a lot. Consider having them "rolling" (cleaned at numberOfEvents) #TODO: command line arguments do... | 3 | Cosmetic changes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10049836 | <NME> less-1.0.10.min.js
<BEF> ADDFILE
<MSG> dist/ init
<DFF> @@ -0,0 +1,66 @@
+//
+// LESS - Leaner CSS v1.0.10
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the MIT license.
+//
+if(!Array.isArray)Array.isArray=function(a){return Object.prototype.toString.call(a)==="[object Ar... | 66 | dist/ init | 0 | .js | 0 | apache-2.0 | less/less.js |
10049837 | <NME> less-1.0.10.min.js
<BEF> ADDFILE
<MSG> dist/ init
<DFF> @@ -0,0 +1,66 @@
+//
+// LESS - Leaner CSS v1.0.10
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the MIT license.
+//
+if(!Array.isArray)Array.isArray=function(a){return Object.prototype.toString.call(a)==="[object Ar... | 66 | dist/ init | 0 | .js | 0 | apache-2.0 | less/less.js |
10049838 | <NME> less-1.0.10.min.js
<BEF> ADDFILE
<MSG> dist/ init
<DFF> @@ -0,0 +1,66 @@
+//
+// LESS - Leaner CSS v1.0.10
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the MIT license.
+//
+if(!Array.isArray)Array.isArray=function(a){return Object.prototype.toString.call(a)==="[object Ar... | 66 | dist/ init | 0 | .js | 0 | apache-2.0 | less/less.js |
10049839 | <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 2016120503
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 19 | Simplified test suite | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10049840 | <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 2016120503
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 19 | Simplified test suite | 17 | .sh | sh | bsd-3-clause | deajan/osync |
10049841 | <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 | skipping ACL tests on travis (no get/setfacl support) | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10049842 | <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 | skipping ACL tests on travis (no get/setfacl support) | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10049843 | <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 | Updated with suggestions | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10049844 | <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 | Updated with suggestions | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10049845 | <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="osync" ... | 2 | Bump osync version | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049846 | <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="osync" ... | 2 | Bump osync version | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10049847 | <NME> abstract-plugin-loader.js
<BEF> ADDFILE
<MSG> Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name
<DFF> @@ -0,0 +1,143 @@
+var functionRegistry = require("../functions/function-registry");
+var AbstractPluginLoader = function() {
+};
+
+function error(msg, type) {
+ thr... | 143 | Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name | 0 | .js | js | apache-2.0 | less/less.js |
10049848 | <NME> abstract-plugin-loader.js
<BEF> ADDFILE
<MSG> Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name
<DFF> @@ -0,0 +1,143 @@
+var functionRegistry = require("../functions/function-registry");
+var AbstractPluginLoader = function() {
+};
+
+function error(msg, type) {
+ thr... | 143 | Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name | 0 | .js | js | apache-2.0 | less/less.js |
10049849 | <NME> abstract-plugin-loader.js
<BEF> ADDFILE
<MSG> Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name
<DFF> @@ -0,0 +1,143 @@
+var functionRegistry = require("../functions/function-registry");
+var AbstractPluginLoader = function() {
+};
+
+function error(msg, type) {
+ thr... | 143 | Add AbstractPluginLoader to create a cross-platform abstraction for loading plugins by name | 0 | .js | js | apache-2.0 | less/less.js |