Home
last modified time | relevance | path

Searched full:jinja2 (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/jinja2/
Djinja2.gni2 "//third_party/jinja2/__init__.py",
3 "//third_party/jinja2/_compat.py",
4 "//third_party/jinja2/_identifier.py",
5 "//third_party/jinja2/asyncfilters.py",
6 "//third_party/jinja2/asyncsupport.py",
7 "//third_party/jinja2/bccache.py",
8 "//third_party/jinja2/compiler.py",
9 "//third_party/jinja2/constants.py",
10 "//third_party/jinja2/debug.py",
11 "//third_party/jinja2/defaults.py",
[all …]
Dsetup.cfg2 name = Jinja2
3 version = attr: jinja2.__version__
41 jinja2 = jinja2.ext:babel_extract[i18n]
51 jinja2
60 files = src/jinja2
77 [mypy-jinja2.defaults]
DREADME.modification1 Name: Jinja2
8 Jinja2 is a full-featured template engine for Python. It has full unicode
14 …rg/packages/d8/03/e491f423379ea14bb3a02a5238507f7d446de639b623187bccc111fbecdf/Jinja2-2.11.1.tar.gz
18 Only includes the jinja2 directory from the tarball and the LICENSE and
Dbundle.json2 "name": "@ohos/jinja2",
3 …"description": "Jinja2 is a template engine written in pure Python. It provides a Django inspired …
8 "destPath": "third_party/jinja2"
17 "name": "jinja2",
D.flake825 src/jinja2/__init__.py: F401
27 src/jinja2/compiler.py: B906
28 src/jinja2/idtracking.py: B906
DREADME.OpenSource3 "Name": "Jinja2",
9 …"Description": "Jinja2 is a template engine written in pure Python. It provides a Django inspired …
DREADME.rst36 $ pip install -U Jinja2
73 - PyPI Releases: https://pypi.org/project/Jinja2/
/third_party/skia/third_party/externals/jinja2/
Djinja2.gni2 "${skia_third_party_dir}/jinja2/__init__.py",
3 "${skia_third_party_dir}/jinja2/_compat.py",
4 "${skia_third_party_dir}/jinja2/_identifier.py",
5 "${skia_third_party_dir}/jinja2/asyncfilters.py",
6 "${skia_third_party_dir}/jinja2/asyncsupport.py",
7 "${skia_third_party_dir}/jinja2/bccache.py",
8 "${skia_third_party_dir}/jinja2/compiler.py",
9 "${skia_third_party_dir}/jinja2/constants.py",
10 "${skia_third_party_dir}/jinja2/debug.py",
11 "${skia_third_party_dir}/jinja2/defaults.py",
[all …]
DREADME.chromium1 Name: Jinja2 Python Template Engine
2 Short Name: jinja2
5 CPEPrefix: cpe:/a:pocoo:jinja2:2.11.3
13 …rg/packages/4f/e7/65300e6b32e69768ded990494809106f87da1d436418d5f1367ed3966fd7/Jinja2-2.11.3.tar.gz
18 This only includes the src/jinja2/ directory from the tarball and the
23 * jinja2.gni
DREADME.rst36 $ pip install -U Jinja2
62 - Releases: https://pypi.org/project/Jinja2/
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py15 """Module to create generators that render multiple Jinja2 templates for GN.
18 that expand one or more Jinja2 templates, without outputs usable from
25 output a file into a temporary output directory through Jinja2 expansion.
41 # A FileRender represents a single Jinja2 template render operation:
43 # template: Jinja2 template name, relative to --template-dir path.
48 # All of them will be merged before being sent as Jinja2 template
76 # Allow custom Jinja2 installation path through an additional python
78 # argparse because PreprocessingLoader uses jinja2 in the global scope before
83 kJinja2Path = '--jinja2-path'
90 # --jinja2-path isn't passed, ignore the exception and just import Jinja2
[all …]
DCMakeLists.txt18 # Check for Jinja2
20 message(STATUS "Dawn: Using system jinja2")
22 COMMAND ${PYTHON_EXECUTABLE} -c "import jinja2"
26 … "Dawn: Missing dependencies for code generation, please ensure you have python-jinja2 installed.")
29 message(STATUS "Dawn: Using jinja2 at ${DAWN_JINJA2_DIR}")
55 list(APPEND BASE_ARGS --jinja2-path ${DAWN_JINJA2_DIR})
/third_party/mbedtls/scripts/
Ddriver.requirements.txt3 # Jinja2 <3.0 needs an older version of markupsafe, but does not
14 Jinja2 >= 2.10.1; python_version < '3.10'
15 Jinja2 >= 2.10.3; python_version >= '3.10'
16 # Jinja2 >=2.10, <3.0 needs a separate package for type annotations
17 types-Jinja2 >= 2.11.9
Dgenerate_driver_wrappers.py19 import jinja2
44 environment = jinja2.Environment(
45 loader=jinja2.FileSystemLoader(os.path.dirname(template_path)),
/third_party/mbedtls/tests/scripts/
Dgenerate_test_cert_macros.py15 import jinja2
60 template_loader = jinja2.FileSystemLoader(
62 template_env = jinja2.Environment(
88 template = template_env.get_template('test_certs.h.jinja2')
/third_party/python/Doc/
Drequirements-oldest-sphinx.txt10 # pip install "Sphinx~=3.2.0" "docutils<0.17" "Jinja2<3" "MarkupSafe<2"
14 # Docutils<0.17, Jinja2<3, and MarkupSafe<2 are additionally specified as
26 Jinja2==2.11.3
Dconstraints.txt11 Jinja2<3.2
24 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
/third_party/json/tools/generate_natvis/
Dgenerate_natvis.py5 import jinja2
35 …env = jinja2.Environment(loader=jinja2.FileSystemLoader(searchpath=sys.path[0]), autoescape=True, …
/third_party/grpc/tools/distrib/python/grpc_prefixed/
Dgenerate.py30 import jinja2
37 env = jinja2.Environment(
38 loader=jinja2.FileSystemLoader(os.path.join(WORK_PATH, "templates"))
/third_party/skia/third_party/externals/jinja2/patches/
D0001-jinja2-make-compiled-template-deterministic-for-pyth.patch3 Subject: [PATCH] jinja2: make compiled template deterministic for python3
6 have deterministic output from jinja2.
/third_party/skia/tools/skp/
Dgenerate_page_set.py11 import jinja2
28 t = jinja2.Template(f.read())
/third_party/skia/m133/tools/skp/
Dgenerate_page_set.py11 import jinja2
28 t = jinja2.Template(f.read())
/third_party/mbedtls/docs/
Drequirements.txt30 jinja2==3.1.2
35 # via jinja2
/third_party/skia/
DDEPS17 …# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abse…
20 …"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_pa…
/third_party/rust/rust/src/ci/docker/host-x86_64/mingw-check/
Dreuse-requirements.txt23 jinja2==3.1.2 \
72 # via jinja2

1234