Searched refs:template (Results 1 – 25 of 202) sorted by relevance
123456789
17 Steps to use Wear template on top of an existing sample:18 - In template-params.xml.ftl:19 - Add the following template:20 <template src="Wear"/>28 achieved by adding another template, like "base" for example.
21 import freemarker.template.Configuration22 import freemarker.template.DefaultObjectWrapper23 import freemarker.template.Template36 def Configuration cfg = new freemarker.template.Configuration()74 * The hash which will be passed to the freemarker template engine. This hash76 * The hash should contain a key named "meta". The template processor will add88 // Create a list of Freemarker template loaders based on the90 // file system for freemarker templates; the template language can93 println "Gathering template load locations:"102 println "Gathering template include locations:"[all …]
31 * of convenience methods for setting up template-generation tasks.82 * @return The path that contains template files -- can be cleaned without harming86 return "${targetSamplePath()}/src/template"104 * The path to the template parameters file107 return "${targetProjectPath}/template-params.xml"144 * Returns the path to the template include directory155 * @param relativeInputPath Input file as a relative path from the template directory175 * Returns the tree(s) where the templates to be processed live. The template185 xml.template.each { template ->186 result.add(project.fileTree(dir: "${templatesRoot()}/${template.@src}"))[all …]
17 Steps to implement SimpleView template:18 -in template-params.xml.ftl:29 project built on this template.
33 in template-params.xml.39 <template src="base" />40 <!-- template src="ActivityCards" / -->41 <!-- template src="FragmentView" / -->42 <!-- template src="CardStream" / -->43 <!-- template src="SimpleView" / -->44 <template src="SingleView" />
28 'template'] // boilerplate code that is generated by the sample template process
1 src/template/
17 Steps to implement SingleView template:18 -in template-params.xml.ftl:45 project built on this template.
30 'template'] // boilerplate code that is generated by the sample template process
5 src/template/