Home
last modified time | relevance | path

Searched refs:entitydefs (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/python27/Python-2.7.18/Lib/
H A Dhtmlentitydefs.py264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dhtmlentitydefs.py264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dhtmlentitydefs.py264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dhtmlentitydefs.py264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dmlpatch.py29 from html.entities import entitydefs
33 from htmlentitydefs import entitydefs
43 self.entitydefs = entitydefs
44 self.entitydefs["nbsp"] = " "
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dmlpatch.py29 from html.entities import entitydefs
33 from htmlentitydefs import entitydefs
43 self.entitydefs = entitydefs
44 self.entitydefs["nbsp"] = " "
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dmlpatch.py29 from html.entities import entitydefs
33 from htmlentitydefs import entitydefs
43 self.entitydefs = entitydefs
44 self.entitydefs["nbsp"] = " "
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dmlpatch.py29 from html.entities import entitydefs
33 from htmlentitydefs import entitydefs
43 self.entitydefs = entitydefs
44 self.entitydefs["nbsp"] = " "
/dports/net/py-errbot/errbot-6.1.8/errbot/rendering/
H A Dxhtmlim.py2 from html.entities import entitydefs
7 e: entitydefs[e] for e in entitydefs if e not in ("amp", "quot", "apos", "gt", "lt")
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/utils/
H A Dweb.py49 from htmlentitydefs import entitydefs, name2codepoint
63 from html.entities import entitydefs, name2codepoint
220 entitydefs = entitydefs.copy() variable in HtmlToText
221 entitydefs['nbsp'] = ' '
222 entitydefs['apos'] = '\''
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/src/mwparserfromhell/parser/ctokenizer/
H A Dtokenizer.c33 char **entitydefs; variable
218 entitydefs = calloc(numdefs + 1, sizeof(char *)); in load_entities()
219 if (!entitydefs) { in load_entities()
227 entitydefs[i] = PyBytes_AsString(string); in load_entities()
228 if (!entitydefs[i]) { in load_entities()
/dports/databases/py-gdbm/Python-3.8.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python310/Python-3.10.1/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python37/Python-3.7.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python38/Python-3.8.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python-tools/Python-3.8.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python39/Python-3.9.9/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/lang/python311/Python-3.11.0a3/Lib/html/
H A Dentities.py2503 entitydefs = {} variable
2507 entitydefs[name] = chr(codepoint)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/backports/html/
H A Dentities.py2508 entitydefs = {} variable
2512 entitydefs[name] = chr(codepoint)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/html/
H A Dentities.py2508 entitydefs = {}
2512 entitydefs[name] = chr(codepoint)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/backports/html/
H A Dentities.py2508 entitydefs = {} variable
2512 entitydefs[name] = chr(codepoint)
/dports/devel/py-future/future-0.18.2/src/future/backports/html/
H A Dentities.py2508 entitydefs = {} variable
2512 entitydefs[name] = chr(codepoint)
/dports/databases/grass7/grass-7.8.6/tools/g.html2man/
H A Dghtml.py19 from html.entities import entitydefs
22 from htmlentitydefs import entitydefs
218 elif name in entitydefs:
219 self.handle_data(entitydefs[name])

123456