Home
last modified time | relevance | path

Searched refs:colored (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
Dstringify.t35 my $result = colored(['blue', 'bold'], 'testing');
37 $result = colored("ok\n", 'bold blue');
42 $result = colored($test . q{}, 'bold blue');
44 $result = colored($test, 'bold blue');
50 $result = colored(\%foo, 'bold blue');
Dbasic.t27 is(colored('testing', 'blue', 'bold'), "\e[34;1mtesting\e[0m", 'colored');
47 is(colored("test\n\ntest", 'bold'),
51 colored("test\ntest\r\r\n\r\n", 'bold'),
57 colored(['bold', 'on_green'], "test\n", "\n", 'test'),
72 is(colored('testing', 'blue', 'on_red'),
97 is(colored('testing', 'blue', 'on_red'),
110 is(colored('test', 'faint'), "\e[2mtest\e[0m", 'colored supports faint');
126 is(colored('0', 'blue', 'bold'),
129 colored("0\n0\n\n", 'blue', 'bold'),
135 is(colored(q{}, 'blue', 'bold'), q{}, 'colored w/empty string and EACHLINE');
[all …]
Daliases-func.t35 is(colored('test', 'alert'), "\e[31mtest\e[0m", '..and colored works');
55 is(colored('foo', 'multiple'), "\e[34;42;1mfoo\e[0m", '...and colored works');
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
Dsoak253 sub colored
260 Term::ANSIColor::colored(@_);
286 return $self->colored($text, 'bold');
293 . $self->colored($self->{perl}, 'blue')
294 . $self->colored($self->_config, 'green');
319 $self->print($self->colored('-'x$width, 'bold'), "\n");
404 $self->print($self->colored($text, $color));
405 $self->print($self->colored($sum, 'red'));
462 $self->say($self->colored(join('', @_), 'red'));
468 $self->say($self->colored(join('', 'FATAL: ', @_), 'bold red'));
[all …]
DChanges702 - output is colored (can be turned off)
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
DColor.pm35 $self->SUPER::cmd_head1 ($attrs, colored ($text, 'bold'));
42 $self->SUPER::cmd_head2 ($attrs, colored ($text, 'bold'));
46 sub cmd_b { return colored ($_[2], 'bold') }
47 sub cmd_f { return colored ($_[2], 'cyan') }
48 sub cmd_i { return colored ($_[2], 'yellow') }
71 $code = colored ($code, 'green');
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
DANSIColor.pm511 sub colored { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/
Dbasic.txt224 print colored ("Yellow on magenta.\n", 'yellow on_magenta');
226 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
Dbasic.pod337 print colored ("Yellow on magenta.\n", 'yellow on_magenta');
339 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
Dbasic.man268 \& print colored ("Yellow on magenta.\en", \*(Aqyellow on_magenta\*(Aq);
270 \& print colored [\*(Aqyellow on_magenta\*(Aq], "Yellow on magenta.\en";
/openbsd/src/share/dict/
Dweb2a919 all-colored
1467 amber-colored
2531 art-colored
2641 ash-colored
3062 azure-colored
5835 biscuit-colored
5939 black-colored
6246 blood-colored
6365 bloom-colored
6472 blue-colored
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
DJustPod02.t411 print colored ("Yellow on magenta.\n", 'yellow on_magenta');
413 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
Dmktodo.pl464 $what = colored("$what symbol", $col{$what});
/openbsd/src/gnu/llvm/lld/docs/
DPartitions.rst50 section is colored according to its assigned partition.
/openbsd/src/gnu/usr.bin/perl/Porting/
Dgit-deltatool343 say colored( $header, "yellow");
/openbsd/src/usr.bin/file/magdir/
Dapple137 # to have a solid-colored line at the bottom of the screen.
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DHandleLLVMOptions.cmake968 # clang and gcc don't default-print colored diagnostics when invoked from Ninja.
977 # lld doesn't print colored diagnostics when invoked from Ninja
/openbsd/src/gnu/llvm/llvm/docs/
DMyFirstTypoFix.rst536 should be the first place to look at** - the colored bubbles correspond
DCodeGenerator.rst1346 allocation *pre-colored registers*. Pre-colored registers are used in many
1348 to store results of particular instructions. There are two types of pre-colored
1360 ``TargetInstrInfo::get(opcode)::ImplicitUses``. Pre-colored registers impose
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl588delta.pod1065 Fixes a bug in C<colored> when C<$EACHLINE> is set that caused it to not color
Dperl5160delta.pod1430 reference, allowing the colored function to work properly on objects with
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dinfo-stnd.texi279 to the video memory on these systems, for faster operation and colored
/openbsd/src/games/fortune/datfiles/
Dfortunes2-o1321 women swooned... the children waved multi-colored banners... and the band
1326 multi-colored banners... and the band played appropriate music.
1331 The crowds cheered... the women swooned... the children waved multi-colored
3192 big gold colored plate in the middle of your chest, what's that, do all
5489 To flesh-colored christs that glow in the dark.
5983 chicken-scratch. Women use scented, colored stationary and they dot their
8331 registrar promptly held up like a trophy. We stared at that straw-colored
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlglossary.pod3500 I<polychromos> but translates into I<many-colored>. See the C<tr///>
/openbsd/src/gnu/llvm/clang/docs/
DUsersManual.rst257 API to output colored diagnostics. This option is only used on Windows and

12