/plugin/asciidocjs/node_modules/strip-ansi/ |
D | readme.md | 1 # strip-ansi [](https://tr… 9 $ npm install strip-ansi 16 const stripAnsi = require('strip-ansi'); 26 ## strip-ansi for enterprise 30 …ansi and thousands of other packages are working with Tidelift to deliver commercial support and m… 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…
|
/plugin/asciidocjs/node_modules/ansi-styles/ |
D | readme.md | 1 # ansi-styles [](https://… 12 $ npm install ansi-styles 18 const style = require('ansi-styles'); 28 console.log(style.bgColor.ansi.hsl(120, 80, 72) + 'Hello world!' + style.bgColor.close); 113 `ansi-styles` uses the [`color-convert`](https://github.com/Qix-/color-convert) package to allow fo… 123 - `ansi` 129 style.color.ansi.rgb(100, 200, 15); // RGB to 16 color ansi foreground code 130 style.bgColor.ansi.rgb(100, 200, 15); // RGB to 16 color ansi background code 132 style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code 133 style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code [all …]
|
D | index.d.ts | 204 ansi(ansi: number): string; method 209 ansi256(ansi: number): string; 225 readonly ansi: ColorConvert; property
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ANSI.php | 150 private $ansi; variable in phpseclib3\\File\\ANSI 200 $this->ansi = ''; 236 if (strlen($this->ansi)) { 237 $this->ansi .= $source[$i]; 242 case $this->ansi == "\x1B=": 243 $this->ansi = ''; 245 case strlen($this->ansi) == 2 && $chr >= 64 && $chr <= 95 && $chr != ord('['): 246 case strlen($this->ansi) > 2 && $chr >= 64 && $chr <= 126: 251 $this->tokenization[] = $this->ansi; 254 switch ($this->ansi) { [all …]
|
/plugin/asciidocjs/node_modules/wrap-ansi/ |
D | readme.md | 1 …ansi [](https://travis-ci.… 8 $ npm install wrap-ansi 15 const wrapAnsi = require('wrap-ansi'); 70 - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes 85 …<a href="https://tidelift.com/subscription/pkg/npm-wrap_ansi?utm_source=npm-wrap-ansi&utm_medium=r…
|
/plugin/asciidocjs/node_modules/cliui/build/lib/ |
D | string-utils.js | 8 const ansi = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' + constant 11 return str.replace(ansi, ''); 14 const [start, end] = str.match(ansi) || ['', ''];
|
/plugin/asciidocjs/node_modules/chalk/ |
D | readme.md | 14 <img src="https://cdn.jsdelivr.net/gh/chalk/ansi-styles@8261697c95bf34b6c7767e2cbe9941a851d59385/sc… 304 - [`ansi`](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) - Example: `chalk.ansi(31).bgAns… 324 - [ansi-styles](https://github.com/chalk/ansi-styles) - ANSI escape codes for styling strings in th… 326 - [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes 327 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Strip ANSI escape codes from a … 328 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 329 - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape c… 330 - [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes 331 - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes
|
D | index.d.ts | 226 ansi(code: number): Chalk; method
|
/plugin/asciidocjs/node_modules/ansi-regex/ |
D | readme.md | 1 # ansi-regex 9 $ npm install ansi-regex 16 const ansiRegex = require('ansi-regex'); 72 …<a href="https://tidelift.com/subscription/pkg/npm-ansi-regex?utm_source=npm-ansi-regex&utm_medium…
|
/plugin/tablelayout/ |
D | yarn.lock | 36 ansi-escapes@^3.0.0: 38 …resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c8… 40 ansi-regex@^2.0.0: 42 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f04… 44 ansi-regex@^3.0.0: 46 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966… 48 ansi-styles@^2.2.1: 50 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46… 52 ansi-styles@^3.2.1: 54 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b… [all …]
|
/plugin/dropfiles/ |
D | yarn.lock | 65 ansi-escapes@^3.0.0: 67 …resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3a… 69 ansi-regex@^2.0.0: 71 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f04… 73 ansi-regex@^3.0.0: 75 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966… 77 ansi-styles@^2.2.1: 79 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46… 81 ansi-styles@^3.1.0: 83 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346da… [all …]
|
/plugin/fetchmedia/ |
D | yarn.lock | 65 ansi-escapes@^2.0.0: 67 …resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-2.0.0.tgz#5bae52be424878dd9783e… 69 ansi-regex@^2.0.0: 71 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f04… 73 ansi-regex@^3.0.0: 75 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966… 77 ansi-styles@^2.2.1: 79 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46… 81 ansi-styles@^3.1.0: 83 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346da… [all …]
|
/plugin/structsection/ |
D | yarn.lock | 433 ansi-colors@^4.1.1: 435 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344… 438 ansi-regex@^2.0.0: 440 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f04… 443 ansi-regex@^5.0.0: 445 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af3… 448 ansi-styles@^2.2.1: 450 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46… 453 ansi-styles@^3.2.1: 455 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b… [all …]
|
/plugin/sequencediagram/bower_components/lodash/ |
D | yarn.lock | 23 ansi-regex@^2.0.0: 25 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.0.0.tgz#c5061b6e0ef8a81775e50f5d6… 27 ansi-styles@^2.2.1: 29 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e46… 31 ansi-styles@~1.0.0: 33 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67… 882 ansi-styles "^2.2.1" 884 has-ansi "^2.0.0" 885 strip-ansi "^3.0.0" 892 ansi-styles "~1.0.0" [all …]
|
/plugin/asciidocjs/node_modules/color-convert/ |
D | conversions.js | 528 let ansi = 30 534 ansi += 60; 537 return ansi; 565 const ansi = 16 570 return ansi;
|
D | CHANGELOG.md | 12 - Changed: `ansi` to `ansi256`
|
D | README.md | 6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a…
|
/plugin/sequencediagram/bower_components/raphael/ |
D | yarn.lock | 199 ansi-regex@^2.0.0: 201 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f04… 203 ansi-regex@^3.0.0: 205 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966… 207 ansi-styles@^3.2.1: 209 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b… 500 ansi-styles "^3.2.1" 555 strip-ansi "^4.0.0" 556 wrap-ansi "^2.0.0" 1084 strip-ansi "^3.0.1" [all …]
|
/plugin/asciidocjs/node_modules/cliui/ |
D | CHANGELOG.md | 66 * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/ya… 91 * downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c4…
|
/plugin/asciidocjs/node_modules/lazy-cache/ |
D | README.md | 60 // alias `ansi-yellow` as `yellow` 61 utils('ansi-yellow', 'yellow');
|
/plugin/asciidocjs/node_modules/cliui/build/ |
D | index.cjs | 78 // measure padding without ansi escape codes 292 const stripAnsi = require('strip-ansi'); 293 const wrap = require('wrap-ansi');
|
/plugin/codebutton_ext/ |
D | action.php | 64 'title' => $this->getLang('ansi-C'),
|
D | action.php.bak | 64 'title' => $this->getLang('ansi-C'),
|
/plugin/combo/ |
D | yarn.lock | 149 ansi-styles@^5.0.0: 151 resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" 676 ansi-styles "^5.0.0"
|
/plugin/xlsx2dw/packages/xlsx/ |
D | xlsx.mjs | 4003 case 'lpstr-ansi': o = __lpstr(this, this.l); size = 4 + __readUInt32LE(this, this.l); break; 6455 var ansiPath = blob.read_shift(0, 'lpstr-ansi'); 10450 var o = ["{\\rtf1\\ansi"]; 19152 v.AnsiUserType = o.read_shift(0, "lpstr-ansi"); 19159 o.l-=4; v.Reserved1 = o.read_shift(0, "lpstr-ansi");
|