Home
last modified time | relevance | path

Searched refs:VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL (Results 1 – 4 of 4) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java325 String VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL = "velocimacro.inline.replace_global"; field
DVelocimacroFactory.java265 RuntimeConstants.VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL, false)) in initVelocimacro()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DInlineScopeVMTestCase.java61 Velocity.VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL, "true"); in setUp()
DEvaluateTestCase.java122 properties.put(RuntimeConstants.VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL,"false"); in testEvaluateMacroPreserve()