Home
last modified time | relevance | path

Searched refs:withColor (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Ddetail.js99 …log(`# Run ${Utils.color(' ' + recommendation.cmd + ' ', 'inverse', config.withColor)} to resolve …
116 ….severityLabel(advisory.severity, config.withColor, true)]: Utils.color(advisory.title, 'bold', co…
119 … {'Path': `${resolution.path.split('>').join(Utils.color(' > ', 'grey', config.withColor))}`},
158 ….severityLabel(advisory.severity, config.withColor, true)]: Utils.color(advisory.title, 'bold', co…
162 … {'Path': `${resolution.path.split('>').join(Utils.color(' > ', 'grey', config.withColor))}`},
Dinstall.js30 function clr (str, clr) { return Utils.color(str, clr, config.withColor) }
51 return `${value[1]} ${Utils.severityLabel(value[0], config.withColor).toLowerCase()}`
56 const vulnLabel = Utils.severityLabel(sev[0][0], config.withColor).toLowerCase()
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
Dutils.js33 function color (value, colorName, withColor) { argument
34 return (colorName && withColor) ? ccs.color(colorName) + value + ccs.color('reset') : value
37 function severityLabel (sev, withColor, bold) { argument
41 return color(severityColors[sev].label, colorName, withColor)
/third_party/node/deps/npm/lib/install/
Daudit.js97 withColor: opts.color, property
107 withColor: opts.color, property
117 withColor: opts.color, property
/third_party/node/deps/npm/node_modules/npm-audit-report/
Dindex.js14 withColor: true, property
DREADME.md39 | withColor     | `true`, `false`   | `true`   | indicates if some report eleme…
/third_party/node/test/parallel/
Dtest-util-inspect.js847 const withColor = util.inspect(input, false, 0, true);
850 withColor,
1002 const withColor = util.inspect(input, { colors: true });
1003 assert.strictEqual(countLines(withoutColor), countLines(withColor));
/third_party/openGLES/specs/es/katex/
Dkatex.js385 Options.prototype.withColor = function(color) {
2342 options.withColor(group.value.color),
Dkatex.min.js1withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js385 Options.prototype.withColor = function(color) {
2342 options.withColor(group.value.color),
Dkatex.min.js1withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
/third_party/openGLES/specs/gl/katex/
Dkatex.js385 Options.prototype.withColor = function(color) {
2342 options.withColor(group.value.color),
Dkatex.min.js1withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
/third_party/openGLES/specs/katex/
Dkatex.min.js1withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
Dkatex.js385 Options.prototype.withColor = function(color) {
2342 options.withColor(group.value.color),