Home
last modified time | relevance | path

Searched defs:systemId (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlfile.c123 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId()
152 const XML_Char *base, const XML_Char *systemId, in externalEntityRefFilemap()
230 const XML_Char *base, const XML_Char *systemId, in externalEntityRefStream()
Dxmlwf.c78 const XML_Char *systemId; member
447 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl()
711 const XML_Char *base, const XML_Char *systemId, in metaNotationDecl()
732 const XML_Char *systemId, const XML_Char *publicId, in metaEntityDecl()
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts199 systemId: token.systemId, constant
273 systemId: string | null; property
/third_party/parse5/test/utils/
Dserialize-to-dat-file-format.ts37 const systemId = treeAdapter.getDocumentTypeNodeSystemId(node); constant
/third_party/parse5/packages/parse5/lib/common/
Ddoctype.ts105 const { systemId } = token; constant
Dtoken.ts57 systemId: string | null; property
/third_party/python/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): argument
217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
230 def resolveEntity(self, publicId, systemId): argument
Dsaxutils.py293 def notationDecl(self, name, publicId, systemId): argument
296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
301 def resolveEntity(self, publicId, systemId): argument
/third_party/libxml2/
DtestHTML.c178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
297 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
315 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
Dlegacy.c920 const xmlChar * systemId) in resolveEntity()
975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl()
1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl()
1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl()
DtestSAX.c364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
DSAX2.c519 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity()
635 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl()
820 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl()
871 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl()
Dxmllint.c999 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
1071 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
1144 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
1165 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
Druntest.c936 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
1013 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
1086 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
1107 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument
306 base, systemId, publicId, notationName): argument
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument
880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
Dxmlbuilder.py215 def resolveEntity(self, publicId, systemId): argument
296 def _set_systemId(self, systemId): argument
Dminidom.py1296 def _identified_mixin_init(self, publicId, systemId): argument
1311 systemId = None variable in DocumentType
1375 def __init__(self, name, publicId, systemId, notation): argument
1410 def __init__(self, name, publicId, systemId): argument
1476 def createDocumentType(self, qualifiedName, publicId, systemId): argument
1729 def _create_entity(self, name, publicId, systemId, notationName): argument
1734 def _create_notation(self, name, publicId, systemId): argument
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c235 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler()
251 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler()
358 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler()
412 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner()
450 const XML_Char *systemId, const XML_Char *publicId, in param_entity_match_handler()
1490 const XML_Char *base, const XML_Char *systemId, in external_entity_loader()
1579 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter()
2775 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader()
3004 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter()
3078 const XML_Char *base, const XML_Char *systemId, in external_entity_suspender()
[all …]
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts91 systemId: string; property
/third_party/python/Lib/test/
Dtest_sax.py952 def notationDecl(self, name, publicId, systemId): argument
955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument
963 def resolveEntity(self, publicId, systemId): argument
1019 def resolveEntity(self, publicId, systemId): argument
/third_party/skia/src/xml/
DSkXMLParser.cpp123 const XML_Char *systemId, in entity_decl_handler()
/third_party/flutter/skia/src/xml/
DSkXMLParser.cpp121 const XML_Char *systemId, in entity_decl_handler()
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp466 const XML_Char *systemId, in xml_entity_decl_handler()
/third_party/flutter/skia/src/ports/
DSkFontMgr_config_parser.cpp466 const XML_Char *systemId, in xml_entity_decl_handler()
DSkFontMgr_android_parser.cpp616 const XML_Char *systemId, in xml_entity_decl_handler()

12