| /plugin/asciidocjs/node_modules/chalk/ |
| D | readme.md | 12 …chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [ as of January 1, 2020 79 $ npm install chalk 85 const chalk = require('chalk'); 87 console.log(chalk.blue('Hello world!')); 93 const chalk = require('chalk'); 97 log(chalk.blue('Hello') + ' World' + chalk.red('!')); [all …]
|
| D | index.d.ts | 69 declare namespace chalk { namespace 405 declare const chalk: chalk.Chalk & chalk.ChalkFunction & { constant 406 supportsColor: chalk.ColorSupport | false; 407 Level: chalk.Level; 412 stderr: chalk.Chalk & {supportsColor: chalk.ColorSupport | false}; 415 export = chalk;
|
| /plugin/asciidocjs/node_modules/chalk/source/ |
| D | index.js | 39 const chalk = {}; 40 applyOptions(chalk, options); 42 chalk.template = (...arguments_) => chalkTag(chalk.template, ...arguments_); 44 Object.setPrototypeOf(chalk, Chalk.prototype); 45 Object.setPrototypeOf(chalk.template, chalk); 47 chalk.template.constructor = () => { 51 chalk.template.Instance = ChalkClass; 53 return chalk.template; 196 const chalkTag = (chalk, ...strings) => { argument 219 return template(chalk, parts.join('')); [all …]
|
| D | templates.js | 74 function buildStyle(chalk, styles) { argument 83 let current = chalk; 99 module.exports = (chalk, temporary) => { argument 111 chunks.push(styles.length === 0 ? string : buildStyle(chalk, styles)(string)); 118 chunks.push(buildStyle(chalk, styles)(chunk.join('')));
|
| /plugin/asciidocjs/node_modules/wrap-ansi/ |
| D | readme.md | 1 …chalk/wrap-ansi.svg?branch=master)](https://travis-ci.com/chalk/wrap-ansi) [; 17 const input = 'The quick brown ' + chalk.red('fox jumped over ') + 18 'the lazy ' + chalk.green('dog and then ran away with the unicorn.'); 35 String with ANSI escape codes. Like one styled by [`chalk`](https://github.com/chalk/chalk). Newlin… 70 - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes 72 - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
|
| /plugin/asciidocjs/node_modules/strip-ansi/ |
| D | readme.md | 1 …ansi [](https://travis-ci… 35 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 36 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module 37 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 38 - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape c… 39 - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
|
| /plugin/asciidocjs/node_modules/supports-color/ |
| D | readme.md | 1 …or [](https://travis-… 54 - [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module 55 - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
|
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | readme.md | 1 …yles [](https://travis-c… 5 You probably want the higher-level [chalk](https://github.com/chalk/chalk) module for styling your …
|
| /plugin/asciidocjs/node_modules/jake/lib/task/ |
| D | task.js | 3 let chalk = require('chalk'); variable 311 console.log("Starting '" + chalk.green(this.fullName) + "'..."); 404 …console.log("Finished '" + chalk.green(this.fullName) + "' after " + chalk.magenta(taskTime + ' ms…
|
| /plugin/asciidocjs/node_modules/jake/lib/ |
| D | jake.js | 26 let chalk = require('chalk'); variable 154 name = chalk.green(p); 158 descr = chalk.gray('# ' + descr);
|
| /plugin/asciidocjs/node_modules/cliui/ |
| D | README.md | 30 chalk.green("(if this description is long it wraps).") 35 text: chalk.red("[required]"),
|
| D | CHANGELOG.md | 66 * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/ya…
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | saucelabs.js | 16 chalk = require('chalk'), variable 453 …console.error(label + ' %s ' + chalk.red('failed') + ' %d test' + (failures > 1 ? 's' : '') + '. %… 463 console.error(label, description, chalk.red('failed') + ';', message); 468 console.log(label, description, chalk.green('passed'));
|
| /plugin/amcharts/assets/amcharts/themes/ |
| D | chalk.js | 1 AmCharts.themes.chalk = {
|
| /plugin/tablelayout/ |
| D | yarn.lock | 146 chalk "^1.1.3" 269 chalk@^1.1.1, chalk@^1.1.3, chalk@~1.1.1: 271 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e0… 279 chalk@^2.0.0, chalk@^2.1.0: 281 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e347133821… 614 chalk "^2.1.0" 1026 chalk "^1.1.1" 1049 chalk "^2.1.0" 1060 chalk "~1.1.1" 1253 chalk "^2.0.0" [all …]
|
| /plugin/dropfiles/ |
| D | yarn.lock | 208 chalk "^1.1.3" 410 chalk@^1.1.3: 412 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e0… 420 chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: 422 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17… 854 chalk "^2.1.0" 1366 chalk "^2.0.0" 1688 chalk "^2.0.1" 2148 chalk "^2.0.1" 2185 chalk "^1.1.3" [all …]
|
| /plugin/fetchmedia/ |
| D | yarn.lock | 191 chalk "^1.1.0" 829 chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: 831 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e0… 839 chalk@^2.0.0, chalk@^2.0.1: 841 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.0.1.tgz#dbec49436d2ae15f536114e76d14656cdbc… 1296 chalk "^1.1.3" 1759 chalk "^2.0.0" 2910 chalk "^1.1.1" 3087 chalk "^2.0.1" 3093 chalk "^2.0.1"
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | yarn.lock | 145 chalk "^1.1.0" 878 chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3, chalk@~1.1.0: 880 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e0… 888 chalk@~0.4.0: 890 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e… 1534 chalk "^1.1.1" 1875 chalk "~1.1.0" 2107 chalk "^1.1.1" 2260 chalk "~0.4.0" 2806 chalk "^1.1.3"
|
| /plugin/structsection/ |
| D | yarn.lock | 138 chalk "^2.0.0" 504 chalk "^1.1.3" 1080 chalk@^1.1.3: 1082 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e0… 1091 chalk@^2.0.0: 1093 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44… 1100 chalk@^4.0.0: 1102 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc31… 1410 chalk "^4.0.0"
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | yarn.lock | 495 chalk@^2.4.1: 497 …resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44… 2733 chalk "^2.4.1"
|
| /plugin/passpolicy/ |
| D | words.txt | 615 chalk
|
| /plugin/tuxquote/ |
| D | quotes.txt | 4015 Measure with a micrometer. Mark with chalk. Cut with an axe.
|
| /plugin/subjectindex/plugins/ |
| D | bible_verses.txt | 18547 As for the wood carver, he has stretched out the measuring line; he traces it out with red chalk; h…
|