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

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
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/mksh/src/
edit.c 279 bool escaping = false; local
282 if (ch == '\\' && !escaping) {
283 escaping = true;
286 if (escaping || (ch == QCHAR && (cp - dp) > 1)) {
302 escaping = false;
371 /* remove all escaping backward slashes */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 112 milliseconds