OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endtagfind
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py
51
endtagfind
= re.compile('</\s*([a-zA-Z][-.a-zA-Z0-9:_]*)\s*>')
variable
370
match =
endtagfind
.match(rawdata, i) # </ + tag + >
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py
51
endtagfind
= re.compile('</\s*([a-zA-Z][-.a-zA-Z0-9:_]*)\s*>')
variable
370
match =
endtagfind
.match(rawdata, i) # </ + tag + >
Completed in 1270 milliseconds