HomeSort by relevance Sort by last modified time
    Searched full:html_escape (Results 1 - 10 of 10) 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").
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 20 var $, BorderDropHint, DragAndDropHandler, DragElement, FolderElement, GhostDropHint, JqTreeWidget, KeyHandler, MouseWidget, Node, NodeElement, Position, SaveStateHandler, ScrollHandler, SelectNodeHandler, SimpleWidget, html_escape, indexOf, json_escapable, json_meta, json_quote, json_str, _indexOf, _ref, _ref1, _ref2,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 169 * com.google.common.base.CharEscapers.HTML_ESCAPE, plus '=' and whitespace.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 169 * com.google.common.base.CharEscapers.HTML_ESCAPE, plus '=' and whitespace.
    [all...]

Completed in 273 milliseconds