/openbsd/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/ |
H A D | stringify.t | 35 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');
|
H A D | basic.t | 27 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 …]
|
H A D | aliases-func.t | 35 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/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | soak | 253 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')); 476 $self->print($self->colored($text, 'bold'), "\n"); [all …]
|
H A D | Changes | 702 - output is colored (can be turned off)
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/ |
H A D | Color.pm | 35 $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/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ |
H A D | ANSIColor.pm | 511 sub colored { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/ |
H A D | basic.txt | 224 print colored ("Yellow on magenta.\n", 'yellow on_magenta'); 226 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
|
H A D | basic.pod | 337 print colored ("Yellow on magenta.\n", 'yellow on_magenta'); 339 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
|
H A D | basic.man | 268 \& print colored ("Yellow on magenta.\en", \*(Aqyellow on_magenta\*(Aq); 270 \& print colored [\*(Aqyellow on_magenta\*(Aq], "Yellow on magenta.\en";
|
/openbsd/share/dict/ |
H A D | web2a | 919 all-colored 1467 amber-colored 2531 art-colored 2641 ash-colored 3062 azure-colored 6472 blue-colored 8500 buff-colored 16724 dim-colored 18500 dun-colored 23206 fox-colored [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | JustPod02.t | 411 print colored ("Yellow on magenta.\n", 'yellow on_magenta'); 413 print colored ['yellow on_magenta'], "Yellow on magenta.\n";
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
H A D | mktodo.pl | 464 $what = colored("$what symbol", $col{$what});
|
/openbsd/gnu/llvm/lld/docs/ |
H A D | Partitions.rst | 50 section is colored according to its assigned partition.
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | git-deltatool | 343 say colored( $header, "yellow");
|
/openbsd/usr.bin/file/magdir/ |
H A D | apple | 137 # to have a solid-colored line at the bottom of the screen.
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMOptions.cmake | 968 # 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/gnu/llvm/llvm/docs/ |
H A D | MyFirstTypoFix.rst | 536 should be the first place to look at** - the colored bubbles correspond
|
H A D | CodeGenerator.rst | 1346 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/gnu/usr.bin/perl/pod/ |
H A D | perl588delta.pod | 1065 Fixes a bug in C<colored> when C<$EACHLINE> is set that caused it to not color
|
H A D | perl5160delta.pod | 1430 reference, allowing the colored function to work properly on objects with
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | info-stnd.texi | 279 to the video memory on these systems, for faster operation and colored
|
/openbsd/games/fortune/datfiles/ |
H A D | fortunes2-o | 1321 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/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlglossary.pod | 3500 I<polychromos> but translates into I<many-colored>. See the C<tr///>
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | UsersManual.rst | 257 API to output colored diagnostics. This option is only used on Windows and
|