HomeSort by relevance Sort by last modified time
    Searched refs:escaping (Results 1 - 20 of 20) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 6 // Allow question marks in the query without escaping
host.js 49 // Invalid escaping should trigger the regular host error handling.
path.js 30 // ----- escaping tests -----
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 57 * is the output of an escaping function. If not, any expression that contains an escaping function
78 * {@code true} if {@code expression} should be exempted from escaping and {@code false}
91 // if the input should be exempt from escaping. As this should only be
109 * Compute the escaping applied to the given expression. Uses {@code propagateEscapeStatus} to
110 * determine how to treat constants, and whether escaping is required on a part of the expression
118 assert currentEscapingExpression != null : "No escaping calculated";
125 private void setEscaping(JavaExpression escaping) {
126 currentEscapingExpression = escaping;
174 * Do not escape the output of a function if either the function is an escaping function, or an
    [all...]
TemplateTranslator.java 116 * Used to determine the escaping to apply before displaying a variable. If propagateEscapeStatus
117 * is enabled, string and numeric literals are not escaped, nor is the output of an escaping
118 * function. If not, any expression that contains an escaping function is not escaped. This
230 * <?cs var:blah > expression. Evaluate as string and write output, using default escaping.
241 JavaExpression escaping = local
243 writeVariable(result, escaping);
491 JavaExpression escaping = local
493 writeVariable(reference, escaping);
501 * variable expression should be exempted from any global escaping that may currently be in
503 * output an if/else statement to check the escaping status of the expression at run time
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 258 xmlCharEncodingOutputFunc escaping);
  /external/linux-tools-perf/config/
utilities.mak 13 # what should replace a newline when escaping
  /external/libxml2/
xmlIO.c     [all...]
  /external/mksh/src/
edit.c 293 bool escaping; local
297 /* remove all escaping backward slashes */
298 escaping = false;
300 if (toglob[i] == '\\' && !escaping) {
301 escaping = true;
305 if (escaping && (toglob[i] == '[' ||
311 if (escaping)
312 escaping = false;
    [all...]
  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 344 // nextString permits slash-escaping of arbitrary characters!
384 // we're mixing Java escaping like \" and JavaScript escaping like \\\"
397 // we're mixing Java escaping like \\ and JavaScript escaping like \\u
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 200 // processes key value pairs, escaping any input;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 810 // by HTML escaping and assignment to innerHTML, but that was even
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 810 // by HTML escaping and assignment to innerHTML, but that was even
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1301 milliseconds