Home
last modified time | relevance | path

Searched refs:Dumper (Results 1 – 25 of 3334) sorted by relevance

12345678910>>...134

/dports/textproc/p5-MKDoc-XML/MKDoc-XML-0.75/t/
H A D600_MKDoc_XML_Dumper_Freeze.t6 use MKDoc::XML::Dumper;
8 local $MKDoc::XML::Dumper::IndentLevel = 0;
48 local $MKDoc::XML::Dumper::BackRef = {};
56 local $MKDoc::XML::Dumper::BackRef = {};
66 local $MKDoc::XML::Dumper::BackRef = {};
77 local $MKDoc::XML::Dumper::BackRef = {};
78 MKDoc::XML::Dumper->indent_more();
79 is ($MKDoc::XML::Dumper::IndentLevel, 1);
80 MKDoc::XML::Dumper->indent_less();
81 is ($MKDoc::XML::Dumper::IndentLevel, 0);
[all …]
H A D601_MKDoc_XML_Dumper_Thaw.t6 use MKDoc::XML::Dumper;
8 local $MKDoc::XML::Dumper::IndentLevel = 0;
51 local $MKDoc::XML::Dumper::BackRef = {};
60 local $MKDoc::XML::Dumper::BackRef = {};
73 local $MKDoc::XML::Dumper::BackRef = {};
88 local $MKDoc::XML::Dumper::BackRef = {};
101 local $MKDoc::XML::Dumper::BackRef = {};
119 local $MKDoc::XML::Dumper::BackRef = {};
141 local $MKDoc::XML::Dumper::BackRef = {};
152 local $MKDoc::XML::Dumper::BackRef = {};
[all …]
/dports/devel/p5-Data-Object-Role-Dumpable/Data-Object-Role-Dumpable-2.02/lib/Data/Object/Role/
H A DDumpable.pm16 require Data::Dumper;
20 local $Data::Dumper::Indent = 0;
21 local $Data::Dumper::Purity = 0;
24 local $Data::Dumper::Deparse = 1;
26 local $Data::Dumper::Terse = 1;
27 local $Data::Dumper::Useqq = 1;
29 my $data = Data::Dumper::Dumper($self);
37 require Data::Dumper;
44 local $Data::Dumper::Pad = '';
46 local $Data::Dumper::Useqq = 0;
[all …]
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/t/
H A D07perfdata.t95 ok(Dumper(\@s), "\$VAR1 = [
108 ok(Dumper(\@s), "\$VAR1 = [
121 ok(Dumper(\@s), "\$VAR1 = [
134 ok(Dumper(\@s), "\$VAR1 = [
147 ok(Dumper(\@s), "\$VAR1 = [
160 ok(Dumper(\@s), "\$VAR1 = [
173 ok(Dumper(\@s), "\$VAR1 = [
186 ok(Dumper(\@s), "\$VAR1 = [
199 ok(Dumper(\@s), "\$VAR1 = [
212 ok(Dumper(\@s), "\$VAR1 = [
[all …]
H A D09plugins.t137 ok(Dumper(\@s), "\$VAR1 = [
171 ok(Dumper(\@s), "\$VAR1 = [
303 ok(Dumper(\@s), "\$VAR1 = [
348 ok(Dumper(\@s), "\$VAR1 = [
390 ok(Dumper(\@s), "\$VAR1 = [
427 ok(Dumper(\@s), "\$VAR1 = [
510 ok(Dumper(\@s), "\$VAR1 = [
559 ok(Dumper(\@s), "\$VAR1 = [
592 ok(Dumper(\@s), "\$VAR1 = [
631 ok(Dumper(\@s), "\$VAR1 = [
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Data-Dumper/t/
H A Ddumper.t9 use Data::Dumper;
13 $Data::Dumper::Sortkeys = 1;
14 $Data::Dumper::Pad = "#";
147 $Data::Dumper::Useperl = 1;
287 $Data::Dumper::Indent = 1;
375 TEST (q(Dumper($a)),
406 use Data::Dumper;
440 $Data::Dumper::Purity = 1;
441 $Data::Dumper::Indent = 3;
472 $Data::Dumper::Indent = 1;
[all …]
H A Dbugs.t9 use Data::Dumper;
29 local $Data::Dumper::Terse = 1;
30 my $c = eval Dumper($s);
33 my $d = Data::Dumper->new([$c]);
44 my $d = Data::Dumper->new([\%h]);
54 local $Data::Dumper::Useqq = 1;
59 my $d = Data::Dumper->new([$a]);
79 Data::Dumper->Dump([*{*STDERR{IO}}]);
92 Dumper $a;
120 local $Data::Dumper::Useperl = 1;
[all …]
H A Drecurse.t9 use Data::Dumper;
13 if $Data::Dumper::Useperl;
14 local $Data::Dumper::Useperl = 1;
21 my $pp = $Data::Dumper::Useperl ? "pure perl" : "XS";
22 $Data::Dumper::Purity = 1; # make sure this has no effect
23 $Data::Dumper::Indent = 0;
24 $Data::Dumper::Maxrecurse = 1;
29 is(eval { Dumper({ a => 1 }) }, q($VAR1 = {'a' => 1};),
36 $Data::Dumper::Maxrecurse = 3;
41 is(eval { Dumper(\(my $s = { a => [{}] })) }, undef,
[all …]
H A Dquotekeys.t7 use Data::Dumper;
24 if $Data::Dumper::Useperl;
25 local $Data::Dumper::Useperl = 1;
36 $obj = Data::Dumper->new( [ \%d ] );
42 $obj = Data::Dumper->new( [ \%d ] );
87 local $Data::Dumper::Indent = 0;
88 local $Data::Dumper::Useqq = 0;
103 is(Dumper(\%qkdata),
111 is(Dumper(\%qkdata),
120 is(Dumper(\%qkdata),
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Data-Dumper/t/
H A Ddumper.t15 local $Data::Dumper::Sortkeys = 1;
17 use Data::Dumper;
20 $Data::Dumper::Pad = "#";
131 $Data::Dumper::Useperl = 1;
271 $Data::Dumper::Indent = 1;
360 TEST (q(Dumper($a)),
393 use Data::Dumper;
427 $Data::Dumper::Purity = 1;
428 $Data::Dumper::Indent = 3;
459 $Data::Dumper::Indent = 1;
[all …]
H A Dbugs.t16 use Data::Dumper;
36 local $Data::Dumper::Terse = 1;
37 my $c = eval Dumper($s);
40 my $d = Data::Dumper->new([$c]);
51 my $d = Data::Dumper->new([\%h]);
61 local $Data::Dumper::Useqq = 1;
66 my $d = Data::Dumper->new([$a]);
86 Data::Dumper->Dump([*{*STDERR{IO}}]);
99 Dumper $a;
127 local $Data::Dumper::Useperl = 1;
[all …]
H A Drecurse.t7 use Data::Dumper;
11 if $Data::Dumper::Useperl;
12 local $Data::Dumper::Useperl = 1;
19 my $pp = $Data::Dumper::Useperl ? "pure perl" : "XS";
20 $Data::Dumper::Purity = 1; # make sure this has no effect
21 $Data::Dumper::Indent = 0;
22 $Data::Dumper::Maxrecurse = 1;
27 is(eval { Dumper({ a => 1 }) }, q($VAR1 = {'a' => 1};),
34 $Data::Dumper::Maxrecurse = 3;
39 is(eval { Dumper(\(my $s = { a => [{}] })) }, undef,
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Data-Dumper/t/
H A Ddumper.t15 local $Data::Dumper::Sortkeys = 1;
17 use Data::Dumper;
20 $Data::Dumper::Pad = "#";
131 $Data::Dumper::Useperl = 1;
271 $Data::Dumper::Indent = 1;
360 TEST (q(Dumper($a)),
393 use Data::Dumper;
427 $Data::Dumper::Purity = 1;
428 $Data::Dumper::Indent = 3;
459 $Data::Dumper::Indent = 1;
[all …]
H A Dbugs.t16 use Data::Dumper;
36 local $Data::Dumper::Terse = 1;
37 my $c = eval Dumper($s);
40 my $d = Data::Dumper->new([$c]);
51 my $d = Data::Dumper->new([\%h]);
61 local $Data::Dumper::Useqq = 1;
66 my $d = Data::Dumper->new([$a]);
86 Data::Dumper->Dump([*{*STDERR{IO}}]);
99 Dumper $a;
127 local $Data::Dumper::Useperl = 1;
[all …]
H A Drecurse.t7 use Data::Dumper;
11 if $Data::Dumper::Useperl;
12 local $Data::Dumper::Useperl = 1;
19 my $pp = $Data::Dumper::Useperl ? "pure perl" : "XS";
20 $Data::Dumper::Purity = 1; # make sure this has no effect
21 $Data::Dumper::Indent = 0;
22 $Data::Dumper::Maxrecurse = 1;
27 is(eval { Dumper({ a => 1 }) }, q($VAR1 = {'a' => 1};),
34 $Data::Dumper::Maxrecurse = 3;
39 is(eval { Dumper(\(my $s = { a => [{}] })) }, undef,
[all …]
/dports/devel/p5-Data-Dumper-Simple/Data-Dumper-Simple-0.11/t/
H A D10dump.t34 $expected = Data::Dumper->Dump(
42 $expected = Data::Dumper->Dump(
49 $expected = Data::Dumper->Dump(
55 Dumper(
64 Dumper( $scalar => @array =>
71 Dumper(
79 $Data::Dumper::Indent = 1;
80 $expected = Data::Dumper->Dump(
90 $expected = Data::Dumper->Dump(
120 $expected = Data::Dumper->Dump(
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/bolt/dumper/
H A Dclass.dumper.php42 class Dumper { class
115 Dumper::dump($dump);
130 if (!Dumper::_debug()) {
150 if (!Dumper::_debug()) {
169 if (!Dumper::_debug()) {
188 if (!Dumper::_debug()) {
207 if (!Dumper::_debug()) {
226 if (!Dumper::_debug()) {
245 if (!Dumper::_debug()) {
1019 Dumper::_hive($data);
[all …]
/dports/devel/p5-Data-Dumper/Data-Dumper-2.183/t/
H A Dbugs.t9 use Data::Dumper;
29 local $Data::Dumper::Terse = 1;
30 my $c = eval Dumper($s);
33 my $d = Data::Dumper->new([$c]);
44 my $d = Data::Dumper->new([\%h]);
54 local $Data::Dumper::Useqq = 1;
59 my $d = Data::Dumper->new([$a]);
79 Data::Dumper->Dump([*{*STDERR{IO}}]);
92 Dumper $a;
120 local $Data::Dumper::Useperl = 1;
[all …]
H A Drecurse.t9 use Data::Dumper;
13 if $Data::Dumper::Useperl;
14 local $Data::Dumper::Useperl = 1;
21 my $pp = $Data::Dumper::Useperl ? "pure perl" : "XS";
22 $Data::Dumper::Purity = 1; # make sure this has no effect
23 $Data::Dumper::Indent = 0;
24 $Data::Dumper::Maxrecurse = 1;
29 is(eval { Dumper({ a => 1 }) }, q($VAR1 = {'a' => 1};),
36 $Data::Dumper::Maxrecurse = 3;
41 is(eval { Dumper(\(my $s = { a => [{}] })) }, undef,
[all …]
H A Dquotekeys.t7 use Data::Dumper;
24 if $Data::Dumper::Useperl;
25 local $Data::Dumper::Useperl = 1;
36 $obj = Data::Dumper->new( [ \%d ] );
42 $obj = Data::Dumper->new( [ \%d ] );
87 local $Data::Dumper::Indent = 0;
88 local $Data::Dumper::Useqq = 0;
103 is(Dumper(\%qkdata),
111 is(Dumper(\%qkdata),
120 is(Dumper(\%qkdata),
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Data-Dumper/t/
H A Dbugs.t9 use Data::Dumper;
29 local $Data::Dumper::Terse = 1;
30 my $c = eval Dumper($s);
33 my $d = Data::Dumper->new([$c]);
44 my $d = Data::Dumper->new([\%h]);
54 local $Data::Dumper::Useqq = 1;
59 my $d = Data::Dumper->new([$a]);
79 Data::Dumper->Dump([*{*STDERR{IO}}]);
92 Dumper $a;
120 local $Data::Dumper::Useperl = 1;
[all …]
H A Drecurse.t9 use Data::Dumper;
13 if $Data::Dumper::Useperl;
14 local $Data::Dumper::Useperl = 1;
21 my $pp = $Data::Dumper::Useperl ? "pure perl" : "XS";
22 $Data::Dumper::Purity = 1; # make sure this has no effect
23 $Data::Dumper::Indent = 0;
24 $Data::Dumper::Maxrecurse = 1;
29 is(eval { Dumper({ a => 1 }) }, q($VAR1 = {'a' => 1};),
36 $Data::Dumper::Maxrecurse = 3;
41 is(eval { Dumper(\(my $s = { a => [{}] })) }, undef,
[all …]
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/t/
H A D12-plain_regex.t7 use Data::Dumper;
39 #print "Match: ", do{use Data::Dumper; Dumper($match)};
48 #print "Match: ", do{use Data::Dumper; Dumper($match)};
57 #print "Match: ", do{use Data::Dumper; Dumper($match)};
67 #print "Match: ", do{use Data::Dumper; Dumper($match)};
77 #print "Match: ", do{use Data::Dumper; Dumper($match)};
87 #print "Match: ", do{use Data::Dumper; Dumper($match)};
96 #print "Match: ", do{use Data::Dumper; Dumper($match)};
105 #print "Match: ", do{use Data::Dumper; Dumper($match)};
115 #print "Match: ", do{use Data::Dumper; Dumper($match)};
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/api/perl/t/
H A D20-Monitoring-Livestatus-test_socket.t8 use Data::Dumper;
158 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectall_arrayref1));
163 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectall_arrayref2));
168 or diag("got: ".Dumper($hash_ref)."\nbut expected ".Dumper($selectall_hashref));
173 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectcol_arrayref1));
178 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectcol_arrayref2));
187 or diag("got: ".Dumper(\@row_ary)."\nbut expected ".Dumper(\@selectrow_array));
192 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectrow_arrayref));
197 or diag("got: ".Dumper($hash_ref)."\nbut expected ".Dumper($selectrow_hashref));
228 or diag("got: ".Dumper($scal)."\nbut expected ".Dumper($selectscalar_value));
[all …]
/dports/net-mgmt/p5-Monitoring-Livestatus/Monitoring-Livestatus-0.84/t/
H A D20-Monitoring-Livestatus-test_socket.t8 use Data::Dumper;
158 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectall_arrayref1));
163 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectall_arrayref2));
168 or diag("got: ".Dumper($hash_ref)."\nbut expected ".Dumper($selectall_hashref));
173 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectcol_arrayref1));
178 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectcol_arrayref2));
187 or diag("got: ".Dumper(\@row_ary)."\nbut expected ".Dumper(\@selectrow_array));
192 or diag("got: ".Dumper($ary_ref)."\nbut expected ".Dumper($selectrow_arrayref));
197 or diag("got: ".Dumper($hash_ref)."\nbut expected ".Dumper($selectrow_hashref));
228 or diag("got: ".Dumper($scal)."\nbut expected ".Dumper($selectscalar_value));
[all …]

12345678910>>...134