OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freemarker
(Results
26 - 26
of
26
) sorted by null
1
2
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy
18
import
freemarker
.ext.dom.NodeModel
151
* and dropping the .ftl extension from
freemarker
files.
212
* Returns the hash to supply to the
freemarker
template processor.
218
* @return The hash to supply to
freemarker
225
// Parse the xml into
Freemarker
's DOM structure
226
def params =
freemarker
.ext.dom.NodeModel.parse(xmlFile)
Completed in 126 milliseconds
1
2