Home
last modified time | relevance | path

Searched refs:tagfind (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DHTMLParser.py29 tagfind = re.compile('([a-zA-Z][^\t\n\r\f />\x00]*)(?:\s|/(?!>))*') variable
292 match = tagfind.match(rawdata, i+1)
379 namematch = tagfind.match(rawdata, i+2)
Dxmllib.py46 tagfind = re.compile(_Name) variable
517 res = tagfind.match(rawdata, i+2)
678 res = tagfind.match(rawdata, i+2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DHTMLParser.py26 tagfind = re.compile('[a-zA-Z][-.a-zA-Z0-9:_]*') variable
237 match = tagfind.match(rawdata, i+1)
Dsgmllib.py38 tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*') variable
272 match = tagfind.match(rawdata, i+1)
Dxmllib.py46 tagfind = re.compile(_Name) variable
517 res = tagfind.match(rawdata, i+2)
678 res = tagfind.match(rawdata, i+2)