• 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:place

5438 # href to the main text, linking to the place where the index entry appears
5463 # the place where the index elements beginning with this letter are (called
10780 'place' => [],
10784 # This is a place for index entries, anchors and so on appearing in
10837 'place' => [],
10857 $state->{'place'} = $element_before_anything->{'place'};
10937 $node_ref->{'place'} = [];
10941 $state->{'place'} = $node_ref->{'current_place'};
11021 'place' => []
11048 $state->{'place'} = $section_ref->{'current_place'};
11070 push @{$state->{'place'}}, $section_ref;
11088 push @{$all_elements[-1]->{'index_names'}}, { 'name' => $1, 'place' => $placed_elements };
11089 $state->{'place'} = $placed_elements;
11199 push @{$state->{'place'}}, $content_element{$macro};
11528 if (exists($element_before_anything->{'place'}))
11530 $element->{'current_place'} = $element_before_anything->{'place'};
11531 delete $element_before_anything->{'place'};
12359 'place' => [], 'indices' => [] };
12377 push @{$checked_element->{'place'}}, @{$current_element->{'place'}};
12405 push @{$current_element->{'place'}}, @{$checked_element->{'current_place'}};
12459 push @{$checked_element->{'place'}}, @{$current_element->{'place'}};
12499 'place' => [],
12537 push @{$current_element->{'place'}}, @{$index->{'place'}};
12753 foreach my $place(@{$element->{'place'}})
12755 $place->{'file'} = $element->{'file'};
12756 $place->{'id'} = $element->{'id'} unless defined($place->{'id'});
12775 foreach my $place(@{$element->{'place'}})
12777 $place->{'file'} = $element->{'file'};
12778 $place->{'id'} = $element->{'id'} unless defined($place->{'id'});
12788 foreach my $place(@{$footnote_element->{'place'}})
12790 $place->{'file'} = $footnote_element->{'file'};
12791 $place->{'id'} = $footnote_element->{'id'} unless defined($place->{'id'});
12800 foreach my $place(@$region_place)
12802 #print STDERR "entry $place->{'entry'} texi $place->{'texi'}\n";
12803 $place->{'file'} = $element_top->{'file'};
12804 $place->{'id'} = $element_top->{'id'} unless defined($place->{'id'});
12805 $place->{'element'} = $element_top if (exists($place->{'element'}));
12892 print STDERR " places: $element->{'place'}\n";
12893 foreach my $place(@{$element->{'place'}})
12895 if (!$place->{'entry'} and !$place->{'float'} and !$place->{'texi'} and !$place->{'contents'} and !$place->{'shortcontents'})
12898 foreach my $key (keys(%$place))
12900 print STDERR "$key: $place->{$key}\n";
12904 elsif ($place->{'entry'})
12906 print STDERR " index($place): $place->{'entry'}\n";
12908 elsif ($place->{'anchor'})
12910 print STDERR " anchor: $place->{'texi'}\n";
12912 elsif ($place->{'float'})
12914 if (defined($place->{'texi'}))
12916 print STDERR " float($place): $place->{'texi'}\n";
12920 print STDERR " float($place): NO LABEL\n";
12923 elsif ($place->{'contents'})
12927 elsif ($place->{'shortcontents'})
12933 print STDERR " heading: $place->{'texi'}\n";
13081 my $place = shift;
13102 unless ($use_section_id or ($place eq $region_place))
13121 push @index_labels, $index_entry unless ($place eq $region_place);
13129 push @$place, $index_entry;
13132 push @index_labels, $index_entry unless ($place eq $region_place);
15900 $state->{'place'}, $element, 0, $state->{'table_stack'}->[-1]);
16612 push @{$state->{'place'}}, $nodes{$anchor};
16619 $state->{'place'} = $state->{'footnote_place'};
16871 enter_index_entry($index_prefix, $line_nr, $key, $state->{'place'}, $state->{'element'}, $state->{'after_element'}, $macro);
16902 $state->{'region_lines'}->{'kept_place'} = $state->{'place'};
16903 $state->{'place'} = $region_place;
16960 #print STDERR "FLOAT: $float $float->{'texi'}, place $state->{'place'}\n";
16961 push @{$state->{'place'}}, $float;
16979 enter_index_entry($prefix, $line_nr, $entry, $state->{'place'},
16985 substitute_text({'structure' => 1, 'place' => $state->{'place'} },($argument));
17024 $state->{'footnote_place'} = $state->{'place'};
17026 $state->{'place'} = $footnote_element->{'place'};
17575 # and these have been handled at the right place
18872 $state->{'place'} = $state->{'region_lines'}->{'kept_place'};