Home
last modified time | relevance | path

Searched defs:htmlEscape (Results 1 – 3 of 3) sorted by relevance

/external/dokka/core/src/main/kotlin/Utilities/
DHtml.kt10 fun String.htmlEscape(): String = replace("&", "&amp;").replace("<", "&lt;").replace(">", "&gt;") in htmlEscape() method
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlUrlValidateFunction.java31 private final HtmlEscapeFunction htmlEscape; field in HtmlUrlValidateFunction
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java231 protected String htmlEscape(String str) { in htmlEscape() method in GraphvizGrapher
235 protected List<String> htmlEscape(List<String> elements) { in htmlEscape() method in GraphvizGrapher