Searched refs:htmlEscape (Results 1 – 8 of 8) sorted by relevance
31 private final HtmlEscapeFunction htmlEscape; field in HtmlUrlValidateFunction38 htmlEscape = new HtmlEscapeFunction(isUnquoted); in HtmlUrlValidateFunction()42 htmlEscape.filter(in, out); in applyEscaping()
152 html.append(htmlEscape(node.getTitle())).append("<br align=\"left\"/>"); in getNodeLabel()157 html.append("<td align=\"left\" port=\"").append(htmlEscape(field.getKey())).append("\">"); in getNodeLabel()158 html.append(htmlEscape(field.getValue())); in getNodeLabel()231 protected String htmlEscape(String str) { in htmlEscape() method in GraphvizGrapher235 protected List<String> htmlEscape(List<String> elements) { in htmlEscape() method in GraphvizGrapher238 escaped.add(htmlEscape(element)); in htmlEscape()
10 fun String.htmlEscape(): String = replace("&", "&").replace("<", "<").replace(">", ">") in htmlEscape() method
155 wrap("\n\nfun main(args: Array<String>) {".htmlEscape(), "}") { in appendSampleBlockCode()
93 to.append(text.htmlEscape()) in appendText()
18 to.append(text.htmlEscape()) in <lambda>()
461 val escaped = text.toString().trimStart().htmlEscape() in parseDocumentation()
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...