Home
last modified time | relevance | path

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

/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.ts40 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/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.py1298 def _identified_mixin_init(self, publicId, systemId): argument
1313 systemId = None variable in DocumentType
1377 def __init__(self, name, publicId, systemId, notation): argument
1412 def __init__(self, name, publicId, systemId): argument
1478 def createDocumentType(self, qualifiedName, publicId, systemId): argument
1731 def _create_entity(self, name, publicId, systemId, notationName): argument
1736 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.ts83 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/skia/src/ports/
DSkFontMgr_config_parser.cpp467 const XML_Char *systemId, in xml_entity_decl_handler()
DSkFontMgr_android_parser.cpp626 const XML_Char *systemId, in xml_entity_decl_handler()
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts364 const systemId = token.systemId || ''; constant
/third_party/python/Modules/
Dpyexpat.c188 const XML_Char *systemId, in error_external_entity_ref_handler()
/third_party/python/Modules/expat/
Dxmlparse.c300 const XML_Char *systemId; member
5240 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c307 const XML_Char *systemId; member
5200 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… variable
/third_party/typescript/tests/lib/
Dlib.d.ts6758 systemId: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts4908 readonly systemId: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts4888 readonly systemId: string; property