Searched refs:NODE_DISABLE_COLORS (Results 1 – 20 of 20) sorted by relevance
/third_party/node/test/parallel/ |
D | test-repl-envvars.js | 17 env: { NODE_DISABLE_COLORS: '1' }, property 29 env: { NODE_NO_READLINE: '1', NODE_DISABLE_COLORS: '1' }, property
|
D | test-assert-checktag.js | 9 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-assert.js | 36 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-assert-deep.js | 14 process.env.NODE_DISABLE_COLORS = '1';
|
/third_party/node/test/pseudo-tty/ |
D | test-tty-color-support.js | 62 [{ TERM: 'color', NODE_DISABLE_COLORS: '1' }, 1], 69 [{ NODE_DISABLE_COLORS: '1', FORCE_COLOR: '3' }, 24],
|
D | test-tty-color-support-warning-2.js | 5 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-tty-color-support-warning.js | 6 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-assert-no-color.js | 5 process.env.NODE_DISABLE_COLORS = true;
|
D | test-tty-color-support-warning-2.out | 2 (node:*) Warning: The 'NODE_DISABLE_COLORS' env is ignored due to the 'FORCE_COLOR' env being set.
|
D | test-assert-colors.js | 7 delete process.env.NODE_DISABLE_COLORS;
|
D | test-tty-color-support-warning.out | 2 (node:*) Warning: The 'NODE_DISABLE_COLORS' and 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' …
|
D | test-assert-position-indicator.js | 5 process.env.NODE_DISABLE_COLORS = true;
|
D | test-trace-sigint.js | 27 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-trace-sigint-on-idle.js | 29 process.env.NODE_DISABLE_COLORS = '1';
|
D | test-trace-sigint-disabled.js | 27 process.env.NODE_DISABLE_COLORS = '1';
|
/third_party/node/lib/internal/ |
D | tty.js | 85 if (env.NODE_DISABLE_COLORS !== undefined) 127 if (env.NODE_DISABLE_COLORS !== undefined ||
|
/third_party/node/doc/api/ |
D | tty.md | 205 `NODE_DISABLE_COLORS` environment variables.
|
D | cli.md | 1242 and `NODE_DISABLE_COLORS` environment variables are ignored. 1256 ### `NODE_DISABLE_COLORS=1` 1596 [`NO_COLOR`][] is an alias for `NODE_DISABLE_COLORS`. The value of the
|
D | assert.md | 65 To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS`
|
/third_party/node/lib/ |
D | repl.js | 269 } else if (process.env.NODE_DISABLE_COLORS === undefined) {
|