Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmarkupbase.py11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match variable
382 m = _declname_match(rawdata, i)
/external/python/cpython3/Lib/
D_markupbase.py10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match variable
381 m = _declname_match(rawdata, i)
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py103 markupbase._declname_match = re.compile(r'[a-zA-Z][-_.:a-zA-Z0-9]*\s*').match