• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/

Lines Matching defs:print

154 	       'print', '-|',
347 -usage : print usage instructions
478 print "# reading extensions from $extensions\n" if $verbose;
485 print "# reading extensions from $extensions\n" if $verbose;
490 print "# reading from $docu\n" if $verbose;
664 print "# including $file\n" if $verbose;
757 print "# user $tag = $sub, arg: $_" if $debug & $DEBUG_USER;
791 print "# def ($tag): {$type} ", join(', ', @args), "\n"
906 print "# heading, section $name, level $level\n"
937 print "# node $node, section $name, level $level\n"
942 print "# no node, section $name, level $level\n"
991 print "# found $index for '$what' id $id\n"
1032 print "# found bibliography for '$what' id $id\n"
1041 print "# found glossary for '$entry' id $id\n"
1104 print "# end of pass 1\n" if $verbose;
1166 print "# index $key sorted as $_\n"
1307 print "# end of pass 2\n" if $verbose;
1357 print "# end of pass 3\n" if $verbose;
1423 print "# end of pass 4\n" if $verbose;
1427 # Pass 5: print things #
1444 # print ToC
1448 print "# creating $docu_toc...\n" if $verbose;
1451 &print(*toc_lines, FILE);
1460 # print footnotes
1464 print "# creating $docu_foot...\n" if $verbose;
1467 &print(*foot_lines, FILE);
1476 # print document
1487 print "# creating $docu_doc...\n" if $verbose;
1500 print FILE $navigation;
1509 &print(*tmp_lines, FILE);
1511 print FILE $navigation;
1520 print "# creating $docu_doc...\n" if $verbose;
1525 print FILE $full_title;
1529 print FILE "<H1>Table of Contents</H1>\n";
1530 &print(*toc_lines, FILE);
1533 &print(*doc_lines, FILE);
1536 print FILE "<H1>Footnotes</H1>\n";
1537 &print(*foot_lines, FILE);
1550 print "# that's all folks\n" if $verbose;
1617 print "$_\n";
1618 print $context{$_};
1620 print "$_ ($seen{$_})\n";
1860 sub print {
1871 print $fh $_;
1876 print FILE "<P><HR><P>\n";
1885 # print the header
1887 print FILE $html2_doctype;
1889 print FILE $doctype;
1891 print FILE <<EOT;
1906 print FILE $full_title;
1912 print FILE "<H2>$_</H2>\n";
1921 print FILE "<ADDRESS>$_</ADDRESS>\n";
1924 print FILE "<P>\n";
1928 print FILE <<EOT;
1936 print FILE <<EOT;