Home
last modified time | relevance | path

Searched refs:starttagopen (Results 1 – 25 of 79) sorted by relevance

1234

/dports/textproc/py-feedparser/feedparser-6.0.8/feedparser/
H A Dsgml.py65 starttagopen = sgmllib.starttagopen variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DHTMLParser.py23 starttagopen = re.compile('<[a-zA-Z]') variable
147 if starttagopen.match(rawdata, i): # < + letter
H A Dsgmllib.py33 starttagopen = re.compile('<[>a-zA-Z]') variable
133 if starttagopen.match(rawdata, i):
/dports/textproc/py-zpt/ZopePageTemplates/TAL/
H A DHTMLParser.py23 starttagopen = re.compile('<[a-zA-Z]') variable
156 if starttagopen.match(rawdata, i): # < + letter
/dports/databases/py-sqlite3/Python-3.8.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/databases/py-gdbm/Python-3.8.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python310/Python-3.10.1/Lib/html/
H A Dparser.py27 starttagopen = re.compile('<[a-zA-Z]') variable
169 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python37/Python-3.7.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python38/Python-3.8.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python311/Python-3.11.0a3/Lib/html/
H A Dparser.py27 starttagopen = re.compile('<[a-zA-Z]') variable
169 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python-tools/Python-3.8.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python39/Python-3.9.9/Lib/html/
H A Dparser.py27 starttagopen = re.compile('<[a-zA-Z]') variable
169 if starttagopen.match(rawdata, i): # < + letter
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A DHTMLParser.py22 starttagopen = re.compile('<[a-zA-Z]') variable
157 if starttagopen.match(rawdata, i): # < + letter
H A Dsgmllib.py33 starttagopen = re.compile('<[>a-zA-Z]') variable
133 if starttagopen.match(rawdata, i):
/dports/www/py-webunit/webunit-1.3.10/webunit/
H A DHTMLParser.py23 starttagopen = re.compile('<[a-zA-Z]') variable
171 if starttagopen.match(rawdata, i): # < + letter
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
170 if starttagopen.match(rawdata, i): # < + letter
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A DHTMLParser.py22 starttagopen = re.compile('<[a-zA-Z]') variable
160 if starttagopen.match(rawdata, i): # < + letter
H A Dsgmllib.py33 starttagopen = re.compile('<[>a-zA-Z]') variable
133 if starttagopen.match(rawdata, i):
/dports/lang/python27/Python-2.7.18/Lib/
H A DHTMLParser.py22 starttagopen = re.compile('<[a-zA-Z]') variable
160 if starttagopen.match(rawdata, i): # < + letter
H A Dsgmllib.py33 starttagopen = re.compile('<[>a-zA-Z]') variable
133 if starttagopen.match(rawdata, i):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/backports/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
193 if starttagopen.match(rawdata, i): # < + letter
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]')
193 if starttagopen.match(rawdata, i): # < + letter
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/backports/html/
H A Dparser.py28 starttagopen = re.compile('<[a-zA-Z]') variable
193 if starttagopen.match(rawdata, i): # < + letter
/dports/mail/py-milter/pymilter-pymilter-1.0.4/Milter/
H A Dsgmllib.py33 starttagopen = re.compile('<[>a-zA-Z]') variable
133 if starttagopen.match(rawdata, i):
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/searchengine/nova3/
H A Dsgmllib3.py27 starttagopen = re.compile('<[>a-zA-Z]') variable
127 if starttagopen.match(rawdata, i):

1234