Searched refs:docu_toc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html426 $docu_toc = $docu_foot = $docu_doc;
428 $docu_toc = "${docu_name}_toc.html"; # document's table of contents
959 $_ = "<H$level>".&anchor($docid, "$docu_toc#$tocid", $name)."</H$level>\n";
1447 if (open(FILE, "> $docu_toc")) {
1448 print "# creating $docu_toc...\n" if $verbose;
1455 warn "$ERROR Can't write to $docu_toc: $!\n";
1499 $navigation .= " section, " . &anchor('', $docu_toc, "table of contents") . ".\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html426 $docu_toc = $docu_foot = $docu_doc;
428 $docu_toc = "${docu_name}_toc.html"; # document's table of contents
959 $_ = "<H$level>".&anchor($docid, "$docu_toc#$tocid", $name)."</H$level>\n";
1447 if (open(FILE, "> $docu_toc")) {
1448 print "# creating $docu_toc...\n" if $verbose;
1455 warn "$ERROR Can't write to $docu_toc: $!\n";
1499 $navigation .= " section, " . &anchor('', $docu_toc, "table of contents") . ".\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexi2html426 $docu_toc = $docu_foot = $docu_doc;
428 $docu_toc = "${docu_name}_toc.html"; # document's table of contents
959 $_ = "<H$level>".&anchor($docid, "$docu_toc#$tocid", $name)."</H$level>\n";
1447 if (open(FILE, "> $docu_toc")) {
1448 print "# creating $docu_toc...\n" if $verbose;
1455 warn "$ERROR Can't write to $docu_toc: $!\n";
1499 $navigation .= " section, " . &anchor('', $docu_toc, "table of contents") . ".\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html10142 my $docu_toc; # document's table of contents
10313 $docu_toc = &$Texi2HTML::Config::element_file_name
10323 if (!defined($docu_toc))
10327 $docu_toc = $Texi2HTML::Config::TOC_FILE || $default_toc;
10358 $docu_toc = $docu_foot = $docu_stoc = $docu_about = $docu_top = $docu_doc;
10368 $Texi2HTML::THISDOC{'filename'}->{'toc'} = $docu_toc;
10376 my $docu_toc_file = "$docu_rdir$docu_toc";
13475 $toc_file = $docu_toc;

Completed in 258 milliseconds