Home
last modified time | relevance | path

Searched refs:handle_doctype (Results 1 – 20 of 20) sorted by relevance

/dports/www/p5-HTML-Parser-Simple/HTML-Parser-Simple-2.02/lib/HTML/Parser/
H A DSimple.pm302 sub handle_doctype subroutine
477 $self -> handle_doctype(substr($html, 0, ($offset + 1) ) );
/dports/lang/python27/Python-2.7.18/Lib/
H A Dxmllib.py474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): member in XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in TestXMLParser
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dxmllib.py474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): member in XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in TestXMLParser
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dxmllib.py474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): member in XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in TestXMLParser
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dxmllib.py474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data): member in XMLParser
815 def handle_doctype(self, tag, pubid, syslit, data): member in TestXMLParser
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_elementtree.c3135 PyObject *handle_doctype; member
3598 if (self->handle_doctype) { in expat_start_doctype_handler()
3599 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3680 self->handle_doctype = NULL; in xmlparser_new()
3778 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3779 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3837 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3863 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_elementtree.c3075 PyObject *handle_doctype; member
3536 if (self->handle_doctype) { in expat_start_doctype_handler()
3537 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3618 self->handle_doctype = NULL; in xmlparser_new()
3716 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3717 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3775 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3801 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_elementtree.c3075 PyObject *handle_doctype; member
3536 if (self->handle_doctype) { in expat_start_doctype_handler()
3537 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3618 self->handle_doctype = NULL; in xmlparser_new()
3716 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3717 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3775 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3801 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_elementtree.c3135 PyObject *handle_doctype; member
3598 if (self->handle_doctype) { in expat_start_doctype_handler()
3599 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3680 self->handle_doctype = NULL; in xmlparser_new()
3778 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3779 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3837 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3863 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_elementtree.c3078 PyObject *handle_doctype; member
3539 if (self->handle_doctype) { in expat_start_doctype_handler()
3540 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3621 self->handle_doctype = NULL; in xmlparser_new()
3719 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3720 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3778 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3804 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_elementtree.c3135 PyObject *handle_doctype; member
3598 if (self->handle_doctype) { in expat_start_doctype_handler()
3599 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3680 self->handle_doctype = NULL; in xmlparser_new()
3778 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3779 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3837 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3863 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_elementtree.c3135 PyObject *handle_doctype; member
3598 if (self->handle_doctype) { in expat_start_doctype_handler()
3599 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3680 self->handle_doctype = NULL; in xmlparser_new()
3778 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3779 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3837 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3863 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_elementtree.c3135 PyObject *handle_doctype; member
3598 if (self->handle_doctype) { in expat_start_doctype_handler()
3599 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3680 self->handle_doctype = NULL; in xmlparser_new()
3778 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3779 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3837 Py_VISIT(self->handle_doctype); in xmlparser_gc_traverse()
3863 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_elementtree.c2803 PyObject *handle_doctype; member
3214 if (self->handle_doctype) { in expat_start_doctype_handler()
3215 res = PyObject_CallFunctionObjArgs(self->handle_doctype, in expat_start_doctype_handler()
3288 self->handle_doctype = NULL; in xmlparser_new()
3386 self->handle_doctype = PyObject_GetAttrString(target, "doctype"); in _elementtree_XMLParser___init___impl()
3387 if (ignore_attribute_error(self->handle_doctype)) { in _elementtree_XMLParser___init___impl()
3460 Py_CLEAR(self->handle_doctype); in xmlparser_gc_clear()
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dxmllib.rst113 .. method:: handle_doctype(tag, pubid, syslit, data)
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dxmllib.rst113 .. method:: handle_doctype(tag, pubid, syslit, data)
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DSGML.c835 static void handle_doctype(HTStream *me) in handle_doctype() function
3243 handle_doctype(me); in SGML_character()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DSGML.c847 static void handle_doctype(HTStream *me) in handle_doctype() function
3459 handle_doctype(me); in SGML_character()
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.py.tags3421 handle_doctype�128�self, tag, pubid, syslit, data�TestXMLParser
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.py.tags3421 handle_doctype�128�self, tag, pubid, syslit, data�TestXMLParser