Home
last modified time | relevance | path

Searched refs:COMMENT_START_STRING (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/jinja2/
Ddefaults.py15 COMMENT_START_STRING = "{#" variable
Denvironment.py28 from .defaults import COMMENT_START_STRING
294 comment_start_string=COMMENT_START_STRING,
991 comment_start_string=COMMENT_START_STRING,
Dext.py16 from .defaults import COMMENT_START_STRING
665 options.get("comment_start_string", COMMENT_START_STRING),
/third_party/node/tools/inspector_protocol/jinja2/
Ddefaults.py20 COMMENT_START_STRING = '{#' variable
Denvironment.py18 COMMENT_START_STRING, COMMENT_END_STRING, LINE_STATEMENT_PREFIX, \
269 comment_start_string=COMMENT_START_STRING,
924 comment_start_string=COMMENT_START_STRING,
Dext.py18 COMMENT_START_STRING, COMMENT_END_STRING, LINE_STATEMENT_PREFIX, \
589 options.get('comment_start_string', COMMENT_START_STRING),
/third_party/jinja2/
Ddefaults.py18 COMMENT_START_STRING = "{#" variable
Denvironment.py22 from .defaults import COMMENT_START_STRING
298 comment_start_string: str = COMMENT_START_STRING,
1168 comment_start_string: str = COMMENT_START_STRING,
Dext.py822 options.get("comment_start_string", defaults.COMMENT_START_STRING),