Searched refs:fill_in_string (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | exported.t | 15 Text::Template->import('fill_in_file', 'fill_in_string'); 19 # (1) Test fill_in_string 20 my $out = fill_in_string('The value of $n is {$n}.', PACKAGE => 'Q'); 55 $r = fill_in_string($string); 60 use Text::Template 'fill_in_string'; 64 $r = fill_in_string($string);
|
H A D | hash.t | 82 $text = Text::Template::fill_in_string(q{$v: {$v}. @v: [{"@v"}].},
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | exported.t | 15 Text::Template->import('fill_in_file', 'fill_in_string'); 19 # (1) Test fill_in_string 20 my $out = fill_in_string('The value of $n is {$n}.', PACKAGE => 'Q'); 55 $r = fill_in_string($string); 60 use Text::Template 'fill_in_string'; 64 $r = fill_in_string($string);
|
H A D | hash.t | 82 $text = Text::Template::fill_in_string(q{$v: {$v}. @v: [{"@v"}].},
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 23 our @EXPORT_OK = qw(fill_in_file fill_in_string TTerror); 467 sub fill_in_string { subroutine 665 use Text::Template 'fill_in_string'; 666 $text = fill_in_string( <<EOM, PACKAGE => 'T', ...); 1443 in C<Text::Template>. You should use C<fill_in_string> instead. It 1446 =head2 C<fill_in_string> 1453 C<fill_in_string> is exactly like C<fill_this_in> except that it is 1456 print fill_in_string(<<'EOM', ...); 1461 To use C<fill_in_string>, you need to say 1463 use Text::Template 'fill_in_string'; [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 23 our @EXPORT_OK = qw(fill_in_file fill_in_string TTerror); 467 sub fill_in_string { subroutine 665 use Text::Template 'fill_in_string'; 666 $text = fill_in_string( <<EOM, PACKAGE => 'T', ...); 1443 in C<Text::Template>. You should use C<fill_in_string> instead. It 1446 =head2 C<fill_in_string> 1453 C<fill_in_string> is exactly like C<fill_this_in> except that it is 1456 print fill_in_string(<<'EOM', ...); 1461 To use C<fill_in_string>, you need to say 1463 use Text::Template 'fill_in_string'; [all...] |
Completed in 6 milliseconds