Home
last modified time | relevance | path

Searched defs:public_id (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/coders/
Dmsl.c307 const xmlChar *public_id,const xmlChar *system_id) in MSLResolveEntity()
360 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in MSLEntityDeclaration()
449 const xmlChar *public_id,const xmlChar *system_id) in MSLNotationDeclaration()
476 const xmlChar *public_id,const xmlChar *system_id,const xmlChar *notation) in MSLUnparsedEntityDeclaration()
Dsvg.c801 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity()
854 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration()
1067 const xmlChar *public_id,const xmlChar *system_id) in SVGNotationDeclaration()
1431 const xmlChar *public_id,const xmlChar *system_id,const xmlChar *notation) in SVGUnparsedEntityDeclaration()
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py628 def resolve_entity(context, base, system_id, public_id): argument
656 def resolve_entity(context, base, system_id, public_id): argument
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py692 def resolve_entity(context, base, system_id, public_id): argument
720 def resolve_entity(context, base, system_id, public_id): argument
/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py210 def setPublicId(self, public_id): argument
/external/python/cpython3/Lib/xml/sax/
Dxmlreader.py212 def setPublicId(self, public_id): argument
/external/python/cpython3/Lib/
Dplistlib.py180 …ity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, notation_name): argument