Searched refs:html_quote (Results 1 – 3 of 3) sorted by relevance
249 def html_quote( line ): function368 return html_quote( word )393 line = line + html_quote( l ).rstrip() + '\n'428 prefix = html_quote( m.group( 1 ) )458 result = result + html_quote( line[:length] )461 result = result + html_quote( line[:length] )465 result = result + html_quote( line )
120 static String html_quote(String str) { in html_quote() method in Shell245 pw.print("<TH>" + html_quote(cols[i]) + "</TH>"); in newrow()254 pw.print("<TD>" + html_quote(args[i]) + "</TD>"); in newrow()
254 (html_quote): New function.257 (DocParagraph::dump, DocBlock::html): Use html_quote0 and html_quote.