/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 40 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 D | 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');
|
H A D | 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 } ]);
|
H A D | rt29928.t | 22 my $t1 = $tmpl1->fill_in(
|
H A D | taint.t | 38 eval { $obj->fill_in() }; 49 eval { $obj->fill_in() };
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 40 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 D | 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');
|
H A D | 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 } ]);
|
H A D | rt29928.t | 22 my $t1 = $tmpl1->fill_in(
|
H A D | taint.t | 38 eval { $obj->fill_in() }; 49 eval { $obj->fill_in() };
|
/third_party/node/deps/openssl/config/ |
H A D | generate_headers.pl | 37 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 D | generate_gypi.pl | 295 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 D | Template.pm | 293 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 D | Template.pm | 293 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 D | Preprocess.pm | 12 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 D | Preprocess.pm | 12 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 D | Template.pm | 58 sub fill_in { subroutine 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 58 sub fill_in { subroutine 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | dofile.pl | 84 my $result = $template->fill_in(%$_,
|
/third_party/openssl/util/ |
H A D | dofile.pl | 84 my $result = $template->fill_in(%$_,
|
/third_party/openssl/test/ |
H A D | generate_ssl_tests.pl | 126 my $text = $template->fill_in(
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/ |
H A D | configdata.pm | 27831 $tmpl->fill_in(FILENAME => $_, 27853 $tmpl->fill_in(FILENAME => $_,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/ |
H A D | configdata.pm | 27724 $tmpl->fill_in(FILENAME => $_, 27746 $tmpl->fill_in(FILENAME => $_,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/ |
H A D | configdata.pm | 27521 $tmpl->fill_in(FILENAME => $_, 27543 $tmpl->fill_in(FILENAME => $_,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/ |
H A D | configdata.pm | 27814 $tmpl->fill_in(FILENAME => $_, 27836 $tmpl->fill_in(FILENAME => $_,
|