OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:html_escape
(Results
1 - 7
of
7
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java
21
* This class HTML escapes a string in the same way as the ClearSilver
html_escape
function.
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java
66
registerFunction("
html_escape
", new HtmlEscapeFunction(false), true);
/build/tools/
generate-notice-files.py
80
def
html_escape
(text):
function
139
print >> output_file,
html_escape
(open(value[0]).read())
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java
66
* <cs? var:
html_escape
(foo) ?>
82
* <cs?
html_escape
(foo + bar) + baz ?>
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java
71
* named functions (e.g.
html_escape
), it also uses
TemplateInterpreter.java
214
// <?cs set: x = "<b>X</b>" ?> or <?cs set: y =
html_escape
(x) ?>
/external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java
407
* suffix (e.g. "
html_escape
").
Completed in 104 milliseconds