/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 403 def notation_decl(self, name, base, sysid, pubid): argument 406 def external_entity_ref(self, context, base, sysid, pubid): argument
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 400 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument 403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument 406 def notation_decl(self, name, base, sysid, pubid): argument 409 def external_entity_ref(self, context, base, sysid, pubid): argument
|
/external/libxml2/ |
D | xmlwriter.c | 2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() 3050 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() 3081 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() 3116 const xmlChar * pubid, in xmlTextWriterWriteDTD() 3857 const xmlChar * pubid, in xmlTextWriterWriteDTDEntity() 3934 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntity() 3980 const xmlChar * pubid, in xmlTextWriterWriteDTDExternalEntityContents() 4113 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterWriteDTDNotation()
|
D | testapi.c | 44276 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local 44967 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local 45127 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local 45203 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntity() local 45268 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDExternalEntityContents() local 45380 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDNotation() local
|
/external/python/cpython2/Lib/ |
D | xmllib.py | 743 def handle_doctype(self, tag, pubid, syslit, data): argument 815 def handle_doctype(self, tag, pubid, syslit, data): argument
|
/external/u-boot/disk/ |
D | part_iso.h | 48 char pubid[128]; /* Publisher identifier */ member 86 char pubid[128]; /* Publisher identifier */ member
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 2582 def doctype(self, name, pubid, system): argument 2673 def doctype(self, name, pubid, system): argument 2689 def doctype(self, name, pubid, system): argument
|
/external/python/cpython3/Modules/clinic/ |
D | _elementtree.c.h | 708 PyObject *pubid; in _elementtree_XMLParser_doctype() local
|
/external/expat/xmlwf/ |
D | xmlwf.c | 690 const XML_Char *UNUSED_P(pubid), in metaStartDoctypeDecl()
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1639 def doctype(self, name, pubid, system): argument
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 1611 def doctype(self, name, pubid, system): argument
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 3182 const XML_Char *pubid, in expat_start_doctype_handler() 3677 PyObject *pubid, PyObject *system) in _elementtree_XMLParser_doctype_impl()
|
/external/expat/tests/ |
D | runtests.c | 229 const XML_Char *UNUSED_P(pubid), in dummy_start_doctype_handler() 369 const XML_Char *UNUSED_P(pubid), in dummy_start_doctype_decl_handler()
|