/third_party/node/deps/v8/third_party/jinja2/ |
D | asyncsupport.py | 82 if self._context.eval_ctx.autoescape: 97 async def async_invoke(self, arguments, autoescape): argument 99 if autoescape: 104 def _invoke(self, arguments, autoescape): argument 106 return original_invoke(self, arguments, autoescape) 107 return async_invoke(self, arguments, autoescape)
|
D | runtime.py | 373 if self._context.eval_ctx.autoescape: 594 default_autoescape = environment.autoescape 617 autoescape = args[0].autoescape 620 autoescape = self._default_autoescape 675 return self._invoke(arguments, autoescape) 677 def _invoke(self, arguments, autoescape): argument 680 if autoescape:
|
D | nodes.py | 68 if callable(environment.autoescape): 69 self.autoescape = environment.autoescape(template_name) 71 self.autoescape = environment.autoescape 547 if eval_ctx.autoescape: 998 if eval_ctx.autoescape:
|
D | environment.py | 306 autoescape=False, argument 342 self.autoescape = autoescape 401 autoescape=missing, argument 1003 autoescape=False, argument 1024 autoescape,
|
D | filters.py | 185 if not eval_ctx.autoescape: 239 if _eval_ctx.autoescape: 478 if not eval_ctx.autoescape: 615 if eval_ctx.autoescape:
|
D | ext.py | 151 if __context.eval_ctx.autoescape: 166 if __context.eval_ctx.autoescape: 703 autoescape = AutoEscapeExtension variable
|
/third_party/jinja2/ |
D | asyncsupport.py | 82 if self._context.eval_ctx.autoescape: 97 async def async_invoke(self, arguments, autoescape): argument 99 if autoescape: 104 def _invoke(self, arguments, autoescape): argument 106 return original_invoke(self, arguments, autoescape) 107 return async_invoke(self, arguments, autoescape)
|
D | runtime.py | 369 if self._context.eval_ctx.autoescape: 381 if self._context.eval_ctx.autoescape: 680 if callable(environment.autoescape): 681 default_autoescape = environment.autoescape(None) 683 default_autoescape = environment.autoescape 707 autoescape = args[0].autoescape 710 autoescape = self._default_autoescape 763 return self._invoke(arguments, autoescape) 765 async def _async_invoke(self, arguments: t.List[t.Any], autoescape: bool) -> str: 768 if autoescape: [all …]
|
D | nodes.py | 78 if callable(environment.autoescape): 79 self.autoescape = environment.autoescape(template_name) 81 self.autoescape = environment.autoescape 616 if eval_ctx.autoescape: 1109 if eval_ctx.autoescape:
|
D | environment.py | 310 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, 346 self.autoescape = autoescape 402 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = missing, 1180 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, 1201 autoescape,
|
D | ext.py | 174 if __context.eval_ctx.autoescape: 195 if __context.eval_ctx.autoescape: 211 if __context.eval_ctx.autoescape: 236 if __context.eval_ctx.autoescape:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | asyncsupport.py | 86 if self._context.eval_ctx.autoescape: 101 async def async_invoke(self, arguments, autoescape): argument 103 if autoescape: 108 def _invoke(self, arguments, autoescape): argument 110 return original_invoke(self, arguments, autoescape) 111 return async_invoke(self, arguments, autoescape)
|
D | runtime.py | 346 if self._context.eval_ctx.autoescape: 498 default_autoescape = environment.autoescape 522 autoescape = args[0].autoescape 525 autoescape = self._default_autoescape 575 return self._invoke(arguments, autoescape) 577 def _invoke(self, arguments, autoescape): argument 580 if autoescape:
|
D | nodes.py | 83 if callable(environment.autoescape): 84 self.autoescape = environment.autoescape(template_name) 86 self.autoescape = environment.autoescape 523 if eval_ctx.autoescape: 930 if eval_ctx.autoescape:
|
D | environment.py | 281 autoescape=False, argument 316 self.autoescape = autoescape 362 undefined=missing, finalize=missing, autoescape=missing, argument 936 autoescape=False, argument 943 frozenset(extensions), optimized, undefined, finalize, autoescape,
|
D | filters.py | 133 if not eval_ctx.autoescape: 184 if _eval_ctx.autoescape: 404 if not eval_ctx.autoescape: 531 if eval_ctx.autoescape:
|
D | ext.py | 141 if __context.eval_ctx.autoescape: 152 if __context.eval_ctx.autoescape: 627 autoescape = AutoEscapeExtension variable
|
D | utils.py | 533 def autoescape(template_name): function 542 return autoescape
|
/third_party/skia/third_party/externals/jinja2/ |
D | asyncsupport.py | 82 if self._context.eval_ctx.autoescape: 97 async def async_invoke(self, arguments, autoescape): argument 99 if autoescape: 104 def _invoke(self, arguments, autoescape): argument 106 return original_invoke(self, arguments, autoescape) 107 return async_invoke(self, arguments, autoescape)
|
D | runtime.py | 373 if self._context.eval_ctx.autoescape: 594 default_autoescape = environment.autoescape 617 autoescape = args[0].autoescape 620 autoescape = self._default_autoescape 675 return self._invoke(arguments, autoescape) 677 def _invoke(self, arguments, autoescape): argument 680 if autoescape:
|
D | nodes.py | 68 if callable(environment.autoescape): 69 self.autoescape = environment.autoescape(template_name) 71 self.autoescape = environment.autoescape 547 if eval_ctx.autoescape: 998 if eval_ctx.autoescape:
|
D | environment.py | 306 autoescape=False, argument 342 self.autoescape = autoescape 401 autoescape=missing, argument 1003 autoescape=False, argument 1024 autoescape,
|
D | filters.py | 185 if not eval_ctx.autoescape: 239 if _eval_ctx.autoescape: 478 if not eval_ctx.autoescape: 615 if eval_ctx.autoescape:
|
D | ext.py | 151 if __context.eval_ctx.autoescape: 166 if __context.eval_ctx.autoescape: 703 autoescape = AutoEscapeExtension variable
|
/third_party/json/tools/generate_natvis/ |
D | generate_natvis.py | 35 …env = jinja2.Environment(loader=jinja2.FileSystemLoader(searchpath=sys.path[0]), autoescape=True, …
|