Home
last modified time | relevance | path

Searched refs:autoescape (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/third_party/jinja2/
Dasyncsupport.py82 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)
Druntime.py373 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:
Dnodes.py68 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:
Denvironment.py306 autoescape=False, argument
342 self.autoescape = autoescape
401 autoescape=missing, argument
1003 autoescape=False, argument
1024 autoescape,
Dfilters.py185 if not eval_ctx.autoescape:
239 if _eval_ctx.autoescape:
478 if not eval_ctx.autoescape:
615 if eval_ctx.autoescape:
Dext.py151 if __context.eval_ctx.autoescape:
166 if __context.eval_ctx.autoescape:
703 autoescape = AutoEscapeExtension variable
/third_party/jinja2/
Dasyncsupport.py82 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)
Druntime.py369 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 …]
Dnodes.py78 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:
Denvironment.py310 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,
Dext.py174 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/
Dasyncsupport.py86 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)
Druntime.py346 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:
Dnodes.py83 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:
Denvironment.py281 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,
Dfilters.py133 if not eval_ctx.autoescape:
184 if _eval_ctx.autoescape:
404 if not eval_ctx.autoescape:
531 if eval_ctx.autoescape:
Dext.py141 if __context.eval_ctx.autoescape:
152 if __context.eval_ctx.autoescape:
627 autoescape = AutoEscapeExtension variable
Dutils.py533 def autoescape(template_name): function
542 return autoescape
/third_party/skia/third_party/externals/jinja2/
Dasyncsupport.py82 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)
Druntime.py373 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:
Dnodes.py68 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:
Denvironment.py306 autoescape=False, argument
342 self.autoescape = autoescape
401 autoescape=missing, argument
1003 autoescape=False, argument
1024 autoescape,
Dfilters.py185 if not eval_ctx.autoescape:
239 if _eval_ctx.autoescape:
478 if not eval_ctx.autoescape:
615 if eval_ctx.autoescape:
Dext.py151 if __context.eval_ctx.autoescape:
166 if __context.eval_ctx.autoescape:
703 autoescape = AutoEscapeExtension variable
/third_party/json/tools/generate_natvis/
Dgenerate_natvis.py35 …env = jinja2.Environment(loader=jinja2.FileSystemLoader(searchpath=sys.path[0]), autoescape=True, …

12