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 |
|---|---|---|---|---|---|---|---|---|
10051850 | <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... | 3 | Fix setCookie() method comments + update readme | 3 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10051851 | <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.00pre PROGRAM_BU... | 56 | Some more work on soft deletion | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10051852 | <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.00pre PROGRAM_BU... | 56 | Some more work on soft deletion | 30 | .sh | sh | bsd-3-clause | deajan/osync |
10051853 | <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... | 14 | Improved daemon for file monitor mode | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051854 | <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... | 14 | Improved daemon for file monitor mode | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051855 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 32 | Close to sync_attr feature | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10051856 | <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-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev PROGRAM_BUILD=2016... | 32 | Close to sync_attr feature | 10 | .sh | sh | bsd-3-clause | deajan/osync |
10051857 | <NME> namespacing-8.less
<BEF> ADDFILE
<MSG> Bug fixes - fixes #3446 #3368 (#3546)
* Fixes #3446
* Fixes #3368
<DFF> @@ -0,0 +1,31 @@
+// see: https://github.com/less/less.js/issues/3368
+@vars: {
+ background-color: black;
+ color: contrast($background-color, #000, #fff);
+}
+
+:root {
+ each(@vars, {
+ --@{... | 31 | Bug fixes - fixes #3446 #3368 (#3546) | 0 | .less | less | apache-2.0 | less/less.js |
10051858 | <NME> namespacing-8.less
<BEF> ADDFILE
<MSG> Bug fixes - fixes #3446 #3368 (#3546)
* Fixes #3446
* Fixes #3368
<DFF> @@ -0,0 +1,31 @@
+// see: https://github.com/less/less.js/issues/3368
+@vars: {
+ background-color: black;
+ color: contrast($background-color, #000, #fff);
+}
+
+:root {
+ each(@vars, {
+ --@{... | 31 | Bug fixes - fixes #3446 #3368 (#3546) | 0 | .less | less | apache-2.0 | less/less.js |
10051859 | <NME> namespacing-8.less
<BEF> ADDFILE
<MSG> Bug fixes - fixes #3446 #3368 (#3546)
* Fixes #3446
* Fixes #3368
<DFF> @@ -0,0 +1,31 @@
+// see: https://github.com/less/less.js/issues/3368
+@vars: {
+ background-color: black;
+ color: contrast($background-color, #000, #fff);
+}
+
+:root {
+ each(@vars, {
+ --@{... | 31 | Bug fixes - fixes #3446 #3368 (#3546) | 0 | .less | less | apache-2.0 | less/less.js |
10051860 | <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"
SCRIPT_BUILD=201905... | 9 | Rebuilt targets | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051861 | <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"
SCRIPT_BUILD=201905... | 9 | Rebuilt targets | 5 | .sh | sh | bsd-3-clause | deajan/osync |
10051862 | <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)
[ 2013... | 28 | Improved --summary output | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10051865 | <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... | 28 | Improved --summary output | 24 | .sh | sh | bsd-3-clause | deajan/osync |
10051866 | <NME> node.js
<BEF> ADDFILE
<MSG> start abstracting out the file loader
<DFF> @@ -0,0 +1,103 @@
+var path = require('path'),
+ url = require('url'),
+ request,
+ fs = require('fs'),
+ isUrlRe = /^(?:https?:)?\/\//i;
+
+module.exports = {
+ warn: function(env, msg) {
+ console.warn(msg);
+ },
+... | 103 | start abstracting out the file loader | 0 | .js | js | apache-2.0 | less/less.js |
10051867 | <NME> node.js
<BEF> ADDFILE
<MSG> start abstracting out the file loader
<DFF> @@ -0,0 +1,103 @@
+var path = require('path'),
+ url = require('url'),
+ request,
+ fs = require('fs'),
+ isUrlRe = /^(?:https?:)?\/\//i;
+
+module.exports = {
+ warn: function(env, msg) {
+ console.warn(msg);
+ },
+... | 103 | start abstracting out the file loader | 0 | .js | js | apache-2.0 | less/less.js |
10051868 | <NME> node.js
<BEF> ADDFILE
<MSG> start abstracting out the file loader
<DFF> @@ -0,0 +1,103 @@
+var path = require('path'),
+ url = require('url'),
+ request,
+ fs = require('fs'),
+ isUrlRe = /^(?:https?:)?\/\//i;
+
+module.exports = {
+ warn: function(env, msg) {
+ console.warn(msg);
+ },
+... | 103 | start abstracting out the file loader | 0 | .js | js | apache-2.0 | less/less.js |
10051869 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires d... | 10 | [skip ci]: add v4.1.3 missing changelog (#3729) | 1 | .md | md | apache-2.0 | less/less.js |
10051870 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires d... | 10 | [skip ci]: add v4.1.3 missing changelog (#3729) | 1 | .md | md | apache-2.0 | less/less.js |
10051871 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.2 (2021-10-04)
- [#3602](https://github.com/less/less.js/pull/3602) Fix currentFileInfo and index properties on nodes (#3602) (@bjpbakker)
- [#3626](https://github.com/less/less.js/pull/3626) Fix [#3616](https://github.com/less/less.js/issues/3616) IfStatement requires d... | 10 | [skip ci]: add v4.1.3 missing changelog (#3729) | 1 | .md | md | apache-2.0 | less/less.js |
10051872 | <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=2016121902 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 13 | Updated ofunctions from obackup | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10051873 | <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=2016121902 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_... | 13 | Updated ofunctions from obackup | 11 | .sh | sh | bsd-3-clause | deajan/osync |
10051874 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Makes sure this doesn't regress needing parens around mixin guard conditions
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a < @b {
+2 width: @b;
| 3 | Makes sure this doesn't regress needing parens around mixin guard conditions | 0 | .txt | txt | apache-2.0 | less/less.js |
10051875 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Makes sure this doesn't regress needing parens around mixin guard conditions
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a < @b {
+2 width: @b;
| 3 | Makes sure this doesn't regress needing parens around mixin guard conditions | 0 | .txt | txt | apache-2.0 | less/less.js |
10051876 | <NME> mixins-guards-cond-expected.txt
<BEF> ADDFILE
<MSG> Makes sure this doesn't regress needing parens around mixin guard conditions
<DFF> @@ -0,0 +1,3 @@
+SyntaxError: expected condition in {path}mixins-guards-cond-expected.less on line 1, column 20:
+1 .max (@a, @b) when @a < @b {
+2 width: @b;
| 3 | Makes sure this doesn't regress needing parens around mixin guard conditions | 0 | .txt | txt | apache-2.0 | less/less.js |
10051877 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';
+import { stats } from './config/webpack/... | 65 | Revert "Test changelog generation" | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10051878 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';
+import { stats } from './config/webpack/... | 65 | Revert "Test changelog generation" | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10051879 | <NME> webpack.config.ts
<BEF> ADDFILE
<MSG> Revert "Test changelog generation"
<DFF> @@ -0,0 +1,65 @@
+import * as webpack from 'webpack';
+import { resolve } from 'path';
+import { AotPlugin } from '@ngtools/webpack';
+import * as HtmlWebpackPlugin from 'html-webpack-plugin';
+import { stats } from './config/webpack/... | 65 | Revert "Test changelog generation" | 0 | .ts | config | mit | nicky-lenaers/ngx-scroll-to |
10051880 | <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... | 43 | Added OpenRC support | 27 | .sh | sh | bsd-3-clause | deajan/osync |
10051881 | <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... | 43 | Added OpenRC support | 27 | .sh | sh | bsd-3-clause | deajan/osync |
10051882 | <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 CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018100101
# 4 tests:
# qui... | 20 | Isolate ConflictDetection function | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10051883 | <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 CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2018100101
# 4 tests:
# qui... | 20 | Isolate ConflictDetection function | 18 | .sh | sh | bsd-3-clause | deajan/osync |
10051884 | <NME> screenCapture.js
<BEF> const HeadlessChrome = require('../index')
const browser = new HeadlessChrome({
headless: false // If you turn this off, you can actually see the browser navigate with your instructions
// see above if using remote interface
})
async function navigateWebsite() {
await browser.init()
... | 4 | Add example | 4 | .js | js | mit | LucianoGanga/simple-headless-chrome |
10051885 | <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... | 7 | Fixed _QUICK_SYNC value too high | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051886 | <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... | 7 | Fixed _QUICK_SYNC value too high | 2 | .sh | sh | bsd-3-clause | deajan/osync |
10051887 | <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 finished working comments | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051888 | <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 finished working comments | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051889 | <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... | 10 | Fix newer bash on Windows10 got rid of elder find cmd bug | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051890 | <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... | 10 | Fix newer bash on Windows10 got rid of elder find cmd bug | 4 | .sh | sh | bsd-3-clause | deajan/osync |
10051891 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 43 | Various minor fixes | 46 | .sh | sh | bsd-3-clause | deajan/osync |
10051892 | <NME> n_osync.sh <BEF> #!/usr/bin/env bash #TODO treeList, deleteList, _getFileCtimeMtime, conflictList should be called without having statedir informed. Just give the full path ? #Check dryruns with nosuffix mode for timestampList AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@n... | 43 | Various minor fixes | 46 | .sh | sh | bsd-3-clause | deajan/osync |
10051893 | <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 | Merge pull request #144 from Jookia/RFC_srv-errno | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10051894 | <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 | Merge pull request #144 from Jookia/RFC_srv-errno | 2 | osync-srv | bsd-3-clause | deajan/osync | |
10051895 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this)
- Soft deletion does not honor exclusion lists
RECENT CHANGES
--------------
19 nov 2016: osync v1.2-beta3 re-release
- Fixed blocke... | 53 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10051896 | <NME> CHANGELOG.md
<BEF> ## RECENT CHANGES
- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this)
- Soft deletion does not honor exclusion lists
RECENT CHANGES
--------------
19 nov 2016: osync v1.2-beta3 re-release
- Fixed blocke... | 53 | Updated changelog | 1 | .md | md | bsd-3-clause | deajan/osync |
10051897 | <NME> string.js
<BEF> ADDFILE
<MSG> String/trim()
<DFF> @@ -0,0 +1,12 @@
+if (typeof(String.prototype.trim) === "undefined") {
+ String.prototype.trim = function (str) {
+ var str = this.replace(/^\s+/, '');
+ for (var i = str.length - 1; i >= 0; i--) {
+ if (/\S/.test(str.charAt(i))) {
+ ... | 12 | String/trim() | 0 | .js | js | apache-2.0 | less/less.js |
10051898 | <NME> string.js
<BEF> ADDFILE
<MSG> String/trim()
<DFF> @@ -0,0 +1,12 @@
+if (typeof(String.prototype.trim) === "undefined") {
+ String.prototype.trim = function (str) {
+ var str = this.replace(/^\s+/, '');
+ for (var i = str.length - 1; i >= 0; i--) {
+ if (/\S/.test(str.charAt(i))) {
+ ... | 12 | String/trim() | 0 | .js | js | apache-2.0 | less/less.js |
10051899 | <NME> string.js
<BEF> ADDFILE
<MSG> String/trim()
<DFF> @@ -0,0 +1,12 @@
+if (typeof(String.prototype.trim) === "undefined") {
+ String.prototype.trim = function (str) {
+ var str = this.replace(/^\s+/, '');
+ for (var i = str.length - 1; i >= 0; i--) {
+ if (/\S/.test(str.charAt(i))) {
+ ... | 12 | String/trim() | 0 | .js | js | apache-2.0 | less/less.js |
10051900 | <NME> README.md
<BEF> [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [](http://badge.fury.io/js/less) [](https://travis-ci.org/less/less.js)
[](https://david-dm.org/less/less.js) [![devDependen... | 2 | Move to an account called less, add back in videos for now, add matrix to readme | 1 | .md | md | apache-2.0 | less/less.js |
10051903 | <NME> urls2.less
<BEF> ADDFILE
<MSG> Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath.
<DFF> @@ -0,0 +1,4 @@
+@import "modify-again.css";
+.modify {
+ my-url: url("b.png");
+}
\ No newline at end of file
| 4 | Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath. | 0 | .less | less | apache-2.0 | less/less.js |
10051904 | <NME> urls2.less
<BEF> ADDFILE
<MSG> Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath.
<DFF> @@ -0,0 +1,4 @@
+@import "modify-again.css";
+.modify {
+ my-url: url("b.png");
+}
\ No newline at end of file
| 4 | Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath. | 0 | .less | less | apache-2.0 | less/less.js |
10051905 | <NME> urls2.less
<BEF> ADDFILE
<MSG> Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath.
<DFF> @@ -0,0 +1,4 @@
+@import "modify-again.css";
+.modify {
+ my-url: url("b.png");
+}
\ No newline at end of file
| 4 | Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath. | 0 | .less | less | apache-2.0 | less/less.js |
10051906 | <NME> osync_0.99RC4.lyx
<BEF> ADDFILE
<MSG> Added lyx documentation file
<DFF> @@ -0,0 +1,2468 @@
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
+\lyxformat 474
+\begin_document
+\begin_header
+\textclass article
+\use_default_options true
+\maintain_unincluded_children false
+\language engl... | 2,468 | Added lyx documentation file | 0 | .lyx | 99RC4 | bsd-3-clause | deajan/osync |
10051907 | <NME> osync_0.99RC4.lyx
<BEF> ADDFILE
<MSG> Added lyx documentation file
<DFF> @@ -0,0 +1,2468 @@
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
+\lyxformat 474
+\begin_document
+\begin_header
+\textclass article
+\use_default_options true
+\maintain_unincluded_children false
+\language engl... | 2,468 | Added lyx documentation file | 0 | .lyx | 99RC4 | bsd-3-clause | deajan/osync |
10051908 | <NME> less-1.0.21.min.js
<BEF> ADDFILE
<MSG> (dist) build .21 min
<DFF> @@ -0,0 +1,60 @@
+//
+// LESS - Leaner CSS v1.0.21
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docum... | 60 | (dist) build .21 min | 0 | .js | 0 | apache-2.0 | less/less.js |
10051909 | <NME> less-1.0.21.min.js
<BEF> ADDFILE
<MSG> (dist) build .21 min
<DFF> @@ -0,0 +1,60 @@
+//
+// LESS - Leaner CSS v1.0.21
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docum... | 60 | (dist) build .21 min | 0 | .js | 0 | apache-2.0 | less/less.js |
10051910 | <NME> less-1.0.21.min.js
<BEF> ADDFILE
<MSG> (dist) build .21 min
<DFF> @@ -0,0 +1,60 @@
+//
+// LESS - Leaner CSS v1.0.21
+// http://lesscss.org
+//
+// Copyright (c) 2010, Alexis Sellier
+// Licensed under the Apache 2.0 License.
+//
+(function(u){function q(b){return u.less[b.split("/")[1]]}function O(b){if(!docum... | 60 | (dist) build .21 min | 0 | .js | 0 | apache-2.0 | less/less.js |
10051911 | <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 | Minor improvements to ExecTasksé | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051912 | <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 | Minor improvements to ExecTasksé | 7 | .sh | sh | bsd-3-clause | deajan/osync |
10051913 | <NME> extend-chaining.less
<BEF> ADDFILE
<MSG> First part of extend chaining
<DFF> @@ -0,0 +1,48 @@
+//very simple chaining
+.a {
+ color: black;
+}
+.b:extend(.a) {}
+.c:extend(.b) {}
+
+//very simple chaining, ordering not important
+
+.d:extend(.e) {}
+.e:extend(.f) {}
+.f {
+ color: black;
+}
+
+//extend with al... | 48 | First part of extend chaining | 0 | .less | less | apache-2.0 | less/less.js |
10051914 | <NME> extend-chaining.less
<BEF> ADDFILE
<MSG> First part of extend chaining
<DFF> @@ -0,0 +1,48 @@
+//very simple chaining
+.a {
+ color: black;
+}
+.b:extend(.a) {}
+.c:extend(.b) {}
+
+//very simple chaining, ordering not important
+
+.d:extend(.e) {}
+.e:extend(.f) {}
+.f {
+ color: black;
+}
+
+//extend with al... | 48 | First part of extend chaining | 0 | .less | less | apache-2.0 | less/less.js |
10051915 | <NME> extend-chaining.less
<BEF> ADDFILE
<MSG> First part of extend chaining
<DFF> @@ -0,0 +1,48 @@
+//very simple chaining
+.a {
+ color: black;
+}
+.b:extend(.a) {}
+.c:extend(.b) {}
+
+//very simple chaining, ordering not important
+
+.d:extend(.e) {}
+.e:extend(.f) {}
+.f {
+ color: black;
+}
+
+//extend with al... | 48 | First part of extend chaining | 0 | .less | less | apache-2.0 | less/less.js |
10051916 | <NME> unicode-descriptor.js
<BEF> ADDFILE
<MSG> Add support for unicode descriptors. Fixes #1107
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.UnicodeDescriptor = function (value) {
+ this.value = value;
+};
+tree.UnicodeDescriptor.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
... | 13 | Add support for unicode descriptors. Fixes #1107 | 0 | .js | js | apache-2.0 | less/less.js |
10051917 | <NME> unicode-descriptor.js
<BEF> ADDFILE
<MSG> Add support for unicode descriptors. Fixes #1107
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.UnicodeDescriptor = function (value) {
+ this.value = value;
+};
+tree.UnicodeDescriptor.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
... | 13 | Add support for unicode descriptors. Fixes #1107 | 0 | .js | js | apache-2.0 | less/less.js |
10051918 | <NME> unicode-descriptor.js
<BEF> ADDFILE
<MSG> Add support for unicode descriptors. Fixes #1107
<DFF> @@ -0,0 +1,13 @@
+(function (tree) {
+
+tree.UnicodeDescriptor = function (value) {
+ this.value = value;
+};
+tree.UnicodeDescriptor.prototype = {
+ toCSS: function (env) {
+ return this.value;
+ },
... | 13 | Add support for unicode descriptors. Fixes #1107 | 0 | .js | js | apache-2.0 | less/less.js |
10051919 | <NME> less.min.js
<BEF> ADDFILE
<MSG> build v2 beta and update changelog
<DFF> @@ -0,0 +1,16 @@
+/*!
+ * Less - Leaner CSS v2.0.0-b1
+ * http://lesscss.org
+ *
+ * Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net>
+ * Licensed under the Apache v2 License.
+ *
+ */
+
+ /** * @license Apache v2
+ */
+
+requir... | 16 | build v2 beta and update changelog | 0 | .js | min | apache-2.0 | less/less.js |
10051920 | <NME> less.min.js
<BEF> ADDFILE
<MSG> build v2 beta and update changelog
<DFF> @@ -0,0 +1,16 @@
+/*!
+ * Less - Leaner CSS v2.0.0-b1
+ * http://lesscss.org
+ *
+ * Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net>
+ * Licensed under the Apache v2 License.
+ *
+ */
+
+ /** * @license Apache v2
+ */
+
+requir... | 16 | build v2 beta and update changelog | 0 | .js | min | apache-2.0 | less/less.js |
10051921 | <NME> less.min.js
<BEF> ADDFILE
<MSG> build v2 beta and update changelog
<DFF> @@ -0,0 +1,16 @@
+/*!
+ * Less - Leaner CSS v2.0.0-b1
+ * http://lesscss.org
+ *
+ * Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net>
+ * Licensed under the Apache v2 License.
+ *
+ */
+
+ /** * @license Apache v2
+ */
+
+requir... | 16 | build v2 beta and update changelog | 0 | .js | min | apache-2.0 | less/less.js |
10051922 | <NME> url-file-manager.js
<BEF> const isUrlRe = /^(?:https?:)?\/\//i;
import url from 'url';
let request;
import AbstractFileManager from '../less/environment/abstract-file-manager.js';
import logger from '../less/logger';
const UrlFileManager = function() {}
UrlFileManager.prototype = Object.assign(new AbstractFileMa... | 2 | Fix expected response when there's a socket error (#3597) | 2 | .js | js | apache-2.0 | less/less.js |
10051923 | <NME> url-file-manager.js
<BEF> const isUrlRe = /^(?:https?:)?\/\//i;
import url from 'url';
let request;
import AbstractFileManager from '../less/environment/abstract-file-manager.js';
import logger from '../less/logger';
const UrlFileManager = function() {}
UrlFileManager.prototype = Object.assign(new AbstractFileMa... | 2 | Fix expected response when there's a socket error (#3597) | 2 | .js | js | apache-2.0 | less/less.js |
10051924 | <NME> url-file-manager.js
<BEF> const isUrlRe = /^(?:https?:)?\/\//i;
import url from 'url';
let request;
import AbstractFileManager from '../less/environment/abstract-file-manager.js';
import logger from '../less/logger';
const UrlFileManager = function() {}
UrlFileManager.prototype = Object.assign(new AbstractFileMa... | 2 | Fix expected response when there's a socket error (#3597) | 2 | .js | js | apache-2.0 | less/less.js |
10051925 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1
+2 select... | 4 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .txt | txt | apache-2.0 | less/less.js |
10051926 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1
+2 select... | 4 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .txt | txt | apache-2.0 | less/less.js |
10051927 | <NME> css-guard-default-func.txt
<BEF> ADDFILE
<MSG> Merge branch 'master' of https://github.com/cloudhead/less.js
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: error evaluating function `default`: it is currently only allowed in parametric mixin guards, in {path}css-guard-default-func.less on line 2, column 16:
+1
+2 select... | 4 | Merge branch 'master' of https://github.com/cloudhead/less.js | 0 | .txt | txt | apache-2.0 | less/less.js |
10051928 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x ( #3180 ). Enforces node 6+ though.
# 3.0.0
2018-02-10
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/issues/3656) forcefully change unsupported input to strings (#3658) (@gzb1128)
- [#3668](ht... | 1 | NEVER put white space after (. | 1 | .md | md | apache-2.0 | less/less.js |
10051929 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x ( #3180 ). Enforces node 6+ though.
# 3.0.0
2018-02-10
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/issues/3656) forcefully change unsupported input to strings (#3658) (@gzb1128)
- [#3668](ht... | 1 | NEVER put white space after (. | 1 | .md | md | apache-2.0 | less/less.js |
10051930 | <NME> CHANGELOG.md
<BEF> ## 3.0.4
2018-05-06
- Update source-map to 0.6.x ( #3180 ). Enforces node 6+ though.
# 3.0.0
2018-02-10
- [#3658](https://github.com/less/less.js/pull/3658) Fix [#3646](https://github.com/less/less.js/issues/3656) forcefully change unsupported input to strings (#3658) (@gzb1128)
- [#3668](ht... | 1 | NEVER put white space after (. | 1 | .md | md | apache-2.0 | less/less.js |
10051931 | <NME> README.md
<BEF> # [Less.js v1.5.1](http://lesscss.org)
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
<a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/les... | 4 | move readme changes to build version and re-build | 7 | .md | md | apache-2.0 | less/less.js |
10051932 | <NME> README.md
<BEF> # [Less.js v1.5.1](http://lesscss.org)
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
<a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/les... | 4 | move readme changes to build version and re-build | 7 | .md | md | apache-2.0 | less/less.js |
10051933 | <NME> README.md
<BEF> # [Less.js v1.5.1](http://lesscss.org)
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
<a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/les... | 4 | move readme changes to build version and re-build | 7 | .md | md | apache-2.0 | less/less.js |
10051934 | <NME> multiple-guards-on-css-selectors2.txt
<BEF> ADDFILE
<MSG> Fix css guard error. fixes #1796
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors2.less on line 3, column 23:
+2 .a,
+3 .b when (@ie8 = true) {
+4 }
| 4 | Fix css guard error. fixes #1796 | 0 | .txt | txt | apache-2.0 | less/less.js |
10051935 | <NME> multiple-guards-on-css-selectors2.txt
<BEF> ADDFILE
<MSG> Fix css guard error. fixes #1796
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors2.less on line 3, column 23:
+2 .a,
+3 .b when (@ie8 = true) {
+4 }
| 4 | Fix css guard error. fixes #1796 | 0 | .txt | txt | apache-2.0 | less/less.js |
10051936 | <NME> multiple-guards-on-css-selectors2.txt
<BEF> ADDFILE
<MSG> Fix css guard error. fixes #1796
<DFF> @@ -0,0 +1,4 @@
+SyntaxError: Guards are only currently allowed on a single selector. in {path}multiple-guards-on-css-selectors2.less on line 3, column 23:
+2 .a,
+3 .b when (@ie8 = true) {
+4 }
| 4 | Fix css guard error. fixes #1796 | 0 | .txt | txt | apache-2.0 | less/less.js |
10051937 | <NME> extend.less
<BEF> ADDFILE
<MSG> Add Sass like extend
<DFF> @@ -0,0 +1,27 @@
+.error {
+ border: 1px #f00;
+ background: #fdd;
+}
+.error.intrusion {
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.intrusion .error {
+ display: none;
+}
+.badError {
+ +.error;
+ border-width: 3px;
+}
+
+.foo .bar, .foo .baz ... | 27 | Add Sass like extend | 0 | .less | less | apache-2.0 | less/less.js |
10051938 | <NME> extend.less
<BEF> ADDFILE
<MSG> Add Sass like extend
<DFF> @@ -0,0 +1,27 @@
+.error {
+ border: 1px #f00;
+ background: #fdd;
+}
+.error.intrusion {
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.intrusion .error {
+ display: none;
+}
+.badError {
+ +.error;
+ border-width: 3px;
+}
+
+.foo .bar, .foo .baz ... | 27 | Add Sass like extend | 0 | .less | less | apache-2.0 | less/less.js |
10051939 | <NME> extend.less
<BEF> ADDFILE
<MSG> Add Sass like extend
<DFF> @@ -0,0 +1,27 @@
+.error {
+ border: 1px #f00;
+ background: #fdd;
+}
+.error.intrusion {
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.intrusion .error {
+ display: none;
+}
+.badError {
+ +.error;
+ border-width: 3px;
+}
+
+.foo .bar, .foo .baz ... | 27 | Add Sass like extend | 0 | .less | less | apache-2.0 | less/less.js |
10051940 | <NME> Makefile
<BEF> ADDFILE
<MSG> I guess 'Makefile' starts with a cap..
<DFF> @@ -0,0 +1,35 @@
+#
+# Run all tests
+#
+test:
+ node test/less-test.js
+
+#
+# Run benchmark
+#
+benchmark:
+ node benchmark/less-benchmark.js
+
+#
+# Build less.js
+#
+SRC = lib/less
+BUILD = build/less.js
+BUILD_MIN = build/less.min.js... | 35 | I guess 'Makefile' starts with a cap.. | 0 | Makefile | apache-2.0 | less/less.js | |
10051941 | <NME> Makefile
<BEF> ADDFILE
<MSG> I guess 'Makefile' starts with a cap..
<DFF> @@ -0,0 +1,35 @@
+#
+# Run all tests
+#
+test:
+ node test/less-test.js
+
+#
+# Run benchmark
+#
+benchmark:
+ node benchmark/less-benchmark.js
+
+#
+# Build less.js
+#
+SRC = lib/less
+BUILD = build/less.js
+BUILD_MIN = build/less.min.js... | 35 | I guess 'Makefile' starts with a cap.. | 0 | Makefile | apache-2.0 | less/less.js | |
10051942 | <NME> Makefile
<BEF> ADDFILE
<MSG> I guess 'Makefile' starts with a cap..
<DFF> @@ -0,0 +1,35 @@
+#
+# Run all tests
+#
+test:
+ node test/less-test.js
+
+#
+# Run benchmark
+#
+benchmark:
+ node benchmark/less-benchmark.js
+
+#
+# Build less.js
+#
+SRC = lib/less
+BUILD = build/less.js
+BUILD_MIN = build/less.min.js... | 35 | I guess 'Makefile' starts with a cap.. | 0 | Makefile | apache-2.0 | less/less.js | |
10051943 | <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 ... | 5 | Update README.md | 0 | .md | md | mit | LucianoGanga/simple-headless-chrome |
10051944 | <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) [
- [#3575](https://github.com/less/less.js/pull/3575) Fixes #3574 (#3575) (@matthew-dean)
### v3.13.0 (2020-12-12)
- [#3572](https://github.com/less/less.js/pull/3572) Fixes #3434 - memory / runtime improvements (#3572) (@matthew-dean)
- [#3550](http... | 25 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051947 | <NME> CHANGELOG.md
<BEF> # 1.3.3
2012-12-30
### v3.13.1 (2020-12-18)
- [#3575](https://github.com/less/less.js/pull/3575) Fixes #3574 (#3575) (@matthew-dean)
### v3.13.0 (2020-12-12)
- [#3572](https://github.com/less/less.js/pull/3572) Fixes #3434 - memory / runtime improvements (#3572) (@matthew-dean)
- [#3550](http... | 25 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051948 | <NME> CHANGELOG.md
<BEF> # 1.3.3
2012-12-30
### v3.13.1 (2020-12-18)
- [#3575](https://github.com/less/less.js/pull/3575) Fixes #3574 (#3575) (@matthew-dean)
### v3.13.0 (2020-12-12)
- [#3572](https://github.com/less/less.js/pull/3572) Fixes #3434 - memory / runtime improvements (#3572) (@matthew-dean)
- [#3550](http... | 25 | Update CHANGELOG.md | 0 | .md | md | apache-2.0 | less/less.js |
10051949 | <NME> CHANGELOG.md
<BEF> ## Change Log
### v4.1.3 (2022-06-09)
- [#3673](https://github.com/less/less.js/pull/3673) Feat: add support for case-insensitive attribute selectors (#3673) (@iChenLei)
- [#3710](https://github.com/less/less.js/pull/3701) Feat: add `disablePluginRule` flag for render() options (#3710) (@broof... | 3 | add-in more changes to the changelog | 0 | .md | md | apache-2.0 | less/less.js |