OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tag_re
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py
554
_tag_re
= re.compile(r'<(/?)([:a-z0-9_\-]*)(.*?)>', re.S|re.I)
variable in class:TestResponse
560
for match in self.
_tag_re
.finditer(self.body):
707
_tag_re
= re.compile(r'<%s\s+(.*?)>(.*?)</%s>' % (tag, tag),
716
for match in
_tag_re
.finditer(self.body):
952
_tag_re
= re.compile(r'<(\/?)([:a-z0-9_\\-]*)([^>]*?)>', re.I)
variable in class:Form
[
all
...]
/external/chromium-trace/catapult/third_party/webtest/webtest/
forms.py
398
_tag_re
= re.compile(r'<(/?)([a-z0-9_\-]*)([^>]*?)>', re.I)
variable in class:Form
response.py
73
_tag_re
= re.compile(r'<(/?)([:a-z0-9_\-]*)(.*?)>', re.S | re.I)
variable in class:TestResponse
Completed in 240 milliseconds