Home
last modified time | relevance | path

Searched refs:fill_in (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/external/perl/Text-Template-1.46/t/
D04-safe.t45 $text1 = $template1->fill_in();
46 $text2 = $template1->fill_in(SAFE => $c);
48 $text3 = $template2->fill_in(SAFE => $c);
91 $text1 = $template1->fill_in();
92 $text2 = $template1->fill_in(SAFE => $c);
94 $text3 = $template2->fill_in(SAFE => $c);
96 $text4 = $template1->fill_in();
136 $text1 = $template1->fill_in();
137 $text2 = $template1->fill_in(SAFE => new Safe);
150 $text1 = $templateB->fill_in(BROKEN => \&my_broken,
D11-prepend.t36 $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');
D01-basic.t47 $text = $template->fill_in('package' => X);
56 $text = $template->fill_in('package' => Y);
87 $text = $template->fill_in('package' => X);
96 $text = $template->fill_in('package' => Y);
128 $text = $template->fill_in('package' => X);
137 $text = $template->fill_in('package' => Y);
155 my $text = $tmpl->fill_in();
167 $text = $tmpl->fill_in();
196 my $text = $tmpl->fill_in;
222 $text = $template->fill_in('package' => X);
[all …]
D05-safe2.t38 $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' );
D02-hash.t33 $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}]);
D14-broken.t19 )->fill_in();
32 )->fill_in();
44 )->fill_in(BROKEN => sub {'---'});
59 )->fill_in();
71 )->fill_in(BROKEN =>
D10-delimiters.t27 $text = $template1->fill_in();
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
45 $text = $template1->fill_in();
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
86 my $text = $tmpl->fill_in;
D07-safe3.t52 $text = $template->fill_in()
54 $textOUT = $templateOUT->fill_in()
80 my $r = $o->fill_in(SAFE => $s);
D03-out.t40 $text = $template->fill_in()
42 $textOUT = $templateOUT->fill_in()
D13-taint.t37 eval {$obj->fill_in()};
48 eval {$obj->fill_in()};
D06-ofh.t23 $text = $template->fill_in(OUTPUT => \*O);
D12-preprocess.t44 my $o = $tmpl->fill_in(@args,
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/Template/
DPreprocess.pm7 sub fill_in { subroutine
18 $self->SUPER::fill_in(@_);
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/
DTemplate.pm237 sub fill_in { subroutine
381 my $result = $templ->fill_in(@_);
397 my $text = $templ->fill_in(@_);
/third_party/openssl/test/
Dgenerate_ssl_tests.pl116 my $text = $template->fill_in(
/third_party/openssl/util/
Ddofile.pl197 $template->fill_in(OUTPUT => \*STDOUT,
/third_party/openssl/external/perl/Text-Template-1.46/
DREADME111 ->fill_in call would fail.
150 constructor or the fill_in call; this is a function which
201 of only one call to fill_in. This is useful, for example, if
290 Code added to support HASH option to fill_in.
/third_party/openssl/
DConfigure1817 $template->fill_in(HASH => { config => \%config,