Home
last modified time | relevance | path

Searched refs:_whiteRE (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_webkit/w4py-1.2.3/MiscUtils/
H A DDictForArgs.py22 _whiteRE = re.compile(r'\s+') variable
24 _REs = [_nameRE, _equalsRE, _stringRE, _whiteRE]
75 if match.re is not _whiteRE:
93 elif match.re is _whiteRE:
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DttProgram.py194 _whiteRE = re.compile(r"\s*") variable
202 m = _whiteRE.match(data, pos)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DttProgram.py193 _whiteRE = re.compile(r"\s*") variable
201 m = _whiteRE.match(data, pos)