Home
last modified time | relevance | path

Searched refs:pubid (Results 1 – 25 of 27) sorted by relevance

12

/external/libxml2/include/libxml/
Dxmlwriter.h304 const xmlChar * pubid,
314 const xmlChar * pubid,
321 const xmlChar * pubid,
328 const xmlChar * pubid,
433 const xmlChar * pubid,
439 const xmlChar * pubid,
447 pubid,
461 const xmlChar * pubid,
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py397 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument
398 self._lex_handler_prop.startDTD(name, pubid, sysid)
400 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument
401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
403 def notation_decl(self, name, base, sysid, pubid): argument
404 self._dtd_handler.notationDecl(name, pubid, sysid)
406 def external_entity_ref(self, context, base, sysid, pubid): argument
410 source = self._ent_handler.resolveEntity(pubid, sysid)
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py400 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument
401 self._lex_handler_prop.startDTD(name, pubid, sysid)
403 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument
404 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
406 def notation_decl(self, name, base, sysid, pubid): argument
407 self._dtd_handler.notationDecl(name, pubid, sysid)
409 def external_entity_ref(self, context, base, sysid, pubid): argument
413 source = self._ent_handler.resolveEntity(pubid, sysid)
/external/libxml2/
Dxmlwriter.c2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument
2877 if (pubid != 0) { in xmlTextWriterStartDTD()
2903 xmlOutputBufferWriteString(writer->out, (const char *) pubid); in xmlTextWriterStartDTD()
2915 if (pubid == 0) { in xmlTextWriterStartDTD()
3050 const xmlChar * pubid, in xmlTextWriterWriteFormatDTD() argument
3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD()
3081 const xmlChar * pubid, in xmlTextWriterWriteVFormatDTD() argument
3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD()
3116 const xmlChar * pubid, in xmlTextWriterWriteDTD() argument
3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD()
[all …]
Dtestapi.c44276 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterStartDTD() local
44288 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterStartDTD()
44291 …ret_val = xmlTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterStartDTD()
44296 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterStartDTD()
44967 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTD() local
44982 pubid = gen_const_xmlChar_ptr(n_pubid, 2); in test_xmlTextWriterWriteDTD()
44986 …ret_val = xmlTextWriterWriteDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlC… in test_xmlTextWriterWriteDTD()
44991 des_const_xmlChar_ptr(n_pubid, (const xmlChar *)pubid, 2); in test_xmlTextWriterWriteDTD()
45127 xmlChar * pubid; /* the public identifier, which is an alternative to the system identifier */ in test_xmlTextWriterWriteDTDEntity() local
45147 pubid = gen_const_xmlChar_ptr(n_pubid, 3); in test_xmlTextWriterWriteDTDEntity()
[all …]
/external/u-boot/disk/
Dpart_iso.h48 char pubid[128]; /* Publisher identifier */ member
86 char pubid[128]; /* Publisher identifier */ member
/external/python/cpython2/Lib/
Dxmllib.py450 pubid, syslit = res.group('pubid', 'syslit')
451 if pubid is not None:
452 pubid = pubid[1:-1] # remove quotes
453 pubid = ' '.join(pubid.split()) # normalize
474 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): argument
815 def handle_doctype(self, tag, pubid, syslit, data): argument
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1616 name, type, pubid, system = self._doctype
1619 pubid = None
1622 if pubid:
1623 pubid = pubid[1:-1]
1625 self.target.doctype(name, pubid, system[1:-1])
1628 self._XMLParser__doctype(name, pubid, system[1:-1])
1629 self.doctype(name, pubid, system[1:-1])
1639 def doctype(self, name, pubid, system): argument
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1595 name, type, pubid, system = self._doctype
1596 if pubid:
1597 pubid = pubid[1:-1]
1600 pubid = None
1604 self.target.doctype(name, pubid, system[1:-1])
1607 self._XMLParser__doctype(name, pubid, system[1:-1])
1608 self.doctype(name, pubid, system[1:-1])
1611 def doctype(self, name, pubid, system): argument
/external/python/cpython3/Modules/clinic/
D_elementtree.c.h701 PyObject *pubid, PyObject *system);
708 PyObject *pubid; in _elementtree_XMLParser_doctype() local
713 &name, &pubid, &system)) { in _elementtree_XMLParser_doctype()
716 return_value = _elementtree_XMLParser_doctype_impl(self, name, pubid, system); in _elementtree_XMLParser_doctype()
/external/libxml2/os400/libxmlrpg/
Dxmlwriter.rpgle513 d pubid * value options(*string) const xmlChar *
529 d pubid * value options(*string) const xmlChar *
547 d pubid * value options(*string) const xmlChar *
557 d pubid * value options(*string) const xmlChar *
570 d pubid * value options(*string) const xmlChar *
736 d pubid * value options(*string) const xmlChar *
745 d pubid * value options(*string) const xmlChar *
756 d pubid * value options(*string) const xmlChar *
769 d pubid * value options(*string) const xmlChar *
/external/python/cpython2/Modules/expat/
Dexpat.h331 const XML_Char *pubid,
/external/expat/lib/
Dexpat.h331 const XML_Char *pubid,
/external/python/cpython3/Modules/expat/
Dexpat.h331 const XML_Char *pubid,
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py2582 def doctype(self, name, pubid, system): argument
2583 self._doctype = (name, pubid, system)
2673 def doctype(self, name, pubid, system): argument
2675 _doctype = (name, pubid, system)
2689 def doctype(self, name, pubid, system): argument
2691 _doctype2 = (name, pubid, system)
Dtest_pyexpat.py120 name, base, sysid, pubid = args
/external/python/cpython3/Modules/
D_elementtree.c2820 PyObject *pubid, PyObject *system);
3182 const XML_Char *pubid, in expat_start_doctype_handler() argument
3208 if (pubid) { in expat_start_doctype_handler()
3209 pubid_obj = makeuniversal(self, pubid); in expat_start_doctype_handler()
3677 PyObject *pubid, PyObject *system) in _elementtree_XMLParser_doctype_impl() argument
Dpyexpat.c676 const XML_Char *sysid, const XML_Char *pubid,
679 string_intern(self, sysid), string_intern(self, pubid),
/external/python/cpython2/Doc/library/
Dxml.etree.elementtree.rst951 .. method:: doctype(name, pubid, system)
953 Handles a doctype declaration. *name* is the doctype name. *pubid* is
981 .. method:: doctype(name, pubid, system)
Dxmllib.rst113 .. method:: handle_doctype(tag, pubid, syslit, data)
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py114 name, base, sysid, pubid = args
/external/python/cpython2/Modules/
Dpyexpat.c863 const XML_Char *sysid, const XML_Char *pubid,
866 string_intern(self, sysid), string_intern(self, pubid),
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst1040 .. method:: doctype(name, pubid, system)
1042 Handles a doctype declaration. *name* is the doctype name. *pubid* is
1077 .. method:: doctype(name, pubid, system)
/external/expat/xmlwf/
Dxmlwf.c690 const XML_Char *UNUSED_P(pubid), in metaStartDoctypeDecl() argument
/external/expat/
DChanges594 sysid, pubid, has_internal_subset

12