/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | streams.t | 30 is $parser->next->as_string, '1..5', 32 is $parser->next->as_string, 'ok 1 - input file opened', 34 is $parser->next->as_string, '... this is junk', 36 is $parser->next->as_string, 39 is $parser->next->as_string, '# this is a comment', 41 is $parser->next->as_string, 'ok 3 - read the rest of the file', 43 is $parser->next->as_string, 'not ok 4 - this is a real failure', 45 is $parser->next->as_string, 'ok 5 # SKIP we have no description', 68 is $parser->next->as_string, 'ok 1 - input file opened', 70 is $parser->next->as_string, '... this is junk', [all …]
|
H A D | parse.t | 80 is $result->as_string, '1..7', 101 is $test->as_string, 'ok 1 - input file opened', 112 is $unknown->as_string, '... this is junk', 135 is $failed->as_string, 149 is $comment->as_string, '# this is a comment', 171 is $test->as_string, 'ok 3 - read the rest of the file', 193 is $failed->as_string, 'not ok 4 - this is a real failure', 223 is $test->as_string, 'ok 5 # SKIP we have no description', 248 is $bonus->as_string, 'ok 6 - you shall not pass! # TODO should have failed', 274 is $passed->as_string, [all...] |
H A D | results.t | 92 as_string => '... this line is junk ... ', 112 as_string => '# this is a comment', 133 as_string => 'This blows!', 209 as_string => 'ok 5 ... and this test is fine', 257 as_string =>
|
H A D | callbacks.t | 36 $plan_output = $plan->as_string; 68 $plan_output = $plan->as_string;
|
H A D | nested.t | 27 is $bailout->as_string, 'We ran out of foobar.',
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
H A D | 512-t-file.t | 31 is($map->as_string(), $cmp_typemap_str, "Simple typemap matches reference file"); 37 is($map->as_string(), slurp($tmpfile), "Simple typemap write matches as_string"); 38 is(ExtUtils::Typemaps->new(file => $cmp_typemap_file)->as_string(), $cmp_typemap_str, "Simple typem… 39 is(ExtUtils::Typemaps->new(file => $tmpfile)->as_string(), $cmp_typemap_str, "Simple typemap roundt… 47 my $map_from_str = ExtUtils::Typemaps->new(string => $map->as_string());
|
H A D | 513-t-merge.t | 36 is($first->as_string(), slurp($combined_typemap_file), "merging produces expected output"); 46 is($first->as_string(), slurp($combined_typemap_file), "merging produces expected output"); 58 …is($first->as_string(), slurp($combined_typemap_file), "merging (string) produces expected output"… 96 …is($second->as_string(), slurp($confl_replace_typemap_file), "merging (string) produces expected o… 114 …is($second->as_string(), slurp($confl_skip_typemap_file), "merging (string) produces expected outp…
|
H A D | 510-t-bare.t | 19 is($map->as_string(), <<'HERE', "Simple typemap matches expectations"); 48 is($map->as_string(), <<'HERE', "Simple typemap (with input) matches expectations"); 79 is($map->as_string(), <<'HERE', "Simple typemap (with output) matches expectations"); 106 is($map->as_string(), <<'HERE', "Simple typemap (with in- & output) matches expectations"); 130 is($map->as_string(), <<'HERE', "Simple typemap (with in- & output) matches expectations");
|
H A D | 511-t-whitespace.t | 12 …is($map->as_string(), <<'HERE', "Simple typemap (with input and code including leading whitespace)… 27 …is($map->as_string(), <<'HERE', "Simple typemap (with input and multi-line code) matches expectati…
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/ |
H A D | Requirements.pm | 257 return $entry->as_string; 319 if $fin and $old->as_string ne $new->as_string; 400 my %hash = map {; $_ => $self->{requirements}{$_}->as_string } 616 sub as_string { return "== $_[0]{version}" } global() subroutine 740 sub as_string { global() subroutine
|
/openbsd-src/gnu/usr.bin/perl/ext/B/ |
H A D | B.pm | 129 sub B::NULL::as_string() {""} 130 *B::IV::as_string = *B::IV::as_string = \*B::IV::int_value; 131 *B::PV::as_string = *B::PV::as_string = \*B::PV::PV;
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/ |
H A D | Table.pm | 9 use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; 19 sub as_hash { my $out = +{%{$_[0]}}; delete $out->{as_string}; $out } 25 my $desc = $self->as_string; 65 as_string => "... string to print when table cannot be rendered ...", 96 =item $str = $t->as_string() 110 return (table => $t->as_hash(), details => $t->as_string());
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
H A D | meta-obj.t | 263 clean_backends($meta->as_string()), 265 'as_string with no arguments defaults to version 2 and JSON', 269 clean_backends($meta->as_string({ version => 2 })), 271 'as_string using version 2 defaults to JSON', 275 clean_backends($meta->as_string({ version => 1.4 })), 277 'as_string using version 1.4 defaults to YAML',
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | string.cpp | 299 inline S as_string(P sprintf_like, S s, const typename S::value_type* fmt, V a) { in as_string() function 382 string to_string (float val) { return as_string(snprintf, initial_string< string>()(),… in to_string() 383 string to_string (double val) { return as_string(snprintf, initial_string< string>()(),… in to_string() 384 string to_string (long double val) { return as_string(snprintf, initial_string< string>()(),… in to_string() 387 wstring to_wstring(float val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring() 388 wstring to_wstring(double val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring() 389 wstring to_wstring(long double val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | rt-16221.t | 49 sub as_string { 74 sub as_string {
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/ |
H A D | RecursiveDependency.pm | 16 sub as_string { "N/A" }; subroutine 100 sub as_string { subroutine
|
H A D | blocked_urllist.pm | 18 sub as_string { subroutine
|
H A D | yaml_not_installed.pm | 18 sub as_string { subroutine
|
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
H A D | Carp_overload.t | 53 q[""] => 'as_string'; 57 sub as_string
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Bundle.pm | 15 $CPAN::Frontend->myprint($self->as_string); 69 sub as_string { subroutine 74 return $self->SUPER::as_string;
|
H A D | Prompt.pm | 17 sub as_string { subroutine
|
H A D | URL.pm | 19 sub as_string { subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/ |
H A D | Comment.pm | 36 =item * C<as_string> 58 sub as_string { shift->{raw} } subroutine
|
H A D | Bailout.pm | 36 =item * C<as_string> 60 sub as_string { shift->{bailout} } subroutine
|
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/t/ |
H A D | overload.t | 14 sub as_string { "%%%%" } subroutine
|