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

499         print STDERR "Bug no toc_level for ($element) $element->{'texi'}\n" if (!defined ($level));
718 # -dump-texi
1371 # href, html-name, node-name, name after removal of texi commands of
1395 # $Texi2HTML::THISDOC{title_no_texi} -- title without texi (without html elements)
2301 $node_file_base = main::remove_texi($node->{'texi'});
2482 # This map is used when texi elements are removed and replaced
2503 # text replacing macros when texi commands are removed and plain text is
3632 # 'texi' if true it is some texinfo code and @value and @macros are expanded
3679 'shorttitle' => {'arg' => 'line', 'texi' => 1},
3680 'shorttitlepage' => {'arg' => 'line', 'texi' => 1},
3681 'settitle' => {'arg' => 'line', 'texi' => 1},
3682 'author' => {'arg' => 'line', 'texi' => 1},
3683 'subtitle' => {'arg' => 'line', 'texi' => 1},
3684 'title' => {'arg' => 'line', 'texi' => 1},
5053 # raw environment when removing texi (in comments)
5252 # process definition commands line @deffn for example while removing texi
5296 # texi entry:
5509 my $texi = shift;
5511 $texi =~ s/\s*$//;
5512 $texi =~ s/^\s*//;
5513 return "$number $texi" if ($NUMBER_SECTIONS and defined($number) and ($number !~ /^\s*$/)) ;
5514 return $texi;
5522 my $texi = shift;
8483 'log','aux','dvi','texi','txi','texinfo','tex','bib')
8946 my %nodes = (); # nodes hash. The key is the texi node name
8966 if (!defined($node->{'texi'}))
8977 $node->{'cross_manual_target'} = remove_texi($node->{'texi'});
9001 echo_error("Node equivalent with `$node->{'texi'}' allready used `$node_seen'");
9002 push @{$other_node_array}, $node->{'texi'};
9006 push @{$cross_reference_nodes{$node->{'cross_manual_target'}}}, $node->{'texi'};
9023 if (defined($node->{'texi'}))
9025 $node->{'cross_manual_file'} = remove_texi($node->{'texi'});
9209 $T2H_OPTIONS -> {'dump-texi'} =
9709 verbose => 'obsolete, use "-dump-texi" instead',
10600 # Pass texi: read source, handle variable, ignored text, #
10618 $state->{'texi'} = 1; # for substitute_text and close_stack:
10689 # close stack at the end of pass texi
10690 #print STDERR "close stack at the end of pass texi\n";
10693 print STDERR "# end of pass texi\n" if $T2H_VERBOSE;
10781 'texi' => 'VIRTUAL ELEMENT BEFORE ANYTHING',
10842 'contents' => { 'id' => 'SEC_Contents', 'contents' => 1, 'texi' => '_contents' },
10843 'shortcontents' => { 'id' => 'SEC_Overview', 'shortcontents' => 1, 'texi' => '_shortcontents' },
10934 $node_ref->{'texi'} = $node;
10953 $node_top->{'texi'} = 'Top';
10955 $nodes{$node_top->{'texi'}} = $node_ref;
11012 my $section_ref = { 'texi' => $name,
11054 $node_texi = $state->{'node_ref'}->{'texi'};
11061 my $section_ref = { 'texi' => $name,
11560 $node_menu_ref->{'texi'} = $node;
11567 $node_menu_ref->{'menu_up_hash'}->{$state->{'node_ref'}->{'texi'}} = 1;
11649 print STDERR "# section level $level: $section->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
11663 print STDERR "BUG: node or section_ref defined for section $section->{'texi'}\n"
11667 print STDERR "Bug level undef for ($section) $section->{'texi'}\n" if (!defined($section->{'level'}));
11763 print STDERR "# numbering section ($section->{'level'}): $section->{'number'}: (up: $up) $section->{'texi'}\n"
11802 my $node_ref = { 'texi' => $node->{$direction} };
11830 echo_warn ("$direction `$node->{$direction}' for `$node->{'texi'}' not found");
11879 print STDERR "# section before Top: $section_before_top->{'texi'}\n"
11881 print STDERR "# section after Top: $section_after_top->{'texi'}\n"
11926 print STDERR "# new section element $element->{'texi'}\n"
11940 print STDERR "# new node element ($element) $element->{'texi'}\n"
11947 print STDERR "# new section element ($element) $element->{'texi'}\n"
12015 print STDERR "# element first: $element_first->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12016 print STDERR "# top node: $node_top->{'texi'}\n" if (defined($node_top) and
12026 print STDERR "# element top: $element_top->{'texi'}\n" if ($element_top and
12044 if (!$node->{'first'} and !$node->{'top'} and !$node->{'menu_up'} and ($node->{'texi'} !~ /^top$/i) and $Texi2HTML::Config::SHOW_MENU)
12046 my @equivalent_nodes = equivalent_nodes($node->{'texi'});
12058 warn "$WARN `$node->{'texi'}' doesn't appear in menus\n";
12079 my $node_ref = { 'texi' => $top_nodeup };
12093 print STDERR "# Deducing from section node_up $node->{'nodeup'}->{'texi'} for $node->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS and defined($node->{'nodeup'}));
12099 print STDERR "# Deducing from menu node_up $node->{'menu_up'}->{'texi'} for $node->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12106 unless (defined($node->{'menu_up_hash'}) and ($node->{'menu_up_hash'}->{$node->{'nodeup'}->{'texi'}}))
12108 print STDERR "$WARN `$node->{'nodeup'}->{'texi'}' is up for `$node->{'texi'}', but has no menu entry for this node\n" if ($Texi2HTML::Config::SHOW_MENU);
12109 push @{$node->{'up_not_in_menu'}}, $node->{'nodeup'}->{'texi'};
12118 elsif ($node->{'texi'} eq 'Top')
12204 $node->{'following'} = $up if (defined($up) and grep {$_ eq $up->{'texi'}} @{$node->{'up_not_in_menu'}});
12218 if (! grep { $_ eq $up->{'nodeup'}->{'texi'} } @{$node->{'up_not_in_menu'}})
12278 print STDERR "# fwd and back for $element->{'texi'}\n"
12337 print STDERR "# Going up, searching next section from $up->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12358 my $current_element = { 'holder' => 1, 'texi' => 'HOLDER',
12408 print STDERR "# Index in `$checked_element->{'texi'}': $index->{'name'}. Current is `$current_element->{'texi'}'\n"
12417 $back_texi = $back->{'texi'} if (defined($back));
12418 print STDERR "# Index first page (back `$back_texi', in `$current_element->{'texi'}')\n" if ($T2H_DEBUG & $DEBUG_INDEX);
12441 print STDERR "# Add `$checked_element->{'texi'}' before index page for `$element->{'texi'}'\n"
12443 echo_warn("Add `$checked_element->{'texi'}' for indicing");
12480 print STDERR "# New page (back `$back->{'texi'}', current `$current_element->{'texi'}')\n" if ($T2H_DEBUG & $DEBUG_INDEX);
12484 'texi' => "NOT REALLY USED: $current_element->{'texi'}' index $index->{'name'} page $index_num",
12514 while ($nodes{$index_page->{'texi'}})
12516 $nodes{$index_page->{'texi'}} .= ' ';
12518 $nodes{$index_page->{'texi'}} = $index_page;
12547 print STDERR "# Reparent for `$element->{'texi'}':\n" if ($T2H_DEBUG & $DEBUG_INDEX);
12551 print STDERR " reparented: $reparented->{'texi'}\n"
12632 if (defined($up) and (!defined($float_style->{'current_chapter'}) or ($up->{'texi'} ne $float_style->{'current_chapter'})))
12634 $float_style->{'current_chapter'} = $up->{'texi'};
12706 print STDERR "# Splitting ($Texi2HTML::Config::SPLIT:$cut_section) $element->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12751 print STDERR "# add_file $element->{'file'} for $element->{'texi'}\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
12802 #print STDERR "entry $place->{'entry'} texi $place->{'texi'}\n";
12830 print STDERR "index($element->{'id'}, $is_toplevel, doc_nr $element->{'doc_nr'}($element->{'file'})): $element->{'texi'}\n";
12834 print STDERR "node($element->{'id'}, toc_level $element->{'toc_level'}, $is_toplevel, doc_nr $element->{'doc_nr'}($element->{'file'})) $element->{'texi'}:\n";
12835 print STDERR " section_ref: $element->{'section_ref'}->{'texi'}\n" if (defined($element->{'section_ref'}));
12845 print STDERR "$number ($element->{'id'}, $is_toplevel, level $element->{'level'}-$element->{'toc_level'}, doc_nr $element->{'doc_nr'}($element->{'file'})) $element->{'texi'}:\n";
12846 print STDERR " node_ref: $element->{'node_ref'}->{'texi'}\n" if (defined($element->{'node_ref'}));
12853 die "Bug: files{\$element->{'file'}} undef element $element->{'texi'}, file $element->{'file'}.";
12858 print STDERR " u: $element->{'up'}->{'texi'}\n" if (defined($element->{'up'}));
12859 print STDERR " ch: $element->{'child'}->{'texi'}\n" if (defined($element->{'child'}));
12860 print STDERR " fb: $element->{'fastback'}->{'texi'}\n" if (defined($element->{'fastback'}));
12861 print STDERR " b: $element->{'back'}->{'texi'}\n" if (defined($element->{'back'}));
12862 print STDERR " p: $element->{'prev'}->{'texi'}\n" if (defined($element->{'prev'}));
12863 print STDERR " n: $element->{'sectionnext'}->{'texi'}\n" if (defined($element->{'sectionnext'}));
12864 print STDERR " n_u: $element->{'nodeup'}->{'texi'}\n" if (defined($element->{'nodeup'}));
12865 print STDERR " f: $element->{'forward'}->{'texi'}\n" if (defined($element->{'forward'}));
12866 print STDERR " follow: $element->{'following'}->{'texi'}\n" if (defined($element->{'following'}));
12867 print STDERR " m_p: $element->{'menu_prev'}->{'texi'}\n" if (defined($element->{'menu_prev'}));
12868 print STDERR " m_n: $element->{'menu_next'}->{'texi'}\n" if (defined($element->{'menu_next'}));
12869 print STDERR " m_u: $element->{'menu_up'}->{'texi'}\n" if (defined($element->{'menu_up'}));
12870 print STDERR " m_ch: $element->{'menu_child'}->{'texi'}\n" if (defined($element->{'menu_child'}));
12871 print STDERR " ff: $element->{'fastforward'}->{'texi'}\n" if (defined($element->{'fastforward'}));
12889 print STDERR "${beginning}$node->{'texi'} $file\n";
12895 if (!$place->{'entry'} and !$place->{'float'} and !$place->{'texi'} and !$place->{'contents'} and !$place->{'shortcontents'})
12910 print STDERR " anchor: $place->{'texi'}\n";
12914 if (defined($place->{'texi'}))
12916 print STDERR " float($place): $place->{'texi'}\n";
12933 print STDERR " heading: $place->{'texi'}\n";
12944 print STDERR "'$page->{'element'}->{'texi'}'($page->{'name'}): $page->{'page'} ";
12998 # get the html names from the texi for all elements
13010 my $texi = &$Texi2HTML::Config::heading_texi($nodes{$node}->{'tag'},
13011 $nodes{$node}->{'texi'}, undef);
13012 $nodes{$node}->{'text'} = substitute_line ($texi);
13016 $nodes{$node}->{'no_texi'} = remove_texi($texi);
13017 $nodes{$node}->{'simple_format'} = simple_format(undef, $texi);
13018 $nodes{$node}->{'heading_texi'} = $texi;
13025 #$section->{'name'} = substitute_line($section->{'texi'});
13026 my $texi = &$Texi2HTML::Config::heading_texi($section->{'tag'}, $section->{'texi'}, $section->{'number'});
13027 $section->{'text'} = substitute_line($texi);
13028 $section->{'text_nonumber'} = substitute_line($section->{'texi'});
13031 $section->{'no_texi'} = remove_texi($texi);
13032 $section->{'simple_format'} = simple_format(undef,$texi);
13033 $section->{'heading_texi'} = $texi;
13049 my $texi = &$Texi2HTML::Config::index_element_heading_texi(
13052 $original_element->{'texi'},
13055 $element->{'heading_texi'} = $texi;
13056 $element->{'text'} = substitute_line($texi);
13057 $element->{'no_texi'} = remove_texi($texi);
13058 $element->{'simple_format'} = simple_format(undef,$texi);
13614 print STDERR 'NODE ' . "$current_element->{'texi'}($current_element->{'file'})" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
13615 print STDERR "($current_element->{'section_ref'}->{'texi'})" if ($current_element->{'section_ref'} and ($T2H_DEBUG & $DEBUG_ELEMENTS));
13619 print STDERR 'SECTION ' . $current_element->{'texi'} if ($T2H_DEBUG & $DEBUG_ELEMENTS);
13639 print STDERR "NODE: $element->{'texi'}\n" if ($element->{'node'});
13640 warn "elements_list and all_elements not in sync (elements $section_element->{'texi'}, all $current_element->{'texi'}): $_";
13648 print STDERR "New index page '$new_element->{'texi'}' nr: $index_pages_nr\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
13650 die "element in index_pages $new_element->{'texi'} and in list $list_element->{'texi'} differs\n" unless ($list_element eq $new_element);
13656 $old = $element->{'texi'} if (defined($element));
13657 print STDERR "NEW: $new_element->{'texi'}, OLD: $old\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS);
13685 #print STDERR "Doing hrefs for $element->{'texi'} First ";
13715 $Texi2HTML::HREF{$direction} = do_external_href($elem->{'texi'});
13724 #print STDERR "$direction ($element->{'texi'}): \n NO_TEXI: $Texi2HTML::NO_TEXI{$direction}\n NAME $Texi2HTML::NAME{$direction}\n NODE $Texi2HTML::NODE{$direction}\n HREF $Texi2HTML::HREF{$direction}\n\n";
13726 #print STDERR "\nDone hrefs for $element->{'texi'}\n";
13795 print STDERR "print index $name($index_nr) in `$element->{'texi'}', element->{'indices'}: $element->{'indices'},\n" if ($T2H_DEBUG & $DEBUG_ELEMENTS or $T2H_DEBUG & $DEBUG_INDEX);
13858 print STDERR "Bug: `$element->{'texi'}' level undef\n" if (!$element->{'node'} and !defined($element->{'level'}));
13868 print STDERR "# Write the section $element->{'texi'}\n" if ($T2H_VERBOSE);
13981 #print STDERR "FINISH_ELEMENT($FH)($element->{'texi'})[$element->{'file'}] counter $files{$element->{'file'}}->{'counter'}\n";
14013 #print STDERR "TOP $element->{'texi'}, @section_lines\n";
14030 print STDERR "# do element $element->{'texi'}\n"
14039 #print STDERR "Close file after $element->{'texi'}\n";
14084 print STDERR "Bug: file for redirection for `$node->{'texi'}' don't exist\n" unless ($novalidate);
14263 print STDERR "# Dump texi\n" if ($T2H_VERBOSE);
14365 print STDERR "Bug: $element->{'texi'}, id undef\n" if (!defined($element->{'id'}));
14366 print STDERR "Bug: $element->{'texi'}, file undef\n" if (!defined($element->{'file'}));
15192 #print STDERR "SUBHREF in menu for `$element->{'texi'}'\n";
15461 #print STDERR "float: $state->{'float'}, $state->{'float'}->{'texi'}\n";
15635 $args->[$index] = substitute_text({'texi' => 1, 'arg_expansion' => 1}, split_lines($arg));
15727 #print STDERR "$entry $entry->{'entry'}, real elem $indexed_element->{'texi'}, section $entry_element->{'texi'}, real $indexed_element->{'file'}, entry file $entry->{'file'}\n";
15823 #print STDERR "$entry $entry->{'entry'}, real elem $indexed_element->{'texi'}, section $entry_element->{'texi'}, real $indexed_element->{'file'}, entry file $entry->{'file'}\n";
15845 #print STDERR "SUBHREF in index entry `$entry->{'entry'}' for `$entry_element->{'texi'}'\n";
15857 # remove texi commands, replacing with what seems adequate. see simple_map_texi
15865 # Same as remove texi but protect text and use special maps for @-commands
16223 !$Texi2HTML::Config::misc_command{$macro}->{'texi'}
16611 $nodes{$anchor} = { 'anchor' => 1, 'seen' => 1, 'texi' => $anchor, 'id' => 'ANC' . $anchor_num};
16957 $float->{'texi'} = $label_texi;
16960 #print STDERR "FLOAT: $float $float->{'texi'}, place $state->{'place'}\n";
17012 # We allready warned in pass texi
17639 # if we're keeping texi unmodified we can do it now
17650 # keeping texi
17666 # If we are removing texi, the following macros are not removed
17719 # removing texi, and they are not handled like macros in text
18208 # keeps the texi as is happens on the @center line, the @center
18771 if ($state->{'texi'})
18850 if ($state->{'texi'})
18995 # FIXME this seems to be unusefull, see formatting/center.texi
19210 elsif ($state->{'texi'})
19237 elsif ($state->{'texi'})
19251 if ($state->{'texi'} or $state->{'structure'})
19456 dump_texi(\@lines, 'texi', \@lines_numbers) if ($T2H_DEBUG & $DEBUG_TEXI);