Searched refs:fill_in (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 04-safe.t | 45 $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,
|
D | 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');
|
D | 01-basic.t | 47 $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 …]
|
D | 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' );
|
D | 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}]);
|
D | 14-broken.t | 19 )->fill_in(); 32 )->fill_in(); 44 )->fill_in(BROKEN => sub {'---'}); 59 )->fill_in(); 71 )->fill_in(BROKEN =>
|
D | 10-delimiters.t | 27 $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;
|
D | 07-safe3.t | 52 $text = $template->fill_in() 54 $textOUT = $templateOUT->fill_in() 80 my $r = $o->fill_in(SAFE => $s);
|
D | 03-out.t | 40 $text = $template->fill_in() 42 $textOUT = $templateOUT->fill_in()
|
D | 13-taint.t | 37 eval {$obj->fill_in()}; 48 eval {$obj->fill_in()};
|
D | 06-ofh.t | 23 $text = $template->fill_in(OUTPUT => \*O);
|
D | 12-preprocess.t | 44 my $o = $tmpl->fill_in(@args,
|
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/Template/ |
D | Preprocess.pm | 7 sub fill_in { subroutine 18 $self->SUPER::fill_in(@_);
|
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/ |
D | Template.pm | 237 sub fill_in { subroutine 381 my $result = $templ->fill_in(@_); 397 my $text = $templ->fill_in(@_);
|
/third_party/openssl/test/ |
D | generate_ssl_tests.pl | 116 my $text = $template->fill_in(
|
/third_party/openssl/util/ |
D | dofile.pl | 197 $template->fill_in(OUTPUT => \*STDOUT,
|
/third_party/openssl/external/perl/Text-Template-1.46/ |
D | README | 111 ->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/ |
D | Configure | 1817 $template->fill_in(HASH => { config => \%config,
|