OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_comment_prefix
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/jinja2/
lexer.py
204
if environment.
line_comment_prefix
is not None:
205
rules.append((len(environment.
line_comment_prefix
), 'linecomment',
207
e(environment.
line_comment_prefix
)))
390
environment.
line_comment_prefix
,
environment.py
17
LINE_COMMENT_PREFIX
, TRIM_BLOCKS, NEWLINE_SEQUENCE, \
137
`
line_comment_prefix
`
246
line_comment_prefix
=
LINE_COMMENT_PREFIX
,
279
self.
line_comment_prefix
=
line_comment_prefix
326
line_statement_prefix=missing,
line_comment_prefix
=missing,
[
all
...]
Completed in 228 milliseconds