Home
last modified time | relevance | path

Searched refs:RUNTIME_REFERENCES_STRICT_ESCAPE (Results 1 – 6 of 6) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DMacroDefaultArgTestCase.java41 engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, Boolean.TRUE); in setUp()
DStrictEscapeTestCase.java38 engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, Boolean.TRUE); in setUp()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java383 String RUNTIME_REFERENCES_STRICT_ESCAPE = "runtime.strict_mode.escape"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTReference.java160 strictEscape = rsvc.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false); in init()
/external/apache-velocity-engine/velocity-engine-core/src/main/parser/
DParser.jjt155 * RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE is set to true
208 rs.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false);
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/
DStandardParser.java129 rs.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false); in StandardParser()