Home
last modified time | relevance | path

Searched refs:fill_in (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t40 my $text1 = $template1->fill_in();
43 my $text2 = $template1->fill_in(SAFE => $c);
46 my $text3 = $template2->fill_in(SAFE => $c);
78 $text1 = $template1->fill_in();
81 $text2 = $template1->fill_in(SAFE => $c);
84 $text3 = $template2->fill_in(SAFE => $c);
87 my $text4 = $template1->fill_in();
113 $text1 = $template1->fill_in();
114 $text2 = $template1->fill_in(SAFE => Safe->new);
129 $text1 = $templateB->fill_in(
[all...]
H A Dsafe2.t33 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');
H A Dhash.t25 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 } ]);
H A Drt29928.t22 my $t1 = $tmpl1->fill_in(
H A Dtaint.t38 eval { $obj->fill_in() };
49 eval { $obj->fill_in() };
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t40 my $text1 = $template1->fill_in();
43 my $text2 = $template1->fill_in(SAFE => $c);
46 my $text3 = $template2->fill_in(SAFE => $c);
78 $text1 = $template1->fill_in();
81 $text2 = $template1->fill_in(SAFE => $c);
84 $text3 = $template2->fill_in(SAFE => $c);
87 my $text4 = $template1->fill_in();
113 $text1 = $template1->fill_in();
114 $text2 = $template1->fill_in(SAFE => Safe->new);
129 $text1 = $templateB->fill_in(
[all...]
H A Dsafe2.t33 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');
H A Dhash.t25 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 } ]);
H A Drt29928.t22 my $t1 = $tmpl1->fill_in(
H A Dtaint.t38 eval { $obj->fill_in() };
49 eval { $obj->fill_in() };
/third_party/node/deps/openssl/config/
H A Dgenerate_headers.pl37 my $include = $include_tmpl->fill_in(HASH => { name => $header_name });
45 my $include_conf = $include_conf_tmpl->fill_in(
52 my $include_asm = $include_asm_tmpl->fill_in(
59 my $include_no_asm = $include_no_asm_tmpl->fill_in(
H A Dgenerate_gypi.pl295 my $gypi = $template->fill_in(
320 my $fipsgypi = $fipstemplate->fill_in(
346 my $clgypi = $cltemplate->fill_in(
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm293 sub fill_in { subroutine
462 my $result = $templ->fill_in(@_);
483 my $text = $templ->fill_in(@_);
631 $text = $template->fill_in(); # Replaces `{$recipient}' with `King'
635 $text = $template->fill_in(PACKAGE => T);
643 $text = $template->fill_in(HASH => $hash, ...);
650 $text = $template->fill_in(BROKEN => \&callback, BROKEN_ARG => $ref, ...);
653 $text = $template->fill_in(SAFE => $compartment, ...);
656 $success = $template->fill_in(OUTPUT => \*FILEHANDLE, ...);
659 $text = $template->fill_in(DELIMITER
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm293 sub fill_in { subroutine
462 my $result = $templ->fill_in(@_);
483 my $text = $templ->fill_in(@_);
631 $text = $template->fill_in(); # Replaces `{$recipient}' with `King'
635 $text = $template->fill_in(PACKAGE => T);
643 $text = $template->fill_in(HASH => $hash, ...);
650 $text = $template->fill_in(BROKEN => \&callback, BROKEN_ARG => $ref, ...);
653 $text = $template->fill_in(SAFE => $compartment, ...);
656 $success = $template->fill_in(OUTPUT => \*FILEHANDLE, ...);
659 $text = $template->fill_in(DELIMITER
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm12 sub fill_in { subroutine
22 # print "# fill_in: before <$_>\n";
25 # print "# fill_in: after <$_>\n";
29 $self->SUPER::fill_in(@_);
65 my $result = $t->fill_in(..., PREPROCESSOR => \&pp);
72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
85 preprocessor is used for all subsequent calls to C<fill_in> except
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm12 sub fill_in { subroutine
22 # print "# fill_in: before <$_>\n";
25 # print "# fill_in: after <$_>\n";
29 $self->SUPER::fill_in(@_);
65 my $result = $t->fill_in(..., PREPROCESSOR => \&pp);
72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
85 preprocessor is used for all subsequent calls to C<fill_in> except
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTemplate.pm58 sub fill_in { subroutine
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
92 not how we pass them, see the HASH option used in fill_in() above
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm58 sub fill_in { subroutine
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
92 not how we pass them, see the HASH option used in fill_in() above
/third_party/node/deps/openssl/openssl/util/
H A Ddofile.pl84 my $result = $template->fill_in(%$_,
/third_party/openssl/util/
H A Ddofile.pl84 my $result = $template->fill_in(%$_,
/third_party/openssl/test/
H A Dgenerate_ssl_tests.pl126 my $text = $template->fill_in(
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm27831 $tmpl->fill_in(FILENAME => $_,
27853 $tmpl->fill_in(FILENAME => $_,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm27724 $tmpl->fill_in(FILENAME => $_,
27746 $tmpl->fill_in(FILENAME => $_,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27521 $tmpl->fill_in(FILENAME => $_,
27543 $tmpl->fill_in(FILENAME => $_,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm27814 $tmpl->fill_in(FILENAME => $_,
27836 $tmpl->fill_in(FILENAME => $_,

Completed in 91 milliseconds

1234