/external/python/cpython3/Lib/xml/sax/ |
D | xmlreader.py | 212 def setPublicId(self, public_id): argument 214 self.__public_id = public_id
|
/external/python/cpython2/Lib/xml/sax/ |
D | xmlreader.py | 210 def setPublicId(self, public_id): argument 212 self.__public_id = public_id
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 628 def resolve_entity(context, base, system_id, public_id): argument 629 handler_call_args.append((public_id, system_id)) 656 def resolve_entity(context, base, system_id, public_id): argument 657 handler_call_args.append((public_id, system_id))
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 691 def resolve_entity(context, base, system_id, public_id): argument 692 handler_call_args.append((public_id, system_id)) 719 def resolve_entity(context, base, system_id, public_id): argument 720 handler_call_args.append((public_id, system_id))
|
/external/ImageMagick/coders/ |
D | svg.c | 509 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity() argument 525 (public_id != (const xmlChar *) NULL ? (const char *) public_id : "none"), in SVGResolveEntity() 529 public_id,svg_info->parser); in SVGResolveEntity() 562 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration() argument 572 public_id != (xmlChar *) NULL ? (const char *) public_id : "none", in SVGEntityDeclaration() 576 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration() 580 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration() 775 const xmlChar *public_id,const xmlChar *system_id) in SVGNotationDeclaration() argument 788 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none", in SVGNotationDeclaration() 794 name,public_id,system_id); in SVGNotationDeclaration() [all …]
|
D | msl.c | 307 const xmlChar *public_id,const xmlChar *system_id) in MSLResolveEntity() argument 323 (public_id != (const xmlChar *) NULL ? (const char *) public_id : "none"), in MSLResolveEntity() 327 public_id,msl_info->parser); in MSLResolveEntity() 360 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in MSLEntityDeclaration() argument 370 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none", in MSLEntityDeclaration() 375 (void) xmlAddDocEntity(msl_info->document,name,type,public_id,system_id, in MSLEntityDeclaration() 379 (void) xmlAddDtdEntity(msl_info->document,name,type,public_id,system_id, in MSLEntityDeclaration() 449 const xmlChar *public_id,const xmlChar *system_id) in MSLNotationDeclaration() argument 462 public_id != (const xmlChar *) NULL ? (const char *) public_id : "none", in MSLNotationDeclaration() 468 name,public_id,system_id); in MSLNotationDeclaration() [all …]
|