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 |
|---|---|---|---|---|---|---|---|---|
10052450 | <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 | Modified dev/common_install.sh instead of the autogenerated file | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052451 | <NME> import-interpolation.less
<BEF> ADDFILE
<MSG> first test and fixes for simple implementation
<DFF> @@ -0,0 +1,3 @@
+@my_theme: "test";
+
+@import "import/import-@{my_theme}-e.less";
\ No newline at end of file
| 3 | first test and fixes for simple implementation | 0 | .less | less | apache-2.0 | less/less.js |
10052452 | <NME> import-interpolation.less
<BEF> ADDFILE
<MSG> first test and fixes for simple implementation
<DFF> @@ -0,0 +1,3 @@
+@my_theme: "test";
+
+@import "import/import-@{my_theme}-e.less";
\ No newline at end of file
| 3 | first test and fixes for simple implementation | 0 | .less | less | apache-2.0 | less/less.js |
10052453 | <NME> import-interpolation.less
<BEF> ADDFILE
<MSG> first test and fixes for simple implementation
<DFF> @@ -0,0 +1,3 @@
+@my_theme: "test";
+
+@import "import/import-@{my_theme}-e.less";
\ No newline at end of file
| 3 | first test and fixes for simple implementation | 0 | .less | less | apache-2.0 | less/less.js |
10052454 | <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 | Missing fi | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052455 | <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 | Missing fi | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052456 | <NME> n_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.2-beta PROGRAM_BUILD=2016101701 IS_STABLE=no PROGRAM_BUILD=2021062901 IS_STABLE=true CONF... | 19 | Added ssh password file support | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052457 | <NME> n_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.2-beta PROGRAM_BUILD=2016101701 IS_STABLE=no PROGRAM_BUILD=2021062901 IS_STABLE=true CONF... | 19 | Added ssh password file support | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052458 | <NME> ratio.js
<BEF> ADDFILE
<MSG> add support for ratios in media queries
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.Ratio = function (value) {
+ this.value = value;
+};
+tree.Ratio.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
+ eval: function () { return this }
+};
+
+... | 13 | add support for ratios in media queries | 0 | .js | js | apache-2.0 | less/less.js |
10052459 | <NME> ratio.js
<BEF> ADDFILE
<MSG> add support for ratios in media queries
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.Ratio = function (value) {
+ this.value = value;
+};
+tree.Ratio.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
+ eval: function () { return this }
+};
+
+... | 13 | add support for ratios in media queries | 0 | .js | js | apache-2.0 | less/less.js |
10052460 | <NME> ratio.js
<BEF> ADDFILE
<MSG> add support for ratios in media queries
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.Ratio = function (value) {
+ this.value = value;
+};
+tree.Ratio.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
+ eval: function () { return this }
+};
+
+... | 13 | add support for ratios in media queries | 0 | .js | js | apache-2.0 | less/less.js |
10052461 | <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=2404201501
## Runs an osync instance f... | 22 | Improved osync-batch.sh for crontab execution | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10052462 | <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=2404201501
## Runs an osync instance f... | 22 | Improved osync-batch.sh for crontab execution | 12 | .sh | sh | bsd-3-clause | deajan/osync |
10052463 | <NME> percentage-non-number-argument.txt
<BEF> ADDFILE
<MSG> Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553
`percentage` function should throw error if result would be `NaN`
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `percentage`: argument must be a number in {path}perce... | 4 | Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553 | 0 | .txt | txt | apache-2.0 | less/less.js |
10052464 | <NME> percentage-non-number-argument.txt
<BEF> ADDFILE
<MSG> Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553
`percentage` function should throw error if result would be `NaN`
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `percentage`: argument must be a number in {path}perce... | 4 | Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553 | 0 | .txt | txt | apache-2.0 | less/less.js |
10052465 | <NME> percentage-non-number-argument.txt
<BEF> ADDFILE
<MSG> Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553
`percentage` function should throw error if result would be `NaN`
<DFF> @@ -0,0 +1,4 @@
+ArgumentError: error evaluating function `percentage`: argument must be a number in {path}perce... | 4 | Merge pull request #2644 from SomMeri/percentage-should-error-on-nan-2553 | 0 | .txt | txt | apache-2.0 | less/less.js |
10052466 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta3 PROGRAM_BUILD=... | 3 | Finish work on symlink detection in treeList | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10052469 | <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=... | 3 | Finish work on symlink detection in treeList | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10052470 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 3 | Added cygwin to the list of supported OS | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052471 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 3 | Added cygwin to the list of supported OS | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052472 | <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 | Fix wrong log message on MacOS | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052473 | <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 | Fix wrong log message on MacOS | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052474 | <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 | Fixed variable leak | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052475 | <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 | Fixed variable leak | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052476 | <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-unstable PROGR... | 103 | Refactoring going on | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052477 | <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-unstable PROGR... | 103 | Refactoring going on | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052478 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016... | 10 | Added an option to run after exec cmds on error | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052479 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre PROGRAM_BUILD=2016... | 10 | Added an option to run after exec cmds on error | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052480 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.0.0
* http://lesscss.org
*
* Copyright (c) 2009-2021, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Release v4.1.0
<DFF> @@ -1,5 +1,5 @@
/**
- * Less - Leaner CSS v4.0.0
+ * Less - Leaner CSS v... | 2 | Release v4.1.0 | 2 | .js | min | apache-2.0 | less/less.js |
10052481 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.0.0
* http://lesscss.org
*
* Copyright (c) 2009-2021, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Release v4.1.0
<DFF> @@ -1,5 +1,5 @@
/**
- * Less - Leaner CSS v4.0.0
+ * Less - Leaner CSS v... | 2 | Release v4.1.0 | 2 | .js | min | apache-2.0 | less/less.js |
10052482 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.0.0
* http://lesscss.org
*
* Copyright (c) 2009-2021, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Release v4.1.0
<DFF> @@ -1,5 +1,5 @@
/**
- * Less - Leaner CSS v4.0.0
+ * Less - Leaner CSS v... | 2 | Release v4.1.0 | 2 | .js | min | apache-2.0 | less/less.js |
10052483 | <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 license year in README.md | 1 | .md | md | apache-2.0 | less/less.js |
10052484 | <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 license year in README.md | 1 | .md | md | apache-2.0 | less/less.js |
10052485 | <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 license year in README.md | 1 | .md | md | apache-2.0 | less/less.js |
10052486 | <NME> osync.spec
<BEF> ADDFILE
<MSG> WIP: added osync.spec file for RPM builds
<DFF> @@ -0,0 +1,39 @@
+Name: osync
+Version: 1.2
+Release: beta.1%{?dist}
+Summary: robust file synchronization tool
+
+Group: Applications/File
+License: BSD
+URL: https://www.netpower.f... | 39 | WIP: added osync.spec file for RPM builds | 0 | .spec | spec | bsd-3-clause | deajan/osync |
10052487 | <NME> osync.spec
<BEF> ADDFILE
<MSG> WIP: added osync.spec file for RPM builds
<DFF> @@ -0,0 +1,39 @@
+Name: osync
+Version: 1.2
+Release: beta.1%{?dist}
+Summary: robust file synchronization tool
+
+Group: Applications/File
+License: BSD
+URL: https://www.netpower.f... | 39 | WIP: added osync.spec file for RPM builds | 0 | .spec | spec | bsd-3-clause | deajan/osync |
10052488 | <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=3003201501
## Runs an osync instance f... | 11 | Typo and documentation fixes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10052489 | <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=3003201501
## Runs an osync instance f... | 11 | Typo and documentation fixes | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10052490 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Updated dist files
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"obj... | 1 | Updated dist files | 1 | .js | min | apache-2.0 | less/less.js |
10052491 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Updated dist files
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"obj... | 1 | Updated dist files | 1 | .js | min | apache-2.0 | less/less.js |
10052492 | <NME> less.min.js
<BEF> /**
* Less - Leaner CSS v4.1.3
* http://lesscss.org
*
* Copyright (c) 2009-2022, Alexis Sellier <self@cloudhead.net>
* Licensed under the Apache-2.0 License.
*
* @license Apache-2.0
*/
<MSG> Updated dist files
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"obj... | 1 | Updated dist files | 1 | .js | min | apache-2.0 | less/less.js |
10052493 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # 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.1-rc1 PROGRAM_BUILD=2017053010 IS_STABLE=yes ##### Execution order #__WITH_PARANOIA_DEB... | 2 | Bumped version to next dev | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052494 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash PROGRAM="osync" # 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.1-rc1 PROGRAM_BUILD=2017053010 IS_STABLE=yes ##### Execution order #__WITH_PARANOIA_DEB... | 2 | Bumped version to next dev | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052495 | <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.99RC3+ PROGRAM_B... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052496 | <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.99RC3+ PROGRAM_B... | 2 | Fixed typo | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052497 | <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)
[, add soft deletion tests, add deletion propagation test, add file attrib test
+
+
+OSYNC_DIR="$(pwd)"
+OSYNC_DIR=${OSYNC... | 173 | Added SSH remote tests for Travis | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052500 | <NME> run_tests.sh
<BEF> ADDFILE
<MSG> Added SSH remote tests for Travis
<DFF> @@ -0,0 +1,173 @@
+#!/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
+
+
+OSYNC_DIR="$(pwd)"
+OSYNC_DIR=${OSYNC... | 173 | Added SSH remote tests for Travis | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052501 | <NME> plugin-error-3.js
<BEF> ADDFILE
<MSG> Line and column # reporting for Node errors
<DFF> @@ -0,0 +1,5 @@
+registerPlugin({
+ eval: function() {
+ throw new Error("An error was here.")
+ }
+});
\ No newline at end of file
| 5 | Line and column # reporting for Node errors | 0 | .js | js | apache-2.0 | less/less.js |
10052502 | <NME> plugin-error-3.js
<BEF> ADDFILE
<MSG> Line and column # reporting for Node errors
<DFF> @@ -0,0 +1,5 @@
+registerPlugin({
+ eval: function() {
+ throw new Error("An error was here.")
+ }
+});
\ No newline at end of file
| 5 | Line and column # reporting for Node errors | 0 | .js | js | apache-2.0 | less/less.js |
10052503 | <NME> plugin-error-3.js
<BEF> ADDFILE
<MSG> Line and column # reporting for Node errors
<DFF> @@ -0,0 +1,5 @@
+registerPlugin({
+ eval: function() {
+ throw new Error("An error was here.")
+ }
+});
\ No newline at end of file
| 5 | Line and column # reporting for Node errors | 0 | .js | js | apache-2.0 | less/less.js |
10052504 | <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)
[('HeadlessChrome:actions')
const Promise = require('bluebird')
const fs = require('mz/fs')
const _ = require('lodash')
const {
browserIsInitialized,
sleep,
fixSelector,
interleaveArrayToObject,
promiseTimeout,
o... | 18 | Merge pull request #57 from lewisf/lewis/add-set-cookie-options | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10052507 | <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)
[
PROGRAM_VERSION=${PROGRAM_VERSION#*=}
PROGRAM_BINARY=$PROGRAM".sh"
PROGRAM_BATCH=$PROGRAM"-batch.sh"
SSH_FILTER="ssh_filter.sh"
#TODO: silent mode ... | 17 | Merge pull request #60 from Shadowigor/master | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10052510 | <NME> install.sh
<BEF> #!/usr/bin/env bash
## Installer script suitable for osync / obackup / pmocr
PROGRAM=osync
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"
#TODO: silent mode ... | 17 | Merge pull request #60 from Shadowigor/master | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10052511 | <NME> README.md
<BEF> [](https://badge.fury.io/js/angular2-highcharts)
# angular2-highcharts
> Angular2 charting components based on Highcharts.
###[Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
[](https://badge.fury.io/js/angular2-highcharts)
# angular2-highcharts
> Angular2 charting components based on Highcharts.
###[Live Demo](http://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
[ 2013... | 4 | Fix subshell variables not propagated | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052514 | <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... | 4 | Fix subshell variables not propagated | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052515 | <NME> mixins-important.less
<BEF> ADDFILE
<MSG> (test) tests for '!important' mixins
<DFF> @@ -0,0 +1,18 @@
+
+.mixin (9) {
+ border: 9 !important;
+}
+.mixin (@a: 0) {
+ border: @a;
+ boxer: @a;
+}
+
+.class {
+ .mixin(1);
+ .mixin(2) !important;
+ .mixin(3);
+ .mixin(4) !important;
+ .mixin(5);
+ .mixin !... | 18 | (test) tests for '!important' mixins | 0 | .less | less | apache-2.0 | less/less.js |
10052516 | <NME> mixins-important.less
<BEF> ADDFILE
<MSG> (test) tests for '!important' mixins
<DFF> @@ -0,0 +1,18 @@
+
+.mixin (9) {
+ border: 9 !important;
+}
+.mixin (@a: 0) {
+ border: @a;
+ boxer: @a;
+}
+
+.class {
+ .mixin(1);
+ .mixin(2) !important;
+ .mixin(3);
+ .mixin(4) !important;
+ .mixin(5);
+ .mixin !... | 18 | (test) tests for '!important' mixins | 0 | .less | less | apache-2.0 | less/less.js |
10052517 | <NME> mixins-important.less
<BEF> ADDFILE
<MSG> (test) tests for '!important' mixins
<DFF> @@ -0,0 +1,18 @@
+
+.mixin (9) {
+ border: 9 !important;
+}
+.mixin (@a: 0) {
+ border: @a;
+ boxer: @a;
+}
+
+.class {
+ .mixin(1);
+ .mixin(2) !important;
+ .mixin(3);
+ .mixin(4) !important;
+ .mixin(5);
+ .mixin !... | 18 | (test) tests for '!important' mixins | 0 | .less | less | apache-2.0 | less/less.js |
10052518 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #12 from nicky-lenaers/feature-testing
Feature Demo Setup
<DFF> @@ -0,0 +1,94 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';... | 94 | Merge pull request #12 from nicky-lenaers/feature-testing | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10052519 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #12 from nicky-lenaers/feature-testing
Feature Demo Setup
<DFF> @@ -0,0 +1,94 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';... | 94 | Merge pull request #12 from nicky-lenaers/feature-testing | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10052520 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Merge pull request #12 from nicky-lenaers/feature-testing
Feature Demo Setup
<DFF> @@ -0,0 +1,94 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';... | 94 | Merge pull request #12 from nicky-lenaers/feature-testing | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10052521 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> 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} {
+ a: 3;
+}
+
+@{a4} {
+ a: 4;
+}
+
+mi-test-a {
+ .foo;
+ #foo;
+}... | 69 | Experimental support for mixins with interpolated selectors. | 0 | .less | less | apache-2.0 | less/less.js |
10052522 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> 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} {
+ a: 3;
+}
+
+@{a4} {
+ a: 4;
+}
+
+mi-test-a {
+ .foo;
+ #foo;
+}... | 69 | Experimental support for mixins with interpolated selectors. | 0 | .less | less | apache-2.0 | less/less.js |
10052523 | <NME> mixins-interpolated.less
<BEF> ADDFILE
<MSG> 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} {
+ a: 3;
+}
+
+@{a4} {
+ a: 4;
+}
+
+mi-test-a {
+ .foo;
+ #foo;
+}... | 69 | Experimental support for mixins with interpolated selectors. | 0 | .less | less | apache-2.0 | less/less.js |
10052524 | <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... | 70 | Added failed deletion rerun test | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052525 | <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... | 70 | Added failed deletion rerun test | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052526 | <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... | 13 | Rebuilt targets | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10052527 | <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... | 13 | Rebuilt targets | 13 | .sh | sh | bsd-3-clause | deajan/osync |
10052528 | <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 | Enhance rsync --skip-compress list | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052529 | <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 | Enhance rsync --skip-compress list | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052530 | <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 2016120602
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 5 | Some msys fixes | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10052531 | <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 2016120602
# 4 tests:
# quicklocal
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# 4 tes... | 5 | Some msys fixes | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10052532 | <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=... | 199 | Merged CreateStateDirs, CheckLocks and WriteLocks into HandleLocks | 210 | .sh | sh | bsd-3-clause | deajan/osync |
10052533 | <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=... | 199 | Merged CreateStateDirs, CheckLocks and WriteLocks into HandleLocks | 210 | .sh | sh | bsd-3-clause | deajan/osync |
10052534 | <NME> README.md
<BEF> ### This is the Less 3.0 Alpha branch (non-production ready). For the stable branch of Less, go [here](https://github.com/less/less.js/tree/master).
[](http://badge.fury.io/js/less) [. For the stable branch of Less, go [here](https://github.com/less/less.js/tree/master).
[](http://badge.fury.io/js/less) [. For the stable branch of Less, go [here](https://github.com/less/less.js/tree/master).
[](http://badge.fury.io/js/less) [ 2013-2... | 3 | Rebuilt targets | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052538 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 3 | Rebuilt targets | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052539 | <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... | 8 | Typo fixing | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052540 | <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... | 8 | Typo fixing | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052541 | <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)
[ #TODO: command line arguments do... | 9 | Added busybox-w32 detection | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052544 | <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... | 9 | Added busybox-w32 detection | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052545 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016091602
# 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... | 6 | Fixed exclusion test | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10052546 | <NME> run_tests.sh
<BEF> #!/usr/bin/env bash
# osync test suite 2016091602
# 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... | 6 | Fixed exclusion test | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10052547 | <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... | 4 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052548 | <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... | 4 | Rebuilt targets | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10052549 | <NME> test-runner-template.tmpl
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Jasmine Spec Runner</title>
+
+ <!-- generate script tags for tests -->
+ <% var generateSc... | 47 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .tmpl | tmpl | apache-2.0 | less/less.js |