/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/ |
D | detail.js | 99 …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))}`},
|
D | install.js | 30 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/ |
D | utils.js | 33 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/ |
D | audit.js | 97 withColor: opts.color, property 107 withColor: opts.color, property 117 withColor: opts.color, property
|
/third_party/node/deps/npm/node_modules/npm-audit-report/ |
D | index.js | 14 withColor: true, property
|
D | README.md | 39 | withColor | `true`, `false` | `true` | indicates if some report eleme…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
D | vktFragmentShadingBarycentricTests.cpp | 223 const bool withColor = false, in makeGraphicsPipeline() argument 323 …withColor ? &vertexInputStateInfo : DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vert… in makeGraphicsPipeline() 680 const bool withColor = false; in iterate() local 704 …ertModule, *fragModule, width, height, topology, VK_SAMPLE_COUNT_1_BIT, withColor, provokingVertex… in iterate() 1083 const bool withColor = true; in iterate() local 1135 …*fragModule, width, height, pipelineTopology, m_testParams.sampleCount, withColor, provokingVertex… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
D | vktFragmentShadingBarycentricTests.cpp | 223 const bool withColor = false, in makeGraphicsPipeline() argument 323 …withColor ? &vertexInputStateInfo : DE_NULL, // const VkPipelineVertexInputStateCreateInfo* vert… in makeGraphicsPipeline() 680 const bool withColor = false; in iterate() local 704 …ertModule, *fragModule, width, height, topology, VK_SAMPLE_COUNT_1_BIT, withColor, provokingVertex… in iterate() 1083 const bool withColor = true; in iterate() local 1135 …*fragModule, width, height, pipelineTopology, m_testParams.sampleCount, withColor, provokingVertex… in iterate()
|
/third_party/node/test/parallel/ |
D | test-util-inspect.js | 847 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/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.js | 5153 _proto.withColor = function withColor(color) { 8088 …var elements = buildHTML_buildExpression(group.body, options.withColor(group.color), false); // \c… 8097 var inner = buildMathML_buildExpression(group.body, options.withColor(group.color)); 9160 var colorOptions = group.rightColor ? options.withColor(group.rightColor) : options;
|
D | katex.min.js | 1 …withColor=function(t){return this.extend({color:t})},e.withPhantom=function(){return this.extend({… function
|
D | katex.mjs | 5159 withColor(color) { method in Options 7975 …const elements = buildExpression(group.body, options.withColor(group.color), false); // \color isn… 7984 const inner = buildExpression$1(group.body, options.withColor(group.color)); 9032 const colorOptions = group.rightColor ? options.withColor(group.rightColor) : options;
|
/third_party/openGLES/specs/katex/ |
D | katex.js | 385 Options.prototype.withColor = function(color) { 2342 options.withColor(group.value.color),
|
D | katex.min.js | 1 …withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
|
/third_party/openGLES/specs/es/3.2/katex/ |
D | katex.js | 385 Options.prototype.withColor = function(color) { 2342 options.withColor(group.value.color),
|
D | katex.min.js | 1 …withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
|
/third_party/openGLES/specs/es/katex/ |
D | katex.min.js | 1 …withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
|
D | katex.js | 385 Options.prototype.withColor = function(color) { 2342 options.withColor(group.value.color),
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.js | 385 Options.prototype.withColor = function(color) { 2342 options.withColor(group.value.color),
|
D | katex.min.js | 1 …withColor=function(e){return this.extend({color:e})};a.prototype.withPhantom=function(){return thi…
|