OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:starttagopen
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py
22
starttagopen
= re.compile('<[a-zA-Z]')
variable
157
if
starttagopen
.match(rawdata, i): # < + letter
sgmllib.py
33
starttagopen
= re.compile('<[>a-zA-Z]')
variable
133
if
starttagopen
.match(rawdata, i):
xmllib.py
38
starttagopen
= re.compile('<' + _Name)
variable
274
if
starttagopen
.match(rawdata, i):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py
22
starttagopen
= re.compile('<[a-zA-Z]')
variable
157
if
starttagopen
.match(rawdata, i): # < + letter
sgmllib.py
33
starttagopen
= re.compile('<[>a-zA-Z]')
variable
133
if
starttagopen
.match(rawdata, i):
xmllib.py
38
starttagopen
= re.compile('<' + _Name)
variable
274
if
starttagopen
.match(rawdata, i):
[
all
...]
Completed in 1007 milliseconds