Home
last modified time | relevance | path

Searched refs:entity_or_charref (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/dports/lang/python27/Python-2.7.18/Lib/
H A Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/dports/mail/py-milter/pymilter-pymilter-1.0.4/Milter/
H A Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/searchengine/nova3/
H A Dsgmllib3.py56 entity_or_charref = re.compile('&(?:' variable in SGMLParser
283 attrvalue = self.entity_or_charref.sub(
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/utils/
H A Dsgmllib.py64 entity_or_charref = re.compile('&(?:' variable in SGMLParser
302 attrvalue = self.entity_or_charref.sub(
/dports/devel/py-sgmllib3k/sgmllib3k-1.0.0/
H A Dsgmllib.py56 entity_or_charref = re.compile('&(?:' variable in SGMLParser
283 attrvalue = self.entity_or_charref.sub(
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_sgmllib.py70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in HTMLEntityCollector
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_sgmllib.py70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in HTMLEntityCollector
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_sgmllib.py70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in HTMLEntityCollector
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/clientform/
H A Dclientform.py857 entity_or_charref = re.compile( variable in _AbstractSgmllibParser