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

  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 363 HTMLDOCS1={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man1}}) -}
364 HTMLDOCS3={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man3}}) -}
365 HTMLDOCS5={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man5}}) -}
366 HTMLDOCS7={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man7}}) -}
569 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man1}}) || "@ !" -}
570 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man3}}) || "@ !" -}
571 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man5}}) || "@ !" -}
572 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man7}}) || "@ !" -}
774 @{$unified_info{htmldocs}->{man1}} ),
776 @{$unified_info{htmldocs}->{man3}} )
    [all...]
windows-makefile.tmpl 171 HTMLDOCS1={- our @HTMLDOCS1 = @{$unified_info{htmldocs}->{man1}};
173 HTMLDOCS3={- our @HTMLDOCS3 = @{$unified_info{htmldocs}->{man3}};
175 HTMLDOCS5={- our @HTMLDOCS5 = @{$unified_info{htmldocs}->{man5}};
177 HTMLDOCS7={- our @HTMLDOCS7 = @{$unified_info{htmldocs}->{man7}};
unix-Makefile.tmpl 267 @{$unified_info{htmldocs}->{man1}})) -}
271 @{$unified_info{htmldocs}->{man3}})) -}
275 @{$unified_info{htmldocs}->{man5}})) -}
279 @{$unified_info{htmldocs}->{man7}})) -}
gentemplate.pm 29 foreach (sort keys %{$generator->{info}->{htmldocs}}) { $generator->dodocs('html', $_); }
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 325 HTMLDOCS1={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man1}}) -}
326 HTMLDOCS3={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man3}}) -}
327 HTMLDOCS5={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man5}}) -}
328 HTMLDOCS7={- join(", ", map { "-\n\t".$_ } @{$unified_info{htmldocs}->{man7}}) -}
531 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man1}}) || "@ !" -}
532 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man3}}) || "@ !" -}
533 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man5}}) || "@ !" -}
534 {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{htmldocs}->{man7}}) || "@ !" -}
736 @{$unified_info{htmldocs}->{man1}} ),
738 @{$unified_info{htmldocs}->{man3}} )
    [all...]
windows-makefile.tmpl 166 HTMLDOCS1={- our @HTMLDOCS1 = @{$unified_info{htmldocs}->{man1}};
168 HTMLDOCS3={- our @HTMLDOCS3 = @{$unified_info{htmldocs}->{man3}};
170 HTMLDOCS5={- our @HTMLDOCS5 = @{$unified_info{htmldocs}->{man5}};
172 HTMLDOCS7={- our @HTMLDOCS7 = @{$unified_info{htmldocs}->{man7}};
unix-Makefile.tmpl 238 @{$unified_info{htmldocs}->{man1}})) -}
242 @{$unified_info{htmldocs}->{man3}})) -}
246 @{$unified_info{htmldocs}->{man5}})) -}
250 @{$unified_info{htmldocs}->{man7}})) -}
gentemplate.pm 29 foreach (sort keys %{$generator->{info}->{htmldocs}}) { $generator->dodocs('html', $_); }
  /src/crypto/external/apache2/openssl/dist/
Configure 2081 my %htmldocs = ();
2299 qr/^\s* HTMLDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2300 => sub { $push_to->(\%htmldocs, $expand_variables->($+{INDEX}),
2635 foreach my $section (keys %htmldocs) {
2636 foreach (@{$htmldocs{$section}}) {
2637 my $htmldocs = cleanfile($buildd, $_, $blddir);
2638 $unified_info{htmldocs}->{$section}->{$htmldocs} = 1;
2878 "imagedocs", "htmldocs", "mandocs")) {
2927 (map { @{$unified_info{htmldocs}->{$_} // []}
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 1954 my %htmldocs = ();
2172 qr/^\s* HTMLDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2173 => sub { $push_to->(\%htmldocs, $expand_variables->($+{INDEX}),
2478 foreach my $section (keys %htmldocs) {
2479 foreach (@{$htmldocs{$section}}) {
2480 my $htmldocs = cleanfile($buildd, $_, $blddir);
2481 $unified_info{htmldocs}->{$section}->{$htmldocs} = 1;
2719 "imagedocs", "htmldocs", "mandocs")) {
2768 (map { @{$unified_info{htmldocs}->{$_} // []}
    [all...]

Completed in 36 milliseconds