HomeSort by relevance Sort by last modified time
    Searched defs:escaping (Results 1 - 4 of 4) 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 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 381 milliseconds