Lines Matching refs:imagedocs
1953 my %imagedocs = ();
2167 qr/^\s* IMAGEDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2168 => sub { $push_to->(\%imagedocs, $expand_variables->($+{INDEX}),
2471 foreach my $section (keys %imagedocs) {
2472 foreach (@{$imagedocs{$section}}) {
2473 my $imagedocs = cleanfile($buildd, $_, $blddir);
2474 $unified_info{imagedocs}->{$section}->{$imagedocs} = 1;
2719 "imagedocs", "htmldocs", "mandocs")) {
2766 "docs" => [ (map { @{$unified_info{imagedocs}->{$_} // []} }
2767 keys %{$unified_info{imagedocs} // {}}),