HomeSort by: relevance | last modified time | path
    Searched refs:DELIMITERS (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
nested-tags.t 22 DELIMITERS => [ '{{', '}}' ]);
delimiters.t 13 # First with the delimiters specified at object creation time
20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
32 # First with the delimiters specified at object creation time
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
exported.t 39 DELIMITERS => [ '[%', '%]' ],
45 DELIMITERS => [ '[%', '%]' ],
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
nested-tags.t 22 DELIMITERS => [ '{{', '}}' ]);
delimiters.t 13 # First with the delimiters specified at object creation time
20 DELIMITERS => [ '<<', '>>' ])
28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]);
32 # First with the delimiters specified at object creation time
37 DELIMITERS => [ '[', ']' ])
45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]);
76 DELIMITERS => [ '{', '}' ]);
exported.t 39 DELIMITERS => [ '[%', '%]' ],
45 DELIMITERS => [ '[%', '%]' ],
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
10-delimiters.t 18 # First with the delimiters specified at object creation time
24 DELIMITERS => ['<<', '>>']
33 $text = $template1->fill_in(DELIMITERS => ['<<', '>>']);
38 # First with the delimiters specified at object creation time
42 DELIMITERS => ['[', ']']
51 $text = $template1->fill_in(DELIMITERS => ['[', ']']);
84 DELIMITERS => ['{', '}'],
08-exported.t 39 $out = fill_in_file($TEMPFILE, DELIMITERS => ['[%', '%]'],
47 DELIMITERS => ['[%', '%]'],
  /src/crypto/external/bsd/openssl.old/dist/test/
generate_ssl_tests.pl 118 DELIMITERS => [ "{-", "-}" ]);
  /src/crypto/external/apache2/openssl/dist/test/
generate_ssl_tests.pl 128 DELIMITERS => [ "{-", "-}" ]);
  /src/crypto/external/bsd/openssl/dist/test/
generate_ssl_tests.pl 128 DELIMITERS => [ "{-", "-}" ]);
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Template.pm 27 The template perl code delimiters (given with the C<DELIMITER> option)
57 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Template.pm 27 The template perl code delimiters (given with the C<DELIMITER> option)
57 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 66 my $alt_delim = _param('delimiters', %a);
297 my $delims = _param('delimiters', %fi_a);
628 $template = Text::Template->new(DELIMITERS => [$open, $close], ...);
659 $text = $template->fill_in(DELIMITERS => [$open, $close], ...);
660 # Note that this is *faster* than using the default delimiters
797 I<not> done when you specify alternative delimiters with the
798 C<DELIMITERS> option. (See L<"Alternative Delimiters">, below.)
946 =item C<DELIMITERS>
948 You may also add a C<DELIMITERS> option. If this option is present
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 66 my $alt_delim = _param('delimiters', %a);
297 my $delims = _param('delimiters', %fi_a);
628 $template = Text::Template->new(DELIMITERS => [$open, $close], ...);
659 $text = $template->fill_in(DELIMITERS => [$open, $close], ...);
660 # Note that this is *faster* than using the default delimiters
797 I<not> done when you specify alternative delimiters with the
798 C<DELIMITERS> option. (See L<"Alternative Delimiters">, below.)
946 =item C<DELIMITERS>
948 You may also add a C<DELIMITERS> option. If this option is present
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 57 my $alt_delim = _param('delimiters', %a);
242 my $delims = _param('delimiters', %fi_a);
501 $template = Text::Template->new(DELIMITERS => [$open, $close], ...);
532 $text = $template->fill_in(DELIMITERS => [$open, $close], ...);
533 # Note that this is *faster* than using the default delimiters
673 I<not> done when you specify alternative delimiters with the
674 C<DELIMITERS> option. (See L<"Alternative Delimiters">, below.)
823 =item C<DELIMITERS>
825 You may also add a C<DELIMITERS> option. If this option is present
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1825 DELIMITERS => [ "{-", "-}" ]);

Completed in 33 milliseconds