Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java471 NONE, BC, LINES, STRUCTURED enumConstant
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTIfStatement.java104 if (rsvc.getSpaceGobbling() == SpaceGobbling.STRUCTURED && postfix.length() > 0) in init()
DASTDirective.java222 …if (morePrefix.length() == 0 && rsvc.getSpaceGobbling() == SpaceGobbling.STRUCTURED && isInitializ… in init()