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 |
|---|---|---|---|---|---|---|---|---|
10050050 | <NME> plugin-set-options-v3.js
<BEF> ADDFILE
<MSG> Plugins: If minVersion >= 3.0.0, don't "pre-run" .setOptions() (#3247)
* dev – add .editorconfig
* AbstractPluginLoader – check for minVersion < 3 before running .setOptions() twice
* tests – separate unspecified minVersion test from minVersion: [2,0,0] test
<DFF>... | 31 | Plugins: If minVersion >= 3.0.0, don't "pre-run" .setOptions() (#3247) | 0 | .js | js | apache-2.0 | less/less.js |
10050051 | <NME> urls.less
<BEF> ADDFILE
<MSG> Add initial browser test suite using phantomjs for headless testing and jasmine
<DFF> @@ -0,0 +1,31 @@
+@font-face {
+ src: url("/fonts/garamond-pro.ttf");
+ src: local(Futura-Medium),
+ url(fonts.svg#MyGeometricModern) format("svg");
+}
+#shorthands {
+ background: url("ht... | 31 | Add initial browser test suite using phantomjs for headless testing and jasmine | 0 | .less | less | apache-2.0 | less/less.js |
10050052 | <NME> urls.less
<BEF> ADDFILE
<MSG> Add initial browser test suite using phantomjs for headless testing and jasmine
<DFF> @@ -0,0 +1,31 @@
+@font-face {
+ src: url("/fonts/garamond-pro.ttf");
+ src: local(Futura-Medium),
+ url(fonts.svg#MyGeometricModern) format("svg");
+}
+#shorthands {
+ background: url("ht... | 31 | Add initial browser test suite using phantomjs for headless testing and jasmine | 0 | .less | less | apache-2.0 | less/less.js |
10050053 | <NME> urls.less
<BEF> ADDFILE
<MSG> Add initial browser test suite using phantomjs for headless testing and jasmine
<DFF> @@ -0,0 +1,31 @@
+@font-face {
+ src: url("/fonts/garamond-pro.ttf");
+ src: local(Futura-Medium),
+ url(fonts.svg#MyGeometricModern) format("svg");
+}
+#shorthands {
+ background: url("ht... | 31 | Add initial browser test suite using phantomjs for headless testing and jasmine | 0 | .less | less | apache-2.0 | less/less.js |
10050054 | <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... | 2 | Make the chat text a little smaller | 1 | .md | md | apache-2.0 | less/less.js |
10050055 | <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... | 2 | Make the chat text a little smaller | 1 | .md | md | apache-2.0 | less/less.js |
10050056 | <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... | 2 | Make the chat text a little smaller | 1 | .md | md | apache-2.0 | less/less.js |
10050057 | <NME> test.less
<BEF> ADDFILE
<MSG> Unit tests for debug numbers
<DFF> @@ -0,0 +1,23 @@
+.mixin_import1() {
+ @media all {
+ .tst {
+ color: black;
+ @media screen {
+ color: red;
+ .tst3 {
+ color: white;
+ }
+ }
+ }
+ }
+}
+
+.mixin_import2() {
+ .tst2 {
+ color: w... | 23 | Unit tests for debug numbers | 0 | .less | less | apache-2.0 | less/less.js |
10050058 | <NME> test.less
<BEF> ADDFILE
<MSG> Unit tests for debug numbers
<DFF> @@ -0,0 +1,23 @@
+.mixin_import1() {
+ @media all {
+ .tst {
+ color: black;
+ @media screen {
+ color: red;
+ .tst3 {
+ color: white;
+ }
+ }
+ }
+ }
+}
+
+.mixin_import2() {
+ .tst2 {
+ color: w... | 23 | Unit tests for debug numbers | 0 | .less | less | apache-2.0 | less/less.js |
10050059 | <NME> test.less
<BEF> ADDFILE
<MSG> Unit tests for debug numbers
<DFF> @@ -0,0 +1,23 @@
+.mixin_import1() {
+ @media all {
+ .tst {
+ color: black;
+ @media screen {
+ color: red;
+ .tst3 {
+ color: white;
+ }
+ }
+ }
+ }
+}
+
+.mixin_import2() {
+ .tst2 {
+ color: w... | 23 | Unit tests for debug numbers | 0 | .less | less | apache-2.0 | less/less.js |
10050060 | <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... | 18 | Changed support for -z/-zz on Qnap | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050061 | <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... | 18 | Changed support for -z/-zz on Qnap | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050062 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112206 ## 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: #############################################################... | 38 | Changed to more clear WaitForTaskCompletion & ParallelExec argument list | 37 | .sh | sh | bsd-3-clause | deajan/osync |
10050063 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112206 ## 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: #############################################################... | 38 | Changed to more clear WaitForTaskCompletion & ParallelExec argument list | 37 | .sh | sh | bsd-3-clause | deajan/osync |
10050064 | <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... | 18 | Add complete setCookie options | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10050065 | <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 | Removed parenthesis from remote logs | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050066 | <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 | Removed parenthesis from remote logs | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050067 | <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... | 2 | Removed more unnecessary comments | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050068 | <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... | 2 | Removed more unnecessary comments | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10050069 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors
Experimental support for mixins with interpolated selectors
<DFF> @@ -0,0 +1,69 @@
+
+@a1: foo;
+@a2: ~".foo";
+@a4: ~"#foo";
+
+.@{a1} {
+ a: 1;
+}
+
+@{a2} {
+ a: 2;
+}
+
+#@{a1}... | 69 | Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors | 0 | .less | less | apache-2.0 | less/less.js |
10050070 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors
Experimental support for mixins with interpolated selectors
<DFF> @@ -0,0 +1,69 @@
+
+@a1: foo;
+@a2: ~".foo";
+@a4: ~"#foo";
+
+.@{a1} {
+ a: 1;
+}
+
+@{a2} {
+ a: 2;
+}
+
+#@{a1}... | 69 | Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors | 0 | .less | less | apache-2.0 | less/less.js |
10050071 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors
Experimental support for mixins with interpolated selectors
<DFF> @@ -0,0 +1,69 @@
+
+@a1: foo;
+@a2: ~".foo";
+@a4: ~"#foo";
+
+.@{a1} {
+ a: 1;
+}
+
+@{a2} {
+ a: 2;
+}
+
+#@{a1}... | 69 | Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors | 0 | .less | less | apache-2.0 | less/less.js |
10050072 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 4 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050073 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 4 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050074 | <NME> colors.js
<BEF> ADDFILE
<MSG> merge named-colors patch
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ '... | 151 | merge named-colors patch | 0 | .js | js | apache-2.0 | less/less.js |
10050075 | <NME> colors.js
<BEF> ADDFILE
<MSG> merge named-colors patch
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ '... | 151 | merge named-colors patch | 0 | .js | js | apache-2.0 | less/less.js |
10050076 | <NME> colors.js
<BEF> ADDFILE
<MSG> merge named-colors patch
<DFF> @@ -0,0 +1,151 @@
+(function (tree) {
+ tree.colors = {
+ 'aliceblue':'#f0f8ff',
+ 'antiquewhite':'#faebd7',
+ 'aqua':'#00ffff',
+ 'aquamarine':'#7fffd4',
+ 'azure':'#f0ffff',
+ 'beige':'#f5f5dc',
+ '... | 151 | merge named-colors patch | 0 | .js | js | apache-2.0 | less/less.js |
10050077 | <NME> update-osync-pkg.sh
<BEF> ADDFILE
<MSG> Merge pull request #70 from Shadowigor/arch-pkg-update
Add script to automatically update the PKGBUILD
<DFF> @@ -0,0 +1,18 @@
+#!/bin/bash
+
+git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur &&
+cd "osync.aur" &&
+srcdir="." &&
+source "PKGBUILD" &&
+url=$(ech... | 18 | Merge pull request #70 from Shadowigor/arch-pkg-update | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050078 | <NME> update-osync-pkg.sh
<BEF> ADDFILE
<MSG> Merge pull request #70 from Shadowigor/arch-pkg-update
Add script to automatically update the PKGBUILD
<DFF> @@ -0,0 +1,18 @@
+#!/bin/bash
+
+git clone git+ssh://aur@aur.archlinux.org/osync.git osync.aur &&
+cd "osync.aur" &&
+srcdir="." &&
+source "PKGBUILD" &&
+url=$(ech... | 18 | Merge pull request #70 from Shadowigor/arch-pkg-update | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050079 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRAM_BUILD=2017... | 23 | Recoded ssh_filter to be easier and more secure | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050080 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-RC2 PROGRAM_BUILD=2017... | 23 | Recoded ssh_filter to be easier and more secure | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050081 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="sync_test"
## Directories to synchronize.
## Initiator is the system osync runs on. ... | 1 | Added zfs performance comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10050082 | <NME> sync.conf.example
<BEF> ###### osync - Rsync based two way sync engine with fault tolerance
###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr)
[GENERAL]
CONFIG_FILE_REVISION=1.3.0
## Sync job identification
INSTANCE_ID="sync_test"
## Directories to synchronize.
## Initiator is the system osync runs on. ... | 1 | Added zfs performance comment | 1 | .example | conf | bsd-3-clause | deajan/osync |
10050083 | <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... | 34 | Improved remote execution results | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10050084 | <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... | 34 | Improved remote execution results | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10050085 | <NME> lessc-rhino-1.6.3.js
<BEF> ADDFILE
<MSG> missing build files for 1.6.3
<DFF> @@ -0,0 +1,449 @@
+/* LESS.js v1.6.3 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */
+
+/*global name:true, less, loadStyleSheet, os */
+
+function formatError(ctx, options) {
+ options = options || {};
+
+ ... | 449 | missing build files for 1.6.3 | 0 | .js | 6 | apache-2.0 | less/less.js |
10050086 | <NME> lessc-rhino-1.6.3.js
<BEF> ADDFILE
<MSG> missing build files for 1.6.3
<DFF> @@ -0,0 +1,449 @@
+/* LESS.js v1.6.3 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */
+
+/*global name:true, less, loadStyleSheet, os */
+
+function formatError(ctx, options) {
+ options = options || {};
+
+ ... | 449 | missing build files for 1.6.3 | 0 | .js | 6 | apache-2.0 | less/less.js |
10050087 | <NME> lessc-rhino-1.6.3.js
<BEF> ADDFILE
<MSG> missing build files for 1.6.3
<DFF> @@ -0,0 +1,449 @@
+/* LESS.js v1.6.3 RHINO | Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> */
+
+/*global name:true, less, loadStyleSheet, os */
+
+function formatError(ctx, options) {
+ options = options || {};
+
+ ... | 449 | missing build files for 1.6.3 | 0 | .js | 6 | apache-2.0 | less/less.js |
10050088 | <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... | 1 | Merge pull request #9 from dcposch/master | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10050089 | <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... | 14 | Finished work on include / exclude lists | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050090 | <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... | 14 | Finished work on include / exclude lists | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050091 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v2.7.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
*/
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el... | 7 | v2.7.2 | 7 | .js | min | apache-2.0 | less/less.js |
10050092 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v2.7.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
*/
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el... | 7 | v2.7.2 | 7 | .js | min | apache-2.0 | less/less.js |
10050093 | <NME> less.min.js
<BEF> /*!
* Less - Leaner CSS v2.7.1
* http://lesscss.org
*
* Copyright (c) 2009-2016, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
*/
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();el... | 7 | v2.7.2 | 7 | .js | min | apache-2.0 | less/less.js |
10050094 | <NME> sudo_prep.sh
<BEF> ADDFILE
<MSG> Quick and dirty sudo prepare script
<DFF> @@ -0,0 +1,113 @@
+#!/usr/bin/env bash
+
+testUser=osyncsudo
+testUserHome=/home/osyncsudo
+
+function SetupSSH {
+ local remoteUser="${1}"
+ local homedir="${2}"
+
+ if [ ! -d "$homedir/.ssh" ]; then
+ mkdir "$homedir/.ssh... | 113 | Quick and dirty sudo prepare script | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050095 | <NME> sudo_prep.sh
<BEF> ADDFILE
<MSG> Quick and dirty sudo prepare script
<DFF> @@ -0,0 +1,113 @@
+#!/usr/bin/env bash
+
+testUser=osyncsudo
+testUserHome=/home/osyncsudo
+
+function SetupSSH {
+ local remoteUser="${1}"
+ local homedir="${2}"
+
+ if [ ! -d "$homedir/.ssh" ]; then
+ mkdir "$homedir/.ssh... | 113 | Quick and dirty sudo prepare script | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050096 | <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) [ 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BU... | 8 | Minor fixesà | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050099 | <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-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=0.99RC4 PROGRAM_BU... | 8 | Minor fixesà | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050100 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
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=2016112402
## Runs an osync /ob... | 5 | More clear log output | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050101 | <NME> common_batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=[prgname]
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=2016112402
## Runs an osync /ob... | 5 | More clear log output | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050102 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 4 | Debug code to resolve random thrown error alert | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050103 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 4 | Debug code to resolve random thrown error alert | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10050104 | <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 ... | 1 | Fix usage example | 1 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10050105 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- supports the scoped `@plugin` directive to load function plugins
- All directives are bubbled (e.g. supports), not just media
- Performance improvements to the parser - should help non-chrome browsers with very large less files to be alot quicker.
-... | 10 | Merge pull request #2550 from chharvey/patch-1 | 10 | .md | md | apache-2.0 | less/less.js |
10050106 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- supports the scoped `@plugin` directive to load function plugins
- All directives are bubbled (e.g. supports), not just media
- Performance improvements to the parser - should help non-chrome browsers with very large less files to be alot quicker.
-... | 10 | Merge pull request #2550 from chharvey/patch-1 | 10 | .md | md | apache-2.0 | less/less.js |
10050107 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- supports the scoped `@plugin` directive to load function plugins
- All directives are bubbled (e.g. supports), not just media
- Performance improvements to the parser - should help non-chrome browsers with very large less files to be alot quicker.
-... | 10 | Merge pull request #2550 from chharvey/patch-1 | 10 | .md | md | apache-2.0 | less/less.js |
10050108 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111404 ## 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: #############################################################... | 5 | Allow set external sleep time in debug mode | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050109 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111404 ## 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: #############################################################... | 5 | Allow set external sleep time in debug mode | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10050110 | <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... | 37 | Update osync.sh | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10050111 | <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... | 37 | Update osync.sh | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10050112 | <NME> osync-batch.sh
<BEF> ADDFILE
<MSG> Added osync batch script
<DFF> @@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+
+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"
... | 102 | Added osync batch script | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050113 | <NME> osync-batch.sh
<BEF> ADDFILE
<MSG> Added osync batch script
<DFF> @@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+
+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"
... | 102 | Added osync batch script | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10050114 | <NME> CHANGELOG.md
<BEF> # 1.4.1 WIP
- support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";`
- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant
# 1.4.1
- [#3613](https://github.com/less/less.j... | 3 | changelog info | 2 | .md | md | apache-2.0 | less/less.js |
10050115 | <NME> CHANGELOG.md
<BEF> # 1.4.1 WIP
- support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";`
- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant
# 1.4.1
- [#3613](https://github.com/less/less.j... | 3 | changelog info | 2 | .md | md | apache-2.0 | less/less.js |
10050116 | <NME> CHANGELOG.md
<BEF> # 1.4.1 WIP
- support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";`
- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant
# 1.4.1
- [#3613](https://github.com/less/less.j... | 3 | changelog info | 2 | .md | md | apache-2.0 | less/less.js |
10050117 | <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) [ 2016-2019 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=202... | 1 | Update copyright year | 1 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10050120 | <NME> upgrade-v1.0x-v1.3x.sh
<BEF> #!/usr/bin/env bash
PROGRAM="osync instance upgrade script"
SUBPROGRAM="osync"
AUTHOR="(C) 2016-2019 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=202... | 1 | Update copyright year | 1 | .sh | 0x-v1 | bsd-3-clause | deajan/osync |
10050121 | <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 #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-dev _OFUNCTIONS_BUILD=2016121204 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT... | 20 | Fixed stupid typos | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10050122 | <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 #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-dev _OFUNCTIONS_BUILD=2016121204 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOT... | 20 | Fixed stupid typos | 20 | .sh | sh | bsd-3-clause | deajan/osync |
10050123 | <NME> bug_report.md
<BEF> ---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Setup osync with the following config file / the following parameters
2. Run osync with following ... | 6 | Update bug_report.md | 2 | .md | github/ISSUE_TEMPLATE/bug_report | bsd-3-clause | deajan/osync |
10050124 | <NME> bug_report.md
<BEF> ---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Setup osync with the following config file / the following parameters
2. Run osync with following ... | 6 | Update bug_report.md | 2 | .md | github/ISSUE_TEMPLATE/bug_report | bsd-3-clause | deajan/osync |
10050125 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 2 | Bootstrap test | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050126 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 2 | Bootstrap test | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10050127 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016090501
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be ru... | 12 | Fixed tests | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050128 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016090501
# TODO: Add big fileset tests (eg: drupal 8 ?), add soft deletion tests, add deletion propagation test, add file attrib test
# RUNNING_ON_GITHUB_ACTIONS=[true|false]
# SSH_PORT=22
# SKIP_REMOTE=[true|false]
## On Mac OSX, this needs to be ru... | 12 | Fixed tests | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10050129 | <NME> less-1.1.0.min.js
<BEF> ADDFILE
<MSG> (dist) build updates
<DFF> @@ -0,0 +1,16 @@
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) 2009-2011, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) ... | 16 | (dist) build updates | 0 | .js | 1 | apache-2.0 | less/less.js |
10050130 | <NME> less-1.1.0.min.js
<BEF> ADDFILE
<MSG> (dist) build updates
<DFF> @@ -0,0 +1,16 @@
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) 2009-2011, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) ... | 16 | (dist) build updates | 0 | .js | 1 | apache-2.0 | less/less.js |
10050131 | <NME> less-1.1.0.min.js
<BEF> ADDFILE
<MSG> (dist) build updates
<DFF> @@ -0,0 +1,16 @@
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) 2009-2011, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+//
+// LESS - Leaner CSS v1.1.0
+// http://lesscss.org
+//
+// Copyright (c) ... | 16 | (dist) build updates | 0 | .js | 1 | apache-2.0 | less/less.js |
10050132 | <NME> CHANGELOG
<BEF> ADDFILE
<MSG> CHANGELOG
<DFF> @@ -0,0 +1,41 @@
+1.3.0
+
+@media bubbling
+Support arbitrary entities as selectors
+Variadic argument support, see: https://gist.github.com/1933613
+Behaviour of zero-arity mixins has changed, see link above.
+Allow '@import' directives in any selector
+Media-query ... | 41 | CHANGELOG | 0 | CHANGELOG | apache-2.0 | less/less.js | |
10050133 | <NME> CHANGELOG
<BEF> ADDFILE
<MSG> CHANGELOG
<DFF> @@ -0,0 +1,41 @@
+1.3.0
+
+@media bubbling
+Support arbitrary entities as selectors
+Variadic argument support, see: https://gist.github.com/1933613
+Behaviour of zero-arity mixins has changed, see link above.
+Allow '@import' directives in any selector
+Media-query ... | 41 | CHANGELOG | 0 | CHANGELOG | apache-2.0 | less/less.js | |
10050134 | <NME> CHANGELOG
<BEF> ADDFILE
<MSG> CHANGELOG
<DFF> @@ -0,0 +1,41 @@
+1.3.0
+
+@media bubbling
+Support arbitrary entities as selectors
+Variadic argument support, see: https://gist.github.com/1933613
+Behaviour of zero-arity mixins has changed, see link above.
+Allow '@import' directives in any selector
+Media-query ... | 41 | CHANGELOG | 0 | CHANGELOG | apache-2.0 | less/less.js | |
10050135 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120901 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## PROGRAM=program-name ## INSTANCE_ID=program... | 7 | Smaller spinner code | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10050136 | <NME> ofunctions.sh <BEF> #!/usr/bin/env bash #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1 _OFUNCTIONS_BUILD=2016120901 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## PROGRAM=program-name ## INSTANCE_ID=program... | 7 | Smaller spinner code | 28 | .sh | sh | bsd-3-clause | deajan/osync |
10050137 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112204 ## 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: #############################################################... | 15 | Fixing OS detection on Cygwin | 19 | .sh | sh | bsd-3-clause | deajan/osync |
10050138 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016112204 ## 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: #############################################################... | 15 | Fixing OS detection on Cygwin | 19 | .sh | sh | bsd-3-clause | deajan/osync |
10050139 | <NME> osync.sh <BEF> #!/usr/bin/env bash # Remove Waitfor function in already sent to background functions to reduce code overhead PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM_VERSION=1.3.0-rc3 PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 #### MINIMAL-FUN... | 14 | Added missing fi | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050140 | <NME> osync.sh <BEF> #!/usr/bin/env bash # Remove Waitfor function in already sent to background functions to reduce code overhead PROGRAM="osync" # Rsync based two way sync engine with fault tolerance PROGRAM_VERSION=1.3.0-rc3 PROGRAM_BUILD=2021062901 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 #### MINIMAL-FUN... | 14 | Added missing fi | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10050141 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111705 ## 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 | Better android detection | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10050142 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016111705 ## 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 | Better android detection | 9 | .sh | sh | bsd-3-clause | deajan/osync |
10050143 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into sauce
Conflicts:
package.json
<DFF> @@ -0,0 +1,6 @@
+@in: "in";
+@terpolation: "terpolation";
+
+// should be ignored because its already imported
+// and it uses a variable from the parent scope
+@import "import-@{my_theme}-e.less";
| 6 | Merge branch 'master' into sauce | 0 | .less | less | apache-2.0 | less/less.js |
10050144 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into sauce
Conflicts:
package.json
<DFF> @@ -0,0 +1,6 @@
+@in: "in";
+@terpolation: "terpolation";
+
+// should be ignored because its already imported
+// and it uses a variable from the parent scope
+@import "import-@{my_theme}-e.less";
| 6 | Merge branch 'master' into sauce | 0 | .less | less | apache-2.0 | less/less.js |
10050145 | <NME> interpolation-vars.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into sauce
Conflicts:
package.json
<DFF> @@ -0,0 +1,6 @@
+@in: "in";
+@terpolation: "terpolation";
+
+// should be ignored because its already imported
+// and it uses a variable from the parent scope
+@import "import-@{my_theme}-e.less";
| 6 | Merge branch 'master' into sauce | 0 | .less | less | apache-2.0 | less/less.js |
10050146 | <NME> CHANGELOG.md
<BEF> # 1.4.1
2013-07-05
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js/issues/3591): refactor debugInfo from class to function (#3613) (@drdevlin)
- [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish... | 6 | 1.4.1 so far changelog changes | 1 | .md | md | apache-2.0 | less/less.js |
10050147 | <NME> CHANGELOG.md
<BEF> # 1.4.1
2013-07-05
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js/issues/3591): refactor debugInfo from class to function (#3613) (@drdevlin)
- [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish... | 6 | 1.4.1 so far changelog changes | 1 | .md | md | apache-2.0 | less/less.js |
10050148 | <NME> CHANGELOG.md
<BEF> # 1.4.1
2013-07-05
- [#3613](https://github.com/less/less.js/pull/3613) Fix [#3591](https://github.com/less/less.js/issues/3591): refactor debugInfo from class to function (#3613) (@drdevlin)
- [#3716](https://github.com/less/less.js/pull/3716) Fix https failures on macOS (#3716) (@joeyparrish... | 6 | 1.4.1 so far changelog changes | 1 | .md | md | apache-2.0 | less/less.js |
10050149 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016081805 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume outp... | 2 | Increased soft warn value for remote internet checks | 2 | .sh | sh | bsd-3-clause | deajan/osync |