Home
last modified time | relevance | path

Searched refs:NODE_DISABLE_COLORS (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-envvars.js17 env: { NODE_DISABLE_COLORS: '1' }, property
29 env: { NODE_NO_READLINE: '1', NODE_DISABLE_COLORS: '1' }, property
Dtest-assert-checktag.js9 process.env.NODE_DISABLE_COLORS = '1';
Dtest-assert.js36 process.env.NODE_DISABLE_COLORS = '1';
Dtest-assert-deep.js14 process.env.NODE_DISABLE_COLORS = '1';
/third_party/node/test/pseudo-tty/
Dtest-tty-color-support.js62 [{ TERM: 'color', NODE_DISABLE_COLORS: '1' }, 1],
69 [{ NODE_DISABLE_COLORS: '1', FORCE_COLOR: '3' }, 24],
Dtest-tty-color-support-warning-2.js5 process.env.NODE_DISABLE_COLORS = '1';
Dtest-tty-color-support-warning.js6 process.env.NODE_DISABLE_COLORS = '1';
Dtest-assert-no-color.js5 process.env.NODE_DISABLE_COLORS = true;
Dtest-tty-color-support-warning-2.out2 (node:*) Warning: The 'NODE_DISABLE_COLORS' env is ignored due to the 'FORCE_COLOR' env being set.
Dtest-assert-colors.js7 delete process.env.NODE_DISABLE_COLORS;
Dtest-tty-color-support-warning.out2 (node:*) Warning: The 'NODE_DISABLE_COLORS' and 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' …
Dtest-assert-position-indicator.js5 process.env.NODE_DISABLE_COLORS = true;
Dtest-trace-sigint.js27 process.env.NODE_DISABLE_COLORS = '1';
Dtest-trace-sigint-on-idle.js29 process.env.NODE_DISABLE_COLORS = '1';
Dtest-trace-sigint-disabled.js27 process.env.NODE_DISABLE_COLORS = '1';
/third_party/node/lib/internal/
Dtty.js85 if (env.NODE_DISABLE_COLORS !== undefined)
127 if (env.NODE_DISABLE_COLORS !== undefined ||
/third_party/node/doc/api/
Dtty.md205 `NODE_DISABLE_COLORS` environment variables.
Dcli.md1242 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
Dassert.md65 To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS`
/third_party/node/lib/
Drepl.js269 } else if (process.env.NODE_DISABLE_COLORS === undefined) {