• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/

Lines Matching refs:complex_format_map

432 $complex_format_map
1312 if ($SIMPLE_MENU and !defined($complex_format_map->{'menu'}))
1314 $complex_format_map->{'menu'} = { 'begin' => q{''} , 'end' => q{''},
3549 # an eval of these $complex_format_map->{what}->{'begin'} yields beginning
3550 # an eval of these $complex_format_map->{what}->{'end'} yields end
3552 $complex_format_map =
3578 $complex_format_map->{'lisp'} = $complex_format_map->{'example'};
3579 $complex_format_map->{'smalllisp'} = $complex_format_map->{'smallexample'};
3580 $complex_format_map->{'format'} = $complex_format_map->{'display'};
3581 $complex_format_map->{'smallformat'} = $complex_format_map->{'smalldisplay'};
3907 my $beginning = eval "$complex_format_map->{$name}->{'begin'}";
3910 print STDERR "$ERROR Evaluation of $complex_format_map->{$name}->{'begin'}: $@";
3914 my $end = eval "$complex_format_map->{$name}->{'end'}";
3917 print STDERR "$ERROR Evaluation of $complex_format_map->{$name}->{'end'}: $@";
4716 if ($complex_format_map->{$element})
4718 if (!$complex_format_map->{$element}->{'pre_style'})
8642 foreach my $complex_format (keys(%$Texi2HTML::Config::complex_format_map))
8743 foreach my $complex_format (keys(%$Texi2HTML::Config::complex_format_map))
8745 next if (defined($Texi2HTML::Config::complex_format_map->{$complex_format}->{'pre_style'}));
8746 $Texi2HTML::Config::complex_format_map->{$complex_format}->{'pre_style'} = '';
8747 $Texi2HTML::Config::complex_format_map->{$complex_format}->{'pre_style'} = $Texi2HTML::Config::css_map{"pre.$complex_format"} if (exists($Texi2HTML::Config::css_map{"pre.$complex_format"}));
14991 elsif (exists ($Texi2HTML::Config::complex_format_map->{$format}))
14996 if (!defined($Texi2HTML::Config::complex_format_map->{$format_ref->{'format'}}->{'begin'}))
17916 elsif (exists ($Texi2HTML::Config::complex_format_map->{$macro}))
17919 my $complex_format = $Texi2HTML::Config::complex_format_map->{$macro};