Lines Matching refs:htmldocs
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}->{$_} // []} }
2769 keys %{$unified_info{htmldocs} // {}}),