Home
last modified time | relevance | path

Searched refs:string_re (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/tools/
H A Dafblue.pl74 my $string_re = qr/ ^ \s*
415 if (/$string_re/)
421 # Save captured group from `string_re'.
/third_party/jinja2/
H A Dlexer.py27 string_re = re.compile( variable
490 _Rule(string_re, TOKEN_STRING, None),
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py26 string_re = re.compile( variable
480 (string_re, TOKEN_STRING, None),
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py31 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" variable
431 (string_re, TOKEN_STRING, None),
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py26 string_re = re.compile( variable
480 (string_re, TOKEN_STRING, None),

Completed in 6 milliseconds