Searched refs:color_err (Results 1 – 8 of 8) sorted by relevance
/dports/math/octave-forge-doctest/doctest-0.7.0/inst/private/ |
H A D | doctest_colors.m | 1 function [color_ok, color_err, color_warn, reset] = doctest_colors(fid) 14 color_err = ''; variable 24 color_err = eval('"\033[1;31m"'); % red variable
|
H A D | doctest_collect.m | 171 [color_ok, color_err, color_warn, reset] = doctest_colors(fid); 187 fprintf(fid, [color_err 'EXTRACTION ERROR' reset '\n\n']); 222 … fprintf(fid, [color_err 'FAIL %4d/%-4d' reset '\n\n'], num_tests - num_tests_passed, num_tests); 227 fprintf(fid, [ ' got : ' color_err '%s' reset '\n' ], results(j).got);
|
/dports/games/xonotic/Xonotic/source/gmqcc/ |
H A D | conout.cpp | 11 int color_err; member 26 console.color_err = util_isatty(console.handle_err); in con_enablecolor() 54 console.color_err = 0; in con_color() 124 int color = (err) ? console.color_err : console.color_out; in con_vprintmsg_c()
|
/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/ |
H A D | gegl-buffer-cl-iterator.c | 270 int color_err = 0; in gegl_buffer_cl_iterator_next() local 312 color_err = gegl_cl_color_conv (i->tex_op[no], i->tex_buf[no], i->size[no], in gegl_buffer_cl_iterator_next() 314 if (color_err) goto error; in gegl_buffer_cl_iterator_next() 526 color_err = gegl_cl_color_conv (i->tex_buf[no], i->tex_op[no], i->size[no], in gegl_buffer_cl_iterator_next() 528 if (color_err) goto error; in gegl_buffer_cl_iterator_next()
|
/dports/multimedia/mpv/mpv-0.34.1/video/out/ |
H A D | vo_tct.c | 118 int color_err = dist_square(cr, cg, cb, r, g, b); in rgb_to_x256() local 120 return color_err <= gray_err ? 16 + color_index() : 232 + gray_index; in rgb_to_x256()
|
/dports/math/octave-forge-doctest/doctest-0.7.0/inst/ |
H A D | doctest.m | 314 [color_ok, color_err, color_warn, reset] = doctest_colors(fid); 366 …fprintf(fid, [' ' color_err 'FAIL %4d/%-4d' reset '\n\n'], summary.num_tests - summary.num_tests… 371 …fprintf(fid, [', ' color_err '%d with extraction errors' reset], summary.num_targets_with_extracti…
|
/dports/www/zola/zola-0.15.2/cargo-crates/nom-tracable-0.5.2/src/ |
H A D | lib.rs | 673 let color_err = if info.color { "\u{001b}[1;31m" } else { "" }; 713 color_err,
|
/dports/cad/magic/magic-8.3.245/plot/ |
H A D | plotPNM.c | 1458 goto color_err; 1461 goto color_err; 1471 color_err:
|