| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | FormatPaper.csv | 3 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::duration<Rep, Period>``",,Mark de W… 4 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve… 5 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::utc_time<Duration>``",A ``<chrono>`… 6 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::tai_time<Duration>``",A ``<chrono>`… 7 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::gps_time<Duration>``",A ``<chrono>`… 8 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Not assigne… 9 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Not assign… 10 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local-time-format-t<Duration>``",A … 11 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,|Complete|, C… 12 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,|Complete|,… [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | Subtest_buffer_formatter.t | 9 package Formatter::Hide; 15 package Formatter::Show; 21 package Formatter::NA; 44 test2_stack->top->format(bless {}, 'Formatter::Hide'); 59 test2_stack->top->format(bless {}, 'Formatter::Show'); 80 test2_stack->top->format(bless {}, 'Formatter::NA');
|
| H A D | Formatter.t | 11 package Formatter::Subclass; 12 use base 'Test2::Formatter'; 36 my $f = Formatter::Subclass->new; 57 my $f = Formatter::Subclass->new; 71 my $f = Formatter::Subclass->new;
|
| H A D | no_load_api.t | 15 require Test2::Formatter; 16 require Test2::Formatter::TAP;
|
| H A D | special_names.t | 19 require Test2::Formatter::TAP; 20 $temp_hub->format(Test2::Formatter::TAP->new);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/ |
| H A D | Formatter.pm | 1 package Test::Builder::Formatter; 7 BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } 12 *OUT_STD = Test2::Formatter::TAP->can('OUT_STD'); 13 *OUT_ERR = Test2::Formatter::TAP->can('OUT_ERR'); 67 Test::Builder::Formatter - Test::Builder subclass of Test2::Formatter::TAP 75 use Test::Builder; # Loads Test::Builder::Formatter for you
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| H A D | File.pm | 1 package TAP::Formatter::File; 5 use TAP::Formatter::File::Session; 8 use base 'TAP::Formatter::Base'; 12 TAP::Formatter::File - Harness output delegate for file output 28 use TAP::Formatter::File; 29 my $harness = TAP::Formatter::File->new( \%args ); 33 See L<TAP::Formatter::Base> 40 my $session = TAP::Formatter::File::Session->new(
|
| H A D | Base.pm | 1 package TAP::Formatter::Base; 57 TAP::Formatter::Base - Base class for harness output delegates 73 use TAP::Formatter::Console; 74 my $harness = TAP::Formatter::Console->new( \%args ); 103 require TAP::Formatter::Color; 104 $self->_colorizer( TAP::Formatter::Color->new ); 124 my $harness = TAP::Formatter::Console->new( \%args ); 126 The constructor returns a new C<TAP::Formatter::Console> object. If 128 C<TAP::Formatter::Console> is automatically created. If any of the
|
| H A D | Color.pm | 1 package TAP::Formatter::Color; 38 TAP::Formatter::Color - Run Perl test scripts with color 63 use TAP::Formatter::Color; 64 my $harness = TAP::Formatter::Color->new( \%args ); 73 The constructor returns a new C<TAP::Formatter::Color> object. If 98 Test::Formatter::Color->can_color()
|
| H A D | Console.pm | 1 package TAP::Formatter::Console; 5 use base 'TAP::Formatter::Base'; 10 TAP::Formatter::Console - Harness output delegate for default console output 26 use TAP::Formatter::Console; 27 my $harness = TAP::Formatter::Console->new( \%args ); 31 See L<TAP::Formatter::Base> 40 ? 'TAP::Formatter::Console::ParallelSession' 41 : 'TAP::Formatter::Console::Session';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | console.t | 5 use TAP::Formatter::Console; 28 my $cons = TAP::Formatter::Console->new; 29 isa_ok $cons, 'TAP::Formatter::Console';
|
| H A D | proverun.t | 92 use TAP::Formatter::Console; 110 my $orig_output = \&TAP::Formatter::Console::_output; 111 *TAP::Formatter::Console::_output = sub {
|
| H A D | file.t | 29 require TAP::Formatter::Base; 30 local *TAP::Formatter::Base::_output = sub {
|
| H A D | env_opts.t | 28 unless TAP::Formatter::HTML->VERSION >= .10;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/ |
| H A D | Catch.pm | 13 require Test::Builder::Formatter; 15 $t->{Stack}->top->format(Test::Builder::Formatter->new);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/ |
| H A D | fork_with_new_stdout.t | 32 require Test::Builder::Formatter; 33 $b->{Stack}->top->format(Test::Builder::Formatter->new());
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/ |
| H A D | builder_loaded_late.t | 26 qr/Formatter Test::Builder::Formatter loaded too late to be used as the global formatter/,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
| H A D | 721-nested-streamed-subtest.t | 8 use Test::Builder::Formatter(); 14 $temp_hub->format(Test::Builder::Formatter->new()); 58 $temp_hub->format(Test::Builder::Formatter->new());
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| H A D | Hub.t | 10 package My::Formatter; 31 formatter => My::Formatter->new, 44 my $old = $hub->format(My::Formatter->new); 46 ok($old->isa('My::Formatter'), "old formatter"); 50 "Formatter got all events" 99 formatter => My::Formatter->new, 121 my $old = $hub->format(My::Formatter->new); 123 ok($old->isa('My::Formatter'), "old formatter"); 124 is(@$old, 3, "Formatter got all events ($name)");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/ |
| H A D | NoOutput.pm | 56 require Test::Builder::Formatter; 57 $self->{Stack}->top->format(Test::Builder::Formatter->new);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 99 template <class Formatter> 100 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | Formatter.pm | 1 package Test2::Formatter; 40 Test2::Formatter - Namespace for formatters. 50 package Test2::Formatter::Foo;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/legacy/ |
| H A D | TAP.t | 55 require Test::Builder::Formatter; 56 $temp_hub->format(Test::Builder::Formatter->new);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/ |
| H A D | Usage.pm | 26 $Pod::Usage::Formatter ||= 'Pod::Text'; 29 @ISA = ( $Pod::Usage::Formatter );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/ |
| H A D | Session.pm | 1 package TAP::Formatter::File::Session; 5 use base 'TAP::Formatter::Session'; 9 TAP::Formatter::File::Session - Harness output delegate for file output
|