Searched refs:html_name (Results 1 – 3 of 3) sorted by relevance
113 String html_name; in writeMethod() local122 html_name = Class2HTML.toHTML(name); in writeMethod()126 + "_code.html#method" + method_number + " TARGET=Code>" + html_name in writeMethod()
503 final String html_name = Class2HTML.toHTML(name); in writeMethod() local512 + html_name + "</A>("); in writeMethod()
90 html_name = "html.parser"92 html_name = "HTMLParser"93 assert html_name not in sys.modules95 assert sys.modules[html_name] is mod