Home
last modified time | relevance | path

Searched refs:VM_ARGUMENTS_STRICT (Results 1 – 5 of 5) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DMacroDefaultArgTestCase.java39 engine.setProperty(RuntimeConstants.VM_ARGUMENTS_STRICT, Boolean.TRUE); in setUp()
DParseExceptionTestCase.java154 engine.setProperty(RuntimeConstants.VM_ARGUMENTS_STRICT,"true"); in testParseExceptionMacroInvalidArgumentCount()
DBlockMacroTestCase.java105 engine.setProperty(RuntimeConstants.VM_ARGUMENTS_STRICT, Boolean.TRUE); in testVelocity685()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java331 String VM_ARGUMENTS_STRICT = "velocimacro.arguments.strict"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DVelocimacroProxy.java157 RuntimeConstants.VM_ARGUMENTS_STRICT, false); in init()