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 |
|---|---|---|---|---|---|---|---|---|
10052150 | <NME> selectors.less
<BEF> h1, h2, h3 {
a, p {
&:hover {
color: red;
}
}
}
#all { color: blue; }
#the { color: blue; }
#same { color: blue; }
ul, li, div, q, blockquote, textarea {
margin: 0;
}
td {
margin: 0;
padding: 0;
}
td, input {
line-height: 1em;
}
a {
color: red;
&:hover { co... | 17 | feat: add support for case-insensitive attribute selectors (#3673) | 0 | .less | less | apache-2.0 | less/less.js |
10052151 | <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... | 8 | Added keep dir symlinks parameter | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052152 | <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... | 8 | Added keep dir symlinks parameter | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052153 | <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
#... | 2 | Fix service file wildcard expansion | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10052154 | <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
#... | 2 | Fix service file wildcard expansion | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10052155 | <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-RC1+dev _OFUNCTIONS_BUILD=2017020301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Fix for escaped UTF-8 characters in log files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052156 | <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-RC1+dev _OFUNCTIONS_BUILD=2017020301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Fix for escaped UTF-8 characters in log files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052157 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Add Directive & Service Tests
- Also added some "@todo" statements to finish while on this story
<DFF> @@ -0,0 +1,35 @@
+import { Inject } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/tes... | 35 | Add Directive & Service Tests | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10052158 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Add Directive & Service Tests
- Also added some "@todo" statements to finish while on this story
<DFF> @@ -0,0 +1,35 @@
+import { Inject } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/tes... | 35 | Add Directive & Service Tests | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10052159 | <NME> scroll-to.service.spec.ts
<BEF> ADDFILE
<MSG> Add Directive & Service Tests
- Also added some "@todo" statements to finish while on this story
<DFF> @@ -0,0 +1,35 @@
+import { Inject } from '@angular/core';
+import { DOCUMENT } from '@angular/platform-browser';
+import { TestBed, async } from '@angular/core/tes... | 35 | Add Directive & Service Tests | 0 | .ts | service | mit | nicky-lenaers/ngx-scroll-to |
10052160 | <NME> Browser.js
<BEF> 'use strict'
const debug = require('debug')('HeadlessChrome:browser')
/**
* Created by: Luciano A. Ganga
* Inspired by:
* - Doffy (https://github.com/qieguo2016/doffy)
* - Horseman (https://github.com/johntitus/node-horseman)
* More Info:
* https://developers.google.com/web/updates/... | 1 | Remove 'build' directory from .gitignore to fix #55 | 1 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10052161 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v3.11.1 (2020-02-11)
- [#3475](https://github.com/less/less.js/pull/3475) Fixes #3469 - Include tslib dependency (#3475) (@matthew-dean)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires double... | 9 | Update changelog | 1 | .md | md | apache-2.0 | less/less.js |
10052162 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v3.11.1 (2020-02-11)
- [#3475](https://github.com/less/less.js/pull/3475) Fixes #3469 - Include tslib dependency (#3475) (@matthew-dean)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires double... | 9 | Update changelog | 1 | .md | md | apache-2.0 | less/less.js |
10052163 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v3.11.1 (2020-02-11)
- [#3475](https://github.com/less/less.js/pull/3475) Fixes #3469 - Include tslib dependency (#3475) (@matthew-dean)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires double... | 9 | Update changelog | 1 | .md | md | apache-2.0 | less/less.js |
10052164 | <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... | 78 | Rebuilt targets | 43 | .sh | sh | bsd-3-clause | deajan/osync |
10052165 | <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... | 78 | Rebuilt targets | 43 | .sh | sh | bsd-3-clause | deajan/osync |
10052166 | <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... | 81 | Add new action for typing. Solve issue with carriage return in text typing | 7 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10052167 | <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... | 7 | More ACL testing | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052168 | <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... | 7 | More ACL testing | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052169 | <NME> osync-srv@.service.user
<BEF> ADDFILE
<MSG> Adder systemd userland support
<DFF> @@ -0,0 +1,11 @@
+[Unit]
+Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
+After=time-sync.target local-fs.target network-online.target
+Wants=network-online.target
+
+[Service]
+Typ... | 11 | Adder systemd userland support | 0 | .user | service | bsd-3-clause | deajan/osync |
10052170 | <NME> osync-srv@.service.user
<BEF> ADDFILE
<MSG> Adder systemd userland support
<DFF> @@ -0,0 +1,11 @@
+[Unit]
+Description=A robust two way (bidirectional) file sync script based on rsync with fault tolerance
+After=time-sync.target local-fs.target network-online.target
+Wants=network-online.target
+
+[Service]
+Typ... | 11 | Adder systemd userland support | 0 | .user | service | bsd-3-clause | deajan/osync |
10052171 | <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... | 5 | More travis ACL / chattr tests | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052172 | <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... | 5 | More travis ACL / chattr tests | 6 | .sh | sh | bsd-3-clause | deajan/osync |
10052173 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> merge from upstream
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside & {
+... | 128 | merge from upstream | 0 | .less | less | apache-2.0 | less/less.js |
10052174 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> merge from upstream
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside & {
+... | 128 | merge from upstream | 0 | .less | less | apache-2.0 | less/less.js |
10052175 | <NME> directives-bubling.less
<BEF> ADDFILE
<MSG> merge from upstream
<DFF> @@ -0,0 +1,128 @@
+//simple case: @document
+.parent {
+ color:green;
+
+ @document url-prefix() {
+ .child {
+ color:red;
+ }
+ }
+}
+
+//selectors joinings test
+.top {
+ @supports (sandwitch: butter) {
+ .inside & {
+... | 128 | merge from upstream | 0 | .less | less | apache-2.0 | less/less.js |
10052176 | <NME> test.less <BEF> ADDFILE <MSG> test files, from less.rb <DFF> @@ -0,0 +1,7959 @@ +@import "lib"; + +div.browse { + margin: 0 0 20px; + &.class { + padding: 0; + } + div.header { + padding: 10px 10px 9px; text-align: left; background: @bg url('/images/panel_header_bg.png') repeat-x top left; + border-bottom: 1px so... | 7,959 | test files, from less.rb | 0 | .less | less | apache-2.0 | less/less.js |
10052177 | <NME> test.less <BEF> ADDFILE <MSG> test files, from less.rb <DFF> @@ -0,0 +1,7959 @@ +@import "lib"; + +div.browse { + margin: 0 0 20px; + &.class { + padding: 0; + } + div.header { + padding: 10px 10px 9px; text-align: left; background: @bg url('/images/panel_header_bg.png') repeat-x top left; + border-bottom: 1px so... | 7,959 | test files, from less.rb | 0 | .less | less | apache-2.0 | less/less.js |
10052178 | <NME> test.less <BEF> ADDFILE <MSG> test files, from less.rb <DFF> @@ -0,0 +1,7959 @@ +@import "lib"; + +div.browse { + margin: 0 0 20px; + &.class { + padding: 0; + } + div.header { + padding: 10px 10px 9px; text-align: left; background: @bg url('/images/panel_header_bg.png') repeat-x top left; + border-bottom: 1px so... | 7,959 | test files, from less.rb | 0 | .less | less | apache-2.0 | less/less.js |
10052179 | <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... | 1 | Merge branch 'master' of github.com:deajan/osync | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052180 | <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... | 1 | Merge branch 'master' of github.com:deajan/osync | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052181 | <NME> bootstrap.js
<BEF> ADDFILE
<MSG> seperate out bootstrapping less and the browser api
<DFF> @@ -0,0 +1,24 @@
+/**
+ * Kicks off less and compiles any stylesheets
+ * used in the browser distributed version of less
+ * to kick-start less using the browser api
+ */
+/*global window */
+
+// shim Promise if required... | 24 | seperate out bootstrapping less and the browser api | 0 | .js | js | apache-2.0 | less/less.js |
10052182 | <NME> bootstrap.js
<BEF> ADDFILE
<MSG> seperate out bootstrapping less and the browser api
<DFF> @@ -0,0 +1,24 @@
+/**
+ * Kicks off less and compiles any stylesheets
+ * used in the browser distributed version of less
+ * to kick-start less using the browser api
+ */
+/*global window */
+
+// shim Promise if required... | 24 | seperate out bootstrapping less and the browser api | 0 | .js | js | apache-2.0 | less/less.js |
10052183 | <NME> bootstrap.js
<BEF> ADDFILE
<MSG> seperate out bootstrapping less and the browser api
<DFF> @@ -0,0 +1,24 @@
+/**
+ * Kicks off less and compiles any stylesheets
+ * used in the browser distributed version of less
+ * to kick-start less using the browser api
+ */
+/*global window */
+
+// shim Promise if required... | 24 | seperate out bootstrapping less and the browser api | 0 | .js | js | apache-2.0 | less/less.js |
10052184 | <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> Release v3.10.3
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"object... | 1 | Release v3.10.3 | 1 | .js | min | apache-2.0 | less/less.js |
10052185 | <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> Release v3.10.3
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"object... | 1 | Release v3.10.3 | 1 | .js | min | apache-2.0 | less/less.js |
10052186 | <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> Release v3.10.3
<DFF> @@ -7,5 +7,5 @@
*
* @license Apache-2.0
*/
-!function(e,t){"object... | 1 | Release v3.10.3 | 1 | .js | min | apache-2.0 | less/less.js |
10052187 | <NME> less-1.0.31.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.31
<DFF> @@ -0,0 +1,64 @@
+//
+// LESS - Leaner CSS v1.0.31
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(E){function q(d){return E.less[d.split("/")[1]]}function R(){for(var d=d... | 64 | (dist) build 1.0.31 | 0 | .js | 0 | apache-2.0 | less/less.js |
10052188 | <NME> less-1.0.31.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.31
<DFF> @@ -0,0 +1,64 @@
+//
+// LESS - Leaner CSS v1.0.31
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(E){function q(d){return E.less[d.split("/")[1]]}function R(){for(var d=d... | 64 | (dist) build 1.0.31 | 0 | .js | 0 | apache-2.0 | less/less.js |
10052189 | <NME> less-1.0.31.min.js
<BEF> ADDFILE
<MSG> (dist) build 1.0.31
<DFF> @@ -0,0 +1,64 @@
+//
+// LESS - Leaner CSS v1.0.31
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(E){function q(d){return E.less[d.split("/")[1]]}function R(){for(var d=d... | 64 | (dist) build 1.0.31 | 0 | .js | 0 | apache-2.0 | less/less.js |
10052190 | <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-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 1 | Added CleanUp function | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052191 | <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-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /ob... | 1 | Added CleanUp function | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052192 | <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=... | 17 | Fixed CheckDiskSpace compat on CentOS 5 | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052193 | <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=... | 17 | Fixed CheckDiskSpace compat on CentOS 5 | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052194 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
test/browser/less.js
test/browser/test-runner-*.htm
.DS_Store
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> ignore .idea directory
<DFF> @@ -3,5 +3,6 @@ node_modules
*.flymake
*~
.#*
+.idea
test/browser/less.js
test/browser/test-runner-*.h... | 1 | ignore .idea directory | 0 | gitignore | apache-2.0 | less/less.js | |
10052195 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
test/browser/less.js
test/browser/test-runner-*.htm
.DS_Store
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> ignore .idea directory
<DFF> @@ -3,5 +3,6 @@ node_modules
*.flymake
*~
.#*
+.idea
test/browser/less.js
test/browser/test-runner-*.h... | 1 | ignore .idea directory | 0 | gitignore | apache-2.0 | less/less.js | |
10052196 | <NME> .gitignore
<BEF> # OS and IDE
.emacs*
*.flymake
*~
.#*
test/browser/less.js
test/browser/test-runner-*.htm
.DS_Store
# npm
node_modules
!package-lock.json
npm-debug.log
<MSG> ignore .idea directory
<DFF> @@ -3,5 +3,6 @@ node_modules
*.flymake
*~
.#*
+.idea
test/browser/less.js
test/browser/test-runner-*.h... | 1 | ignore .idea directory | 0 | gitignore | apache-2.0 | less/less.js | |
10052197 | <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... | 10 | Correct arguments for remote deletion command + debug printing it those arguments and a command input | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052198 | <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... | 10 | Correct arguments for remote deletion command + debug printing it those arguments and a command input | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052199 | <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 | Updated with suggestions | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052200 | <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 | Updated with suggestions | 3 | .sh | sh | bsd-3-clause | deajan/osync |
10052201 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
+ ... | 159 | Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10052202 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
+ ... | 159 | Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10052203 | <NME> mixins-guards-default-func.less
<BEF> ADDFILE
<MSG> Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js
<DFF> @@ -0,0 +1,159 @@
+
+// basics:
+
+guard-default-basic-1 {
+ .m(1) {case: 1}
+ .m(@x) when (default()) {default: @x}
+
+ &-1 {.m(1)}
+ ... | 159 | Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js | 0 | .less | less | apache-2.0 | less/less.js |
10052204 | <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-RC1+dev _OFUNCTIONS_BUILD=2017020702 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Better BSD ping when not root | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052205 | <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-RC1+dev _OFUNCTIONS_BUILD=2017020702 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 2 | Better BSD ping when not root | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052206 | <NME> NEWS.md
<BEF> ADDFILE
<MSG> news commit
<DFF> @@ -0,0 +1,5 @@
+28 March 2015
+-------------
+
+Osync is approching v1.00
+Before a final release, i'll have eveything tested on *nix, FreeBSD, MacOSX and Windows msys again
| 5 | news commit | 0 | .md | md | bsd-3-clause | deajan/osync |
10052207 | <NME> NEWS.md
<BEF> ADDFILE
<MSG> news commit
<DFF> @@ -0,0 +1,5 @@
+28 March 2015
+-------------
+
+Osync is approching v1.00
+Before a final release, i'll have eveything tested on *nix, FreeBSD, MacOSX and Windows msys again
| 5 | news commit | 0 | .md | md | bsd-3-clause | deajan/osync |
10052208 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into extend-warnings
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color) {
+ background: svg-gradient(to bottom,
+ fade(@color, 0%) 0%,
+ fade(@color, 5%) 60%,
+ fade(@color, 10%) 70%,
+ fade(@color, 15%) 73%,
+ fade(@color, 20%) 75%,
... | 15 | Merge branch 'master' into extend-warnings | 0 | .less | less | apache-2.0 | less/less.js |
10052209 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into extend-warnings
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color) {
+ background: svg-gradient(to bottom,
+ fade(@color, 0%) 0%,
+ fade(@color, 5%) 60%,
+ fade(@color, 10%) 70%,
+ fade(@color, 15%) 73%,
+ fade(@color, 20%) 75%,
... | 15 | Merge branch 'master' into extend-warnings | 0 | .less | less | apache-2.0 | less/less.js |
10052210 | <NME> svg-gradient-mixin.less
<BEF> ADDFILE
<MSG> Merge branch 'master' into extend-warnings
<DFF> @@ -0,0 +1,15 @@
+.gradient-mixin(@color) {
+ background: svg-gradient(to bottom,
+ fade(@color, 0%) 0%,
+ fade(@color, 5%) 60%,
+ fade(@color, 10%) 70%,
+ fade(@color, 15%) 73%,
+ fade(@color, 20%) 75%,
... | 15 | Merge branch 'master' into extend-warnings | 0 | .less | less | apache-2.0 | less/less.js |
10052211 | <NME> visitor.js
<BEF> ADDFILE
<MSG> Add modified (self altering) visitor pattern and class
<DFF> @@ -0,0 +1,44 @@
+(function (tree) {
+
+ tree.visitor = function(implementation) {
+ this._implementation = implementation;
+ };
+
+ tree.visitor.prototype = {
+ visit: function(node) {
+
+ ... | 44 | Add modified (self altering) visitor pattern and class | 0 | .js | js | apache-2.0 | less/less.js |
10052212 | <NME> visitor.js
<BEF> ADDFILE
<MSG> Add modified (self altering) visitor pattern and class
<DFF> @@ -0,0 +1,44 @@
+(function (tree) {
+
+ tree.visitor = function(implementation) {
+ this._implementation = implementation;
+ };
+
+ tree.visitor.prototype = {
+ visit: function(node) {
+
+ ... | 44 | Add modified (self altering) visitor pattern and class | 0 | .js | js | apache-2.0 | less/less.js |
10052213 | <NME> visitor.js
<BEF> ADDFILE
<MSG> Add modified (self altering) visitor pattern and class
<DFF> @@ -0,0 +1,44 @@
+(function (tree) {
+
+ tree.visitor = function(implementation) {
+ this._implementation = implementation;
+ };
+
+ tree.visitor.prototype = {
+ visit: function(node) {
+
+ ... | 44 | Add modified (self altering) visitor pattern and class | 0 | .js | js | apache-2.0 | less/less.js |
10052214 | <NME> compression.less
<BEF> ADDFILE
<MSG> Add tests for compression. remove fullhex function - make colors not compress when used in strings.
<DFF> @@ -0,0 +1,14 @@
+#colours {
+ color1: #fea;
+ color2: #ffeeaa;
+ color3: rgba(255, 238, 170, 0.1);
+ @color1: #fea;
+ string: "@{color1}";
+}
+dimensions {
+ val: ... | 14 | Add tests for compression. remove fullhex function - make colors not compress when used in strings. | 0 | .less | less | apache-2.0 | less/less.js |
10052215 | <NME> compression.less
<BEF> ADDFILE
<MSG> Add tests for compression. remove fullhex function - make colors not compress when used in strings.
<DFF> @@ -0,0 +1,14 @@
+#colours {
+ color1: #fea;
+ color2: #ffeeaa;
+ color3: rgba(255, 238, 170, 0.1);
+ @color1: #fea;
+ string: "@{color1}";
+}
+dimensions {
+ val: ... | 14 | Add tests for compression. remove fullhex function - make colors not compress when used in strings. | 0 | .less | less | apache-2.0 | less/less.js |
10052216 | <NME> compression.less
<BEF> ADDFILE
<MSG> Add tests for compression. remove fullhex function - make colors not compress when used in strings.
<DFF> @@ -0,0 +1,14 @@
+#colours {
+ color1: #fea;
+ color2: #ffeeaa;
+ color3: rgba(255, 238, 170, 0.1);
+ @color1: #fea;
+ string: "@{color1}";
+}
+dimensions {
+ val: ... | 14 | Add tests for compression. remove fullhex function - make colors not compress when used in strings. | 0 | .less | less | apache-2.0 | less/less.js |
10052217 | <NME> .travis.yml
<BEF> language:
bash
os:
linux
osx
script:
TRAVIS_RUN=true dev/tests/run_tests.sh
script:
TRAVIS_RUN=true dev/tests/run_tests.sh
<MSG> Added inotify-tools to travis env
<DFF> @@ -5,6 +5,9 @@ os:
linux
osx
+before_install:
+ sudo apt-get install inotify-tools
+
... | 3 | Added inotify-tools to travis env | 0 | .yml | travis | bsd-3-clause | deajan/osync |
10052218 | <NME> .travis.yml
<BEF> language:
bash
os:
linux
osx
script:
TRAVIS_RUN=true dev/tests/run_tests.sh
script:
TRAVIS_RUN=true dev/tests/run_tests.sh
<MSG> Added inotify-tools to travis env
<DFF> @@ -5,6 +5,9 @@ os:
linux
osx
+before_install:
+ sudo apt-get install inotify-tools
+
... | 3 | Added inotify-tools to travis env | 0 | .yml | travis | bsd-3-clause | deajan/osync |
10052219 | <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) [;
| 1 | change use case and add test | 0 | .less | less | apache-2.0 | less/less.js |
10052222 | <NME> css-import.less
<BEF> ADDFILE
<MSG> change use case and add test
<DFF> @@ -0,0 +1,1 @@
+@import url("test.css");
| 1 | change use case and add test | 0 | .less | less | apache-2.0 | less/less.js |
10052223 | <NME> css-import.less
<BEF> ADDFILE
<MSG> change use case and add test
<DFF> @@ -0,0 +1,1 @@
+@import url("test.css");
| 1 | change use case and add test | 0 | .less | less | apache-2.0 | less/less.js |
10052224 | <NME> comments2.less
<BEF> ADDFILE
<MSG> much improved comment parsing
<DFF> @@ -0,0 +1,20 @@
+@media all and/*! */(max-width:1024px) {}
+@-webkit-keyframes hover /* Safari and Chrome */{ }
+.bg {
+ background-image: linear-gradient(#333 /*{comment}*/, #111);
+}
+#planadvisor,
+/*comment*//*comment*/
+.first,/*comme... | 20 | much improved comment parsing | 0 | .less | less | apache-2.0 | less/less.js |
10052225 | <NME> comments2.less
<BEF> ADDFILE
<MSG> much improved comment parsing
<DFF> @@ -0,0 +1,20 @@
+@media all and/*! */(max-width:1024px) {}
+@-webkit-keyframes hover /* Safari and Chrome */{ }
+.bg {
+ background-image: linear-gradient(#333 /*{comment}*/, #111);
+}
+#planadvisor,
+/*comment*//*comment*/
+.first,/*comme... | 20 | much improved comment parsing | 0 | .less | less | apache-2.0 | less/less.js |
10052226 | <NME> comments2.less
<BEF> ADDFILE
<MSG> much improved comment parsing
<DFF> @@ -0,0 +1,20 @@
+@media all and/*! */(max-width:1024px) {}
+@-webkit-keyframes hover /* Safari and Chrome */{ }
+.bg {
+ background-image: linear-gradient(#333 /*{comment}*/, #111);
+}
+#planadvisor,
+/*comment*//*comment*/
+.first,/*comme... | 20 | much improved comment parsing | 0 | .less | less | apache-2.0 | less/less.js |
10052227 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 2 | Write logs to STDERR on remote side | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052228 | <NME> osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2... | 2 | Write logs to STDERR on remote side | 1 | .sh | sh | bsd-3-clause | deajan/osync |
10052229 | <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
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)m... | 3 | Prevent Browserify from bundling Buffer (#3335) | 3 | .js | min | apache-2.0 | less/less.js |
10052230 | <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
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)m... | 3 | Prevent Browserify from bundling Buffer (#3335) | 3 | .js | min | apache-2.0 | less/less.js |
10052231 | <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
*/
/** * @license Apache-2.0
*/
!function(a){if("object"==typeof exports&&"undefined"!=typeof module)m... | 3 | Prevent Browserify from bundling Buffer (#3335) | 3 | .js | min | apache-2.0 | less/less.js |
10052232 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /obackup... | 50 | Added some params and usage function | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052233 | <NME> osync-batch.sh
<BEF> #!/usr/bin/env bash
SUBPROGRAM=osync
PROGRAM="$SUBPROGRAM-batch" # Batch program to run osync / obackup instances sequentially and rerun failed ones
AUTHOR="(L) 2013-2020 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_BUILD=2020031502
## Runs an osync /obackup... | 50 | Added some params and usage function | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10052234 | <NME> test-header.js
<BEF> ADDFILE
<MSG> Merge branch 'rhino' of https://github.com/obecker/less.js into rhino
Conflicts:
build/build.yml
<DFF> @@ -0,0 +1,13 @@
+function initRhinoTest() {
+ process = { title: 'dummy' };
+
+ less.tree.functions.add = function (a, b) {
+ return new(less.tree.Dimension)(a... | 13 | Merge branch 'rhino' of https://github.com/obecker/less.js into rhino | 0 | .js | js | apache-2.0 | less/less.js |
10052235 | <NME> test-header.js
<BEF> ADDFILE
<MSG> Merge branch 'rhino' of https://github.com/obecker/less.js into rhino
Conflicts:
build/build.yml
<DFF> @@ -0,0 +1,13 @@
+function initRhinoTest() {
+ process = { title: 'dummy' };
+
+ less.tree.functions.add = function (a, b) {
+ return new(less.tree.Dimension)(a... | 13 | Merge branch 'rhino' of https://github.com/obecker/less.js into rhino | 0 | .js | js | apache-2.0 | less/less.js |
10052236 | <NME> test-header.js
<BEF> ADDFILE
<MSG> Merge branch 'rhino' of https://github.com/obecker/less.js into rhino
Conflicts:
build/build.yml
<DFF> @@ -0,0 +1,13 @@
+function initRhinoTest() {
+ process = { title: 'dummy' };
+
+ less.tree.functions.add = function (a, b) {
+ return new(less.tree.Dimension)(a... | 13 | Merge branch 'rhino' of https://github.com/obecker/less.js into rhino | 0 | .js | js | apache-2.0 | less/less.js |
10052237 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102201 ## 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: #############################################################... | 18 | More busybox fixes | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052238 | <NME> ofunctions.sh <BEF> #### MINIMAL-FUNCTION-SET BEGIN #### ## FUNC_BUILD=2016102201 ## 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: #############################################################... | 18 | More busybox fixes | 8 | .sh | sh | bsd-3-clause | deajan/osync |
10052239 | <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... | 2 | Added detected os string | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052240 | <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... | 2 | Added detected os string | 0 | .sh | sh | bsd-3-clause | deajan/osync |
10052241 | <NME> extend-not-at-end.txt
<BEF> ADDFILE
<MSG> Add an extend finder visitor and extend processor visitor (breaks extend for now)
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: Extend can only be used at the end of selector in {path}extend-not-at-end.less on line 1, column 21:
+1 .a:extend(.b all).c {
+2 property: red;
| 3 | Add an extend finder visitor and extend processor visitor (breaks extend for now) | 0 | .txt | txt | apache-2.0 | less/less.js |
10052242 | <NME> extend-not-at-end.txt
<BEF> ADDFILE
<MSG> Add an extend finder visitor and extend processor visitor (breaks extend for now)
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: Extend can only be used at the end of selector in {path}extend-not-at-end.less on line 1, column 21:
+1 .a:extend(.b all).c {
+2 property: red;
| 3 | Add an extend finder visitor and extend processor visitor (breaks extend for now) | 0 | .txt | txt | apache-2.0 | less/less.js |
10052243 | <NME> extend-not-at-end.txt
<BEF> ADDFILE
<MSG> Add an extend finder visitor and extend processor visitor (breaks extend for now)
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: Extend can only be used at the end of selector in {path}extend-not-at-end.less on line 1, column 21:
+1 .a:extend(.b all).c {
+2 property: red;
| 3 | Add an extend finder visitor and extend processor visitor (breaks extend for now) | 0 | .txt | txt | apache-2.0 | less/less.js |
10052244 | <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"
PROGRAM_B... | 4 | Check program type for service files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052245 | <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"
PROGRAM_B... | 4 | Check program type for service files | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10052246 | <NME> runner-rootpath-spec.js
<BEF> ADDFILE
<MSG> Added rootpath tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath tests. | 0 | .js | js | apache-2.0 | less/less.js |
10052247 | <NME> runner-rootpath-spec.js
<BEF> ADDFILE
<MSG> Added rootpath tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath tests. | 0 | .js | js | apache-2.0 | less/less.js |
10052248 | <NME> runner-rootpath-spec.js
<BEF> ADDFILE
<MSG> Added rootpath tests.
<DFF> @@ -0,0 +1,3 @@
+describe("less.js browser test - rootpath url's", function() {
+ testLessEqualsInDocument();
+});
| 3 | Added rootpath tests. | 0 | .js | js | apache-2.0 | less/less.js |
10052249 | <NME> index.ts
<BEF> import { NgModule, ModuleWithProviders } from '@angular/core';
import { ChartComponent } from './ChartComponent';
export { ChartSeriesComponent };
import { ChartPointComponent } from './ChartPointComponent';
export { ChartPointComponent };
export { Highcharts } from './Highcharts';
export const C... | 8 | Merge pull request #50 from serrut/master | 1 | .ts | ts | mit | gevgeny/angular2-highcharts |