Searched refs:isUnquoted (Results 1 - 2 of 2) sorted by relevance

/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);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
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) {

Completed in 80 milliseconds