Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DForeachTestCase.java49 engine.setProperty(RuntimeConstants.MAX_NUMBER_LOOPS, in testMaxNbrLoopsConstraint()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java80 String MAX_NUMBER_LOOPS = "directive.foreach.max_loops"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DForeach.java111 maxNbrLoops = rsvc.getInt(RuntimeConstants.MAX_NUMBER_LOOPS, in init()