HomeSort by: relevance | last modified time | path
    Searched refs:fill_in (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
prepend.t 31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
32 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
53 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
73 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
safe2.t 33 my $text = $t->fill_in();
37 $text = $t->fill_in(PACKAGE => 'Q');
42 $text = $t->fill_in(SAFE => $c);
49 $text = $t->fill_in(SAFE => $c, PACKAGE => 'Q');
59 $text = $t->fill_in(HASH => { H => 'good5' });
66 $text = $t->fill_in(HASH => { H => 'good6' }, PACKAGE => 'Q');
72 $text = $t->fill_in(HASH => { H => 'good7' }, SAFE => $c);
81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2');
hash.t 25 my $text = $template->fill_in(HASH => $vars);
33 $text = $template->fill_in(HASH => $vars);
38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
46 $text = $template->fill_in(HASH => $vars);
58 my $text = $template->fill_in(HASH => { 'v' => undef });
68 $text = $template->fill_in(HASH => [ { 'v' => 17 }, { 'v' => undef } ]);
broken.t 14 SOURCE => '{1/0}',)->fill_in();
23 BROKEN => sub { '---' },)->fill_in();
27 # (3) BROKEN sub called in ->fill_in?
31 SOURCE => '{1/0}',)->fill_in(BROKEN => sub { '---' });
43 },)->fill_in();
47 # (5) BROKEN sub passed correct args when called in ->fill_in?
52 )->fill_in(
63 ->fill_in(BROKEN => sub { undef });
basic.t 55 my $text = $template->fill_in('package' => 'X');
59 $text = $template->fill_in('package' => 'Y');
73 $text = $template->fill_in('package' => 'X');
76 # (8) test second fill_in on same template object
77 $text = $template->fill_in('package' => 'Y');
94 $text = $template->fill_in('package' => 'X');
97 # (11) test second fill_in on same array template object
98 $text = $template->fill_in('package' => 'Y');
106 $text = $tmpl->fill_in();
116 $text = $tmpl->fill_in();
    [all...]
strict.t 32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' });
38 my $t3 = $tmpl2->fill_in(
warnings.t 34 my $result = $template->fill_in(HASH => { good => 'good' });
41 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
44 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
inline-comment.t 17 is $tmpl->fill_in(HASH => $vars), 'Hello Bob';
nested-tags.t 24 is $tmpl->fill_in, ' {{$NEXT}} ';
template-encoding.t 30 )->fill_in(HASH => { name => 'World' });
45 )->fill_in(HASH => { name => 'World' });
delimiters.t 23 my $text = $template1->fill_in();
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
40 $text = $template1->fill_in();
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
78 my $text = $tmpl->fill_in;
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
prepend.t 31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
32 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
53 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
73 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
safe2.t 33 my $text = $t->fill_in();
37 $text = $t->fill_in(PACKAGE => 'Q');
42 $text = $t->fill_in(SAFE => $c);
49 $text = $t->fill_in(SAFE => $c, PACKAGE => 'Q');
59 $text = $t->fill_in(HASH => { H => 'good5' });
66 $text = $t->fill_in(HASH => { H => 'good6' }, PACKAGE => 'Q');
72 $text = $t->fill_in(HASH => { H => 'good7' }, SAFE => $c);
81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2');
hash.t 25 my $text = $template->fill_in(HASH => $vars);
33 $text = $template->fill_in(HASH => $vars);
38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
46 $text = $template->fill_in(HASH => $vars);
58 my $text = $template->fill_in(HASH => { 'v' => undef });
68 $text = $template->fill_in(HASH => [ { 'v' => 17 }, { 'v' => undef } ]);
broken.t 14 SOURCE => '{1/0}',)->fill_in();
23 BROKEN => sub { '---' },)->fill_in();
27 # (3) BROKEN sub called in ->fill_in?
31 SOURCE => '{1/0}',)->fill_in(BROKEN => sub { '---' });
43 },)->fill_in();
47 # (5) BROKEN sub passed correct args when called in ->fill_in?
52 )->fill_in(
63 ->fill_in(BROKEN => sub { undef });
basic.t 55 my $text = $template->fill_in('package' => 'X');
59 $text = $template->fill_in('package' => 'Y');
73 $text = $template->fill_in('package' => 'X');
76 # (8) test second fill_in on same template object
77 $text = $template->fill_in('package' => 'Y');
94 $text = $template->fill_in('package' => 'X');
97 # (11) test second fill_in on same array template object
98 $text = $template->fill_in('package' => 'Y');
106 $text = $tmpl->fill_in();
116 $text = $tmpl->fill_in();
    [all...]
strict.t 32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' });
38 my $t3 = $tmpl2->fill_in(
warnings.t 34 my $result = $template->fill_in(HASH => { good => 'good' });
41 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
44 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
inline-comment.t 17 is $tmpl->fill_in(HASH => $vars), 'Hello Bob';
nested-tags.t 24 is $tmpl->fill_in, ' {{$NEXT}} ';
template-encoding.t 30 )->fill_in(HASH => { name => 'World' });
45 )->fill_in(HASH => { name => 'World' });
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
05-safe2.t 38 $text = $t->fill_in();
43 $text = $t->fill_in(PACKAGE => 'Q');
49 $text = $t->fill_in(SAFE => $c);
55 $text = $t->fill_in(SAFE => $c, PACKAGE => Q);
64 $text = $t->fill_in(HASH => {H => 'good5'} );
69 $text = $t->fill_in(HASH => {H => 'good6'}, PACKAGE => 'Q' );
74 $text = $t->fill_in(HASH => {H => 'good7'}, SAFE => $c );
80 $text = $t->fill_in(HASH => {H => 'good8'}, SAFE => $c, PACKAGE => 'Q2' );
02-hash.t 33 $text = $template->fill_in(HASH => $vars);
43 $text = $template->fill_in(HASH => $vars);
49 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
59 $text = $template->fill_in(HASH => $vars);
73 my $text = $template->fill_in(HASH => {'v' => undef});
84 $text = $template->fill_in(HASH => [{'v' => 17}, {'v' => undef}]);
11-prepend.t 36 $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
37 $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
38 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
60 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
61 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
62 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
83 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
84 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
85 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
01-basic.t 47 $text = $template->fill_in('package' => X);
56 $text = $template->fill_in('package' => Y);
87 $text = $template->fill_in('package' => X);
95 # (8) test second fill_in on same template object
96 $text = $template->fill_in('package' => Y);
128 $text = $template->fill_in('package' => X);
136 # (11) test second fill_in on same array template object
137 $text = $template->fill_in('package' => Y);
155 my $text = $tmpl->fill_in();
167 $text = $tmpl->fill_in();
    [all...]

Completed in 31 milliseconds

1 2 3