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 |
|---|---|---|---|---|---|---|---|---|
10054150 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 8 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054151 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 8 | Rebuilt targets | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10054152 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017020801
## ---------- GENERAL OPTIONS
## Direc... | 3 | Merge branch 'master' into fix_options | 1 | .example | conf | bsd-3-clause | deajan/osync |
10054153 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
###### osync v1.1x / v1.2x config file rev 2017020801
## ---------- GENERAL OPTIONS
## Direc... | 3 | Merge branch 'master' into fix_options | 1 | .example | conf | bsd-3-clause | deajan/osync |
10054154 | <NME> namespacing-operations.less
<BEF> ADDFILE
<MSG> Bugfix - namespace values (#3251)
* Added more CSS Grid tests
* Added media query example to tests
* Fixed bug where namespace values didn't work in guards and operations
* Fix failing setOptions test
* Update phantomJS, demo more permissive DR tests
* v3.5.0... | 15 | Bugfix - namespace values (#3251) | 0 | .less | less | apache-2.0 | less/less.js |
10054155 | <NME> namespacing-operations.less
<BEF> ADDFILE
<MSG> Bugfix - namespace values (#3251)
* Added more CSS Grid tests
* Added media query example to tests
* Fixed bug where namespace values didn't work in guards and operations
* Fix failing setOptions test
* Update phantomJS, demo more permissive DR tests
* v3.5.0... | 15 | Bugfix - namespace values (#3251) | 0 | .less | less | apache-2.0 | less/less.js |
10054156 | <NME> namespacing-operations.less
<BEF> ADDFILE
<MSG> Bugfix - namespace values (#3251)
* Added more CSS Grid tests
* Added media query example to tests
* Fixed bug where namespace values didn't work in guards and operations
* Fix failing setOptions test
* Update phantomJS, demo more permissive DR tests
* v3.5.0... | 15 | Bugfix - namespace values (#3251) | 0 | .less | less | apache-2.0 | less/less.js |
10054157 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 1 | Added daemon mode known issue | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054158 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013... | 1 | Added daemon mode known issue | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054159 | <NME> runner-rootpath-relative-spec.js
<BEF> ADDFILE
<MSG> Added rootpath-relative tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath and relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath-relative tests. | 0 | .js | js | apache-2.0 | less/less.js |
10054160 | <NME> runner-rootpath-relative-spec.js
<BEF> ADDFILE
<MSG> Added rootpath-relative tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath and relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath-relative tests. | 0 | .js | js | apache-2.0 | less/less.js |
10054161 | <NME> runner-rootpath-relative-spec.js
<BEF> ADDFILE
<MSG> Added rootpath-relative tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath and relative url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath-relative tests. | 0 | .js | js | apache-2.0 | less/less.js |
10054162 | <NME> prepublish.sh
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing
# Conflicts:
# README.md
# package.json
<DFF> @@ -0,0 +1,67 @@
+#!/bin/bash
+
+# Get Arguments
+while [[ $# -gt 1 ]]
+do
+key="$1"
+
+case $key in
+ -pv|--publish-version)
+ VERSION="$2"
+ s... | 67 | Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10054163 | <NME> prepublish.sh
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing
# Conflicts:
# README.md
# package.json
<DFF> @@ -0,0 +1,67 @@
+#!/bin/bash
+
+# Get Arguments
+while [[ $# -gt 1 ]]
+do
+key="$1"
+
+case $key in
+ -pv|--publish-version)
+ VERSION="$2"
+ s... | 67 | Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10054164 | <NME> prepublish.sh
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing
# Conflicts:
# README.md
# package.json
<DFF> @@ -0,0 +1,67 @@
+#!/bin/bash
+
+# Get Arguments
+while [[ $# -gt 1 ]]
+do
+key="$1"
+
+case $key in
+ -pv|--publish-version)
+ VERSION="$2"
+ s... | 67 | Merge remote-tracking branch 'refs/remotes/origin/master' into feature-testing | 0 | .sh | sh | mit | nicky-lenaers/ngx-scroll-to |
10054165 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016081901
DEV_DIR="/home/git/osync/dev"
OSYNC_EXECUTABLE="n_osync.sh"
INITIATOR_DIR="/opt/osync/initiator"
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tests:
# quicklocal
# quickremote (with ssh_filter.sh)
# conflocal
# conf... | 6 | Added test dir to include shunit2 | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054166 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016081901
DEV_DIR="/home/git/osync/dev"
OSYNC_EXECUTABLE="n_osync.sh"
INITIATOR_DIR="/opt/osync/initiator"
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tests:
# quicklocal
# quickremote (with ssh_filter.sh)
# conflocal
# conf... | 6 | Added test dir to include shunit2 | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054167 | <NME> util.js
<BEF> 'use strict'
const cssesc = require('cssesc');
/**
* Checks if the browser is initialized. Exits the process if it's not
*/
exports.browserIsInitialized = function browserIsInitialized () {
if (!this.isInitialized()) {
console.error('HeadlessChrome is not ready; call browser.init() before ... | 19 | Merge pull request #19 from mlessio/master | 5 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10054168 | <NME> karma-test-shim.js
<BEF> debugger;
if (!Object.hasOwnProperty('name')) {
Object.defineProperty(Function.prototype, 'name', {
get: function() {
var matches = this.toString().match(/^\s*function\s*(\S*)\s*\(/);
var name = matches && matches.length > 1 ? matches[1] : "";
... | 2 | fix highcharts stub | 1 | .js | js | mit | gevgeny/angular2-highcharts |
10054169 | <NME> karma-test-shim.js
<BEF> debugger;
if (!Object.hasOwnProperty('name')) {
Object.defineProperty(Function.prototype, 'name', {
get: function() {
var matches = this.toString().match(/^\s*function\s*(\S*)\s*\(/);
var name = matches && matches.length > 1 ? matches[1] : "";
... | 2 | fix highcharts stub | 1 | .js | js | mit | gevgeny/angular2-highcharts |
10054170 | <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 | ExecTasks debug __CheckArguments should happen before debug log | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054171 | <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 | ExecTasks debug __CheckArguments should happen before debug log | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054172 | <NME> permissive-parse.less
<BEF> ADDFILE
<MSG> Fixes #3147 #2715 (#3213)
* Adds permissive parsing for at-rules and custom properties
* Added error tests for permissive parsing
* Change custom property value to quoted-like value
* Allow interpolation in unknown at-rules
* Allows variables to fallback to permissiv... | 51 | Fixes #3147 #2715 (#3213) | 0 | .less | less | apache-2.0 | less/less.js |
10054173 | <NME> permissive-parse.less
<BEF> ADDFILE
<MSG> Fixes #3147 #2715 (#3213)
* Adds permissive parsing for at-rules and custom properties
* Added error tests for permissive parsing
* Change custom property value to quoted-like value
* Allow interpolation in unknown at-rules
* Allows variables to fallback to permissiv... | 51 | Fixes #3147 #2715 (#3213) | 0 | .less | less | apache-2.0 | less/less.js |
10054174 | <NME> permissive-parse.less
<BEF> ADDFILE
<MSG> Fixes #3147 #2715 (#3213)
* Adds permissive parsing for at-rules and custom properties
* Added error tests for permissive parsing
* Change custom property value to quoted-like value
* Allow interpolation in unknown at-rules
* Allows variables to fallback to permissiv... | 51 | Fixes #3147 #2715 (#3213) | 0 | .less | less | apache-2.0 | less/less.js |
10054175 | <NME> javascript.less
<BEF> ADDFILE
<MSG> preliminary support for evaluating JavaScript code inside LESS
<DFF> @@ -0,0 +1,10 @@
+.eval {
+ js: `42`;
+ js: `1 + 1`;
+ js: `"hello world"`;
+ sigkill: `process.SIGKILL`;
+}
+.scope {
+ @foo: 42;
+ var: `this.foo`;
+}
| 10 | preliminary support for evaluating JavaScript code inside LESS | 0 | .less | less | apache-2.0 | less/less.js |
10054176 | <NME> javascript.less
<BEF> ADDFILE
<MSG> preliminary support for evaluating JavaScript code inside LESS
<DFF> @@ -0,0 +1,10 @@
+.eval {
+ js: `42`;
+ js: `1 + 1`;
+ js: `"hello world"`;
+ sigkill: `process.SIGKILL`;
+}
+.scope {
+ @foo: 42;
+ var: `this.foo`;
+}
| 10 | preliminary support for evaluating JavaScript code inside LESS | 0 | .less | less | apache-2.0 | less/less.js |
10054177 | <NME> javascript.less
<BEF> ADDFILE
<MSG> preliminary support for evaluating JavaScript code inside LESS
<DFF> @@ -0,0 +1,10 @@
+.eval {
+ js: `42`;
+ js: `1 + 1`;
+ js: `"hello world"`;
+ sigkill: `process.SIGKILL`;
+}
+.scope {
+ @foo: 42;
+ var: `this.foo`;
+}
| 10 | preliminary support for evaluating JavaScript code inside LESS | 0 | .less | less | apache-2.0 | less/less.js |
10054178 | <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... | 22 | Rebuilt targetsé | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054179 | <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... | 22 | Rebuilt targetsé | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10054180 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017031301
## 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"
}
... | 2 | Added VerComp Subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054181 | <NME> merge.sh
<BEF> #!/usr/bin/env bash
## MERGE 2017031301
## 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"
}
... | 2 | Added VerComp Subset | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054182 | <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... | 0 | Removed elder comments | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054183 | <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... | 0 | Removed elder comments | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054184 | <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... | 5 | Added pgrep test | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054185 | <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... | 5 | Added pgrep test | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054186 | <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... | 3 | Removed redundant partial exclude dir from daemon | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054187 | <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... | 3 | Removed redundant partial exclude dir from daemon | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054188 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019052202
# 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 | Added --ssh-controlmaster test for #169 | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054189 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2019052202
# 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 | Added --ssh-controlmaster test for #169 | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054190 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
- Cannot write pidlock on remote slave with SUDO_EXEC=yes but insufficient rights (sudo does not work for command echo)
- If master and remote slave aren't the same distros and rsync binary isn't in the same path, execution may fail (RSYNC_PATH should be configurable)
- Poss... | 7 | New tests... new problems. | 1 | .md | md | bsd-3-clause | deajan/osync |
10054191 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
- Cannot write pidlock on remote slave with SUDO_EXEC=yes but insufficient rights (sudo does not work for command echo)
- If master and remote slave aren't the same distros and rsync binary isn't in the same path, execution may fail (RSYNC_PATH should be configurable)
- Poss... | 7 | New tests... new problems. | 1 | .md | md | bsd-3-clause | deajan/osync |
10054192 | <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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 3 | Fixed sync_update steps | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054193 | <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 AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 3 | Fixed sync_update steps | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054194 | <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.99preRC2 OSYNC_BUILD=1009201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN... | 12 | Added STOP_ON_CMD_ERROR function | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054195 | <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.99preRC2 OSYNC_BUILD=1009201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUN... | 12 | Added STOP_ON_CMD_ERROR function | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054196 | <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... | 14 | Updated unit tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054197 | <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... | 14 | Updated unit tests | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054198 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 1 | Fixed possible vulnerability with program execution path. | 3 | osync-srv | bsd-3-clause | deajan/osync | |
10054199 | <NME> osync-srv
<BEF> #!/usr/bin/env bash
#
# osync-srv Two way directory sync daemon
#
# chkconfig: - 90 99
# description: monitors a local directory and syncs to a local or remote \
# directory on file changes
# processname: /usr/local/bin/osync.sh
# config: /etc/osync/*.conf
# pidfile: /var/run/osync
#... | 1 | Fixed possible vulnerability with program execution path. | 3 | osync-srv | bsd-3-clause | deajan/osync | |
10054200 | <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 | Fix Example to match new syntax | 2 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10054201 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10054202 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
### dd Mmm YYYY: To be done
- Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on co... | 1 | Updated changelog | 0 | .md | md | bsd-3-clause | deajan/osync |
10054203 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=1.1-pre
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016041401
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8... | 5 | Fixed install on MacOS. Also added os report. | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054204 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM_VERSION=1.1-pre
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SCRIPT_BUILD=2016041401
## osync / obackup / pmocr / zsnap install script
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8... | 5 | Fixed install on MacOS. Also added os report. | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054205 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.1 _OFUNCTIONS_BUILD=2017041101 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=progr... | 23 | Added perf profiler | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054206 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1.1 _OFUNCTIONS_BUILD=2017041101 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### ## PROGRAM=program-name ## INSTANCE_ID=progr... | 23 | Added perf profiler | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054207 | <NME> plugin-tree-nodes.js
<BEF> ADDFILE
<MSG> Merge pull request #2785 from less/root-functions
Allows root (non-value) functions in Less
<DFF> @@ -0,0 +1,80 @@
+functions.addMultiple({
+
+ "test-comment": function() {
+ return new tree.Combinator(' ');
+ },
+ "test-directive": function(arg1, arg2) {
... | 80 | Merge pull request #2785 from less/root-functions | 0 | .js | js | apache-2.0 | less/less.js |
10054208 | <NME> plugin-tree-nodes.js
<BEF> ADDFILE
<MSG> Merge pull request #2785 from less/root-functions
Allows root (non-value) functions in Less
<DFF> @@ -0,0 +1,80 @@
+functions.addMultiple({
+
+ "test-comment": function() {
+ return new tree.Combinator(' ');
+ },
+ "test-directive": function(arg1, arg2) {
... | 80 | Merge pull request #2785 from less/root-functions | 0 | .js | js | apache-2.0 | less/less.js |
10054209 | <NME> plugin-tree-nodes.js
<BEF> ADDFILE
<MSG> Merge pull request #2785 from less/root-functions
Allows root (non-value) functions in Less
<DFF> @@ -0,0 +1,80 @@
+functions.addMultiple({
+
+ "test-comment": function() {
+ return new tree.Combinator(' ');
+ },
+ "test-directive": function(arg1, arg2) {
... | 80 | Merge pull request #2785 from less/root-functions | 0 | .js | js | apache-2.0 | less/less.js |
10054210 | <NME> include-path-string.less
<BEF> ADDFILE
<MSG> Merge pull request #2505 from bassjobsen/paths
fix for issue #2500
<DFF> @@ -0,0 +1,3 @@
+data-uri {
+ property: data-uri('image.svg');
+}
| 3 | Merge pull request #2505 from bassjobsen/paths | 0 | .less | less | apache-2.0 | less/less.js |
10054211 | <NME> include-path-string.less
<BEF> ADDFILE
<MSG> Merge pull request #2505 from bassjobsen/paths
fix for issue #2500
<DFF> @@ -0,0 +1,3 @@
+data-uri {
+ property: data-uri('image.svg');
+}
| 3 | Merge pull request #2505 from bassjobsen/paths | 0 | .less | less | apache-2.0 | less/less.js |
10054212 | <NME> include-path-string.less
<BEF> ADDFILE
<MSG> Merge pull request #2505 from bassjobsen/paths
fix for issue #2500
<DFF> @@ -0,0 +1,3 @@
+data-uri {
+ property: data-uri('image.svg');
+}
| 3 | Merge pull request #2505 from bassjobsen/paths | 0 | .less | less | apache-2.0 | less/less.js |
10054213 | <NME> mixin-not-defined-2.txt
<BEF> ADDFILE
<MSG> Expressions require a delimiter of some kind in mixin args
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: No matching definition was found for `.non-matching-mixin(x, y)` in {path}mixin-not-defined-2.less on line 6, column 3:
+5 x {
+6 .non-matching-mixin(x, y);
+7 }
| 4 | Expressions require a delimiter of some kind in mixin args | 0 | .txt | txt | apache-2.0 | less/less.js |
10054214 | <NME> mixin-not-defined-2.txt
<BEF> ADDFILE
<MSG> Expressions require a delimiter of some kind in mixin args
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: No matching definition was found for `.non-matching-mixin(x, y)` in {path}mixin-not-defined-2.less on line 6, column 3:
+5 x {
+6 .non-matching-mixin(x, y);
+7 }
| 4 | Expressions require a delimiter of some kind in mixin args | 0 | .txt | txt | apache-2.0 | less/less.js |
10054215 | <NME> mixin-not-defined-2.txt
<BEF> ADDFILE
<MSG> Expressions require a delimiter of some kind in mixin args
<DFF> @@ -0,0 +1,4 @@
+RuntimeError: No matching definition was found for `.non-matching-mixin(x, y)` in {path}mixin-not-defined-2.less on line 6, column 3:
+5 x {
+6 .non-matching-mixin(x, y);
+7 }
| 4 | Expressions require a delimiter of some kind in mixin args | 0 | .txt | txt | apache-2.0 | less/less.js |
10054216 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="Osync-batch" # Batch program to run osync instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_BUILD=2015092801
## Runs an osync instance f... | 2 | Removed unnecessary logger line | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054217 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="Osync-batch" # Batch program to run osync instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_BUILD=2015092801
## Runs an osync instance f... | 2 | Removed unnecessary logger line | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10054218 | <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... | 35 | Indented function chronology description | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10054219 | <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... | 35 | Indented function chronology description | 34 | .sh | sh | bsd-3-clause | deajan/osync |
10054220 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054221 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054222 | <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... | 1 | Update README | 1 | .md | md | mit | nicky-lenaers/ngx-scroll-to |
10054223 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> Merge pull request #2489 from bassjobsen/browser-plugin-test
add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | Merge pull request #2489 from bassjobsen/browser-plugin-test | 0 | .js | js | apache-2.0 | less/less.js |
10054224 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> Merge pull request #2489 from bassjobsen/browser-plugin-test
add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | Merge pull request #2489 from bassjobsen/browser-plugin-test | 0 | .js | js | apache-2.0 | less/less.js |
10054225 | <NME> runner-postProcessorPlugin.js
<BEF> ADDFILE
<MSG> Merge pull request #2489 from bassjobsen/browser-plugin-test
add browser postProcessor Plugin test
<DFF> @@ -0,0 +1,3 @@
+describe("less.js postProcessor Plugin", function() {
+ testLessEqualsInDocument();
+});
| 3 | Merge pull request #2489 from bassjobsen/browser-plugin-test | 0 | .js | js | apache-2.0 | less/less.js |
10054226 | <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... | 25 | Added target helper to install script | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054227 | <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... | 25 | Added target helper to install script | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10054228 | <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=1611201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI... | 27 | Added ssh uri support | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054229 | <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=1611201301 DEBUG=no SCRIPT_PID=$$ PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTI... | 27 | Added ssh uri support | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10054230 | <NME> README.md
<BEF> # angular2-highcharts
> Highcharts chart components for Angular apps. 👉 [Live Demo](http://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[
[](https://travis-ci.org/gevgeny/angular2-highcharts)
[ 2013-2016 ... | 253 | Rebuilt targets | 158 | .sh | sh | bsd-3-clause | deajan/osync |
10054233 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO: add update script for -pgo options # Also eliminate ACL sync script if all preserve = no # Remove Waitfor function in already sent to background functions to reduce code overhead PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 ... | 253 | Rebuilt targets | 158 | .sh | sh | bsd-3-clause | deajan/osync |
10054234 | <NME> README.md
<BEF> # angular2-highcharts
Angular2 charting components based on Highcharts.
###[Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
```
npm install angular2-highcharts --save
[](https://travis-ci.org/gevgeny/angul... | 2 | Update README.md | 1 | .md | md | mit | gevgeny/angular2-highcharts |
10054235 | <NME> README.md
<BEF> # angular2-highcharts
Angular2 charting components based on Highcharts.
###[Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
```
npm install angular2-highcharts --save
[](https://travis-ci.org/gevgeny/angul... | 2 | Update README.md | 1 | .md | md | mit | gevgeny/angular2-highcharts |
10054236 | <NME> osync_target_helper.sh <BEF> ADDFILE <MSG> Rebuilt targets <DFF> @@ -0,0 +1,2375 @@ +#!/usr/bin/env bash + +PROGRAM="osync-target-helper" # Rsync based two way sync engine with fault tolerance +AUTHOR="(C) 2013-2017 by Orsiris de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" +PROGRAM_VERSION=1.2... | 2,375 | Rebuilt targets | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054237 | <NME> osync_target_helper.sh <BEF> ADDFILE <MSG> Rebuilt targets <DFF> @@ -0,0 +1,2375 @@ +#!/usr/bin/env bash + +PROGRAM="osync-target-helper" # Rsync based two way sync engine with fault tolerance +AUTHOR="(C) 2013-2017 by Orsiris de Jong" +CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" +PROGRAM_VERSION=1.2... | 2,375 | Rebuilt targets | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10054238 | <NME> js-type-error.txt
<BEF> ADDFILE
<MSG> chore: fix less project ci (#3652)
* chore: fix less ci
* fix: add missing semver require
* fix: fix the error format and file path
* chore: fix error format
* chore: fix test snapshot
* chore: fix error position
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: JavaScript ... | 4 | chore: fix less project ci (#3652) | 0 | .txt | txt | apache-2.0 | less/less.js |
10054239 | <NME> js-type-error.txt
<BEF> ADDFILE
<MSG> chore: fix less project ci (#3652)
* chore: fix less ci
* fix: add missing semver require
* fix: fix the error format and file path
* chore: fix error format
* chore: fix test snapshot
* chore: fix error position
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: JavaScript ... | 4 | chore: fix less project ci (#3652) | 0 | .txt | txt | apache-2.0 | less/less.js |
10054240 | <NME> js-type-error.txt
<BEF> ADDFILE
<MSG> chore: fix less project ci (#3652)
* chore: fix less ci
* fix: add missing semver require
* fix: fix the error format and file path
* chore: fix error format
* chore: fix test snapshot
* chore: fix error position
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: JavaScript ... | 4 | chore: fix less project ci (#3652) | 0 | .txt | txt | apache-2.0 | less/less.js |
10054241 | <NME> upgrade-v1.0x-v1.3x.sh
<BEF> #!/usr/bin/env bash
PROGRAM="osync instance upgrade script"
SUBPROGRAM="osync"
AUTHOR="(C) 2016-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
OLD_PROGRAM_VERSION="v1.0x-v1.2x"
NEW_PROGRAM_VERSION="v1.3x"
CONFIG_FILE_REVISION=1.3.0
PROGRAM_BUILD=201... | 2 | Set default LOG_CONFLICTS=false, fixes #181 | 2 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10054242 | <NME> upgrade-v1.0x-v1.3x.sh
<BEF> #!/usr/bin/env bash
PROGRAM="osync instance upgrade script"
SUBPROGRAM="osync"
AUTHOR="(C) 2016-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
OLD_PROGRAM_VERSION="v1.0x-v1.2x"
NEW_PROGRAM_VERSION="v1.3x"
CONFIG_FILE_REVISION=1.3.0
PROGRAM_BUILD=201... | 2 | Set default LOG_CONFLICTS=false, fixes #181 | 2 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10054243 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111704
# 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... | 7 | Disabled Travis daemon mode tests for now | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054244 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016111704
# 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... | 7 | Disabled Travis daemon mode tests for now | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10054245 | <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 2016120601
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 6 | Disabled symlink tests on msys | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054246 | <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 2016120601
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 6 | Disabled symlink tests on msys | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10054247 | <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... | 26 | WIP: initialization should take create conflict list possibility | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054248 | <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... | 26 | WIP: initialization should take create conflict list possibility | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10054249 | <NME> osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-RC1 PROGRAM_BUILD=2016070601 IS_STABLE=yes ## FUNC_BUILD=2016052602 ## BEGIN Generic func... | 6 | Fixes for RC2 | 6 | .sh | sh | bsd-3-clause | deajan/osync |