Home
last modified time | relevance | path

Searched refs:as_string (Results 1 – 25 of 60) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dstreams.t30 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 Dparse.t80 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 Dresults.t92 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 Dcallbacks.t36 $plan_output = $plan->as_string;
68 $plan_output = $plan->as_string;
H A Dnested.t27 is $bailout->as_string, 'We ran out of foobar.',
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D512-t-file.t31 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 D513-t-merge.t36 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 D510-t-bare.t19 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 D511-t-whitespace.t12 …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 DRequirements.pm257 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 DB.pm129 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 DTable.pm9 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 Dmeta-obj.t263 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 Dstring.cpp299 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 Drt-16221.t49 sub as_string {
74 sub as_string {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/
H A DRecursiveDependency.pm16 sub as_string { "N/A" }; subroutine
100 sub as_string { subroutine
H A Dblocked_urllist.pm18 sub as_string { subroutine
H A Dyaml_not_installed.pm18 sub as_string { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp_overload.t53 q[""] => 'as_string';
57 sub as_string
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DBundle.pm15 $CPAN::Frontend->myprint($self->as_string);
69 sub as_string { subroutine
74 return $self->SUPER::as_string;
H A DPrompt.pm17 sub as_string { subroutine
H A DURL.pm19 sub as_string { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DComment.pm36 =item * C<as_string>
58 sub as_string { shift->{raw} } subroutine
H A DBailout.pm36 =item * C<as_string>
60 sub as_string { shift->{bailout} } subroutine
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Doverload.t14 sub as_string { "%%%%" } subroutine

123