Home
last modified time | relevance | path

Searched refs:wrapAnsi16m (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/ansi-styles/
Dindex.js14 const wrapAnsi16m = (fn, offset) => function () { function
118 rgb: wrapAnsi16m(rgb2rgb, 0)
128 rgb: wrapAnsi16m(rgb2rgb, 10)
153 styles.color.ansi16m[key] = wrapAnsi16m(suite.rgb, 0);
154 styles.bgColor.ansi16m[key] = wrapAnsi16m(suite.rgb, 10);
/third_party/node/tools/
Dlint-md.mjs1224 const wrapAnsi16m = (fn, offset) => (...args) => { function
1362 …setLazyProperty(styles.color, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, fals…
1365 …setLazyProperty(styles.bgColor, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, tr…
14239 const wrapAnsi16m = (fn, offset) => function () { function
14343 rgb: wrapAnsi16m(rgb2rgb, 0)
14353 rgb: wrapAnsi16m(rgb2rgb, 10)
14378 styles.color.ansi16m[key] = wrapAnsi16m(suite.rgb, 0);
14379 styles.bgColor.ansi16m[key] = wrapAnsi16m(suite.rgb, 10);