Home | History | Annotate | Download | only in dist

Lines Matching refs:IMAGEDOCS

2080         my %imagedocs = ();
2294 qr/^\s* IMAGEDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2295 => sub { $push_to->(\%imagedocs, $expand_variables->($+{INDEX}),
2628 foreach my $section (keys %imagedocs) {
2629 foreach (@{$imagedocs{$section}}) {
2630 my $imagedocs = cleanfile($buildd, $_, $blddir);
2631 $unified_info{imagedocs}->{$section}->{$imagedocs} = 1;
2878 "imagedocs", "htmldocs", "mandocs")) {
2925 "docs" => [ (map { @{$unified_info{imagedocs}->{$_} // []} }
2926 keys %{$unified_info{imagedocs} // {}}),