Searched defs:isUnquoted (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java63 * isUnquoted should be true if the function is escaping a string that will appear inside an
68 public HtmlEscapeFunction(boolean isUnquoted) { argument
69 if (isUnquoted) {
H A DStyleEscapeFunction.java69 * isUnquoted should be true if the function is escaping a string that will appear inside an
73 public StyleEscapeFunction(boolean isUnquoted) { argument
74 if (isUnquoted) {
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlUrlValidateFunction.java34 * isUnquoted should be true if the URL appears in an unquoted attribute. like: <a href=<?cs
37 public HtmlUrlValidateFunction(boolean isUnquoted) { argument
38 htmlEscape = new HtmlEscapeFunction(isUnquoted);

Completed in 81 milliseconds