Searched refs:template_name (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/third_party/jinja2/ |
D | meta.py | 77 for template_name in node.template.items: 80 if isinstance(template_name, nodes.Const): 81 if isinstance(template_name.value, string_types): 82 yield template_name.value 98 for template_name in node.template.value: 99 if isinstance(template_name, string_types): 100 yield template_name
|
D | runtime.py | 53 def new_context(environment, template_name, blocks, vars=None, argument 70 return Context(environment, parent, template_name, blocks)
|
D | nodes.py | 81 def __init__(self, environment, template_name=None): argument 84 self.autoescape = environment.autoescape(template_name)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-template.rb | 84 for template_name in TEMPLATE_NAMES 85 names.should include template_name 86 template_class = templates[ template_name ]
|