Lines Matching refs:html
28 For producing HTML side by side comparison with change highlights.
68 ordinary text files, or maybe "<P>" lines in HTML files). That may be
1379 file difference for making HTML pages (see HtmlDiff class for example
1432 # noticed by an xml/html escaper.
1443 # insert marks that won't be noticed by an xml/html escaper.
1617 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1620 <html>
1624 content="text/html; charset=ISO-8859-1" />
1634 </html>"""
1673 """For producing HTML side by side comparison with change highlights.
1675 This class can be used to create an HTML table (or a complete HTML file
1680 The following methods are provided for HTML generation:
1682 make_table -- generates HTML for a single side by side table
1683 make_file -- generates complete HTML file with a single side by side table
1703 HtmlDiff() to generate the side by side HTML differences). See
1713 """Returns HTML file of side by side comparison with change highlights
1742 spaces and vice versa. At the end of the HTML generation, the tab
1845 into a single line of text with HTML markup.
1852 # store HTML markup of the lines into the lists
1863 """Returns HTML markup of "from" / "to" text lines
1876 # replace those things that would get confused with HTML symbols
1889 # can exist on the same HTML page without conflicts.
1945 """Returns HTML table of side by side comparison with change highlights