Home
last modified time | relevance | path

Searched refs:DEFINE_DIRECTIVE_MAXDEPTH (Results 1 – 3 of 3) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DDefine.java85 maxDepth = rsvc.getInt(RuntimeConstants.DEFINE_DIRECTIVE_MAXDEPTH, 2); in init()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java112 String DEFINE_DIRECTIVE_MAXDEPTH = "directive.define.max_depth"; field
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DScopeTestCase.java202 engine.setProperty(RuntimeConstants.DEFINE_DIRECTIVE_MAXDEPTH, "10"); in testRecursiveDefineScope()