Searched refs:template_path (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_jinja2_test.py | 10 template_path = os.path.join(current_dir, 'resources', 'jinja2_templates') variable 18 'template_path': template_path, 40 'template_path': template_path, 56 'template_path': template_path, 72 'template_path': template_path,
|
D | extras_mako_test.py | 10 template_path = os.path.join(current_dir, 'resources', 'mako_templates') variable 17 'template_path': template_path,
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | jinja2.py | 111 template_path = config['template_path'] 120 kwargs['loader'] = jinja2.FileSystemLoader(template_path)
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | fixture.py | 1337 def __init__(self, base_path, template_path=None, argument 1367 self.template_path = template_path 1512 if self.template_path: 1513 frompath = os.path.join(self.template_path, frompath)
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
D | todo.rst | 102 'template_path': ...,
|