Lines Matching refs:htmldocs
2086 my %htmldocs = ();
2304 qr/^\s* HTMLDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2305 => sub { $push_to->(\%htmldocs, $expand_variables->($+{INDEX}),
2640 foreach my $section (keys %htmldocs) {
2641 foreach (@{$htmldocs{$section}}) {
2642 my $htmldocs = cleanfile($buildd, $_, $blddir);
2643 $unified_info{htmldocs}->{$section}->{$htmldocs} = 1;
2883 "imagedocs", "htmldocs", "mandocs")) {
2932 (map { @{$unified_info{htmldocs}->{$_} // []} }
2933 keys %{$unified_info{htmldocs} // {}}),