| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| D | xmlfile.c | 123 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()
|
| D | xmlwf.c | 78 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/ |
| D | index.ts | 199 systemId: token.systemId, constant 273 systemId: string | null; property
|
| /third_party/parse5/test/utils/ |
| D | serialize-to-dat-file-format.ts | 40 const systemId = treeAdapter.getDocumentTypeNodeSystemId(node); constant
|
| /third_party/parse5/packages/parse5/lib/common/ |
| D | doctype.ts | 105 const { systemId } = token; constant
|
| D | token.ts | 57 systemId: string | null; property
|
| /third_party/python/Lib/xml/sax/ |
| D | handler.py | 214 def notationDecl(self, name, publicId, systemId): argument 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 230 def resolveEntity(self, publicId, systemId): argument
|
| D | saxutils.py | 293 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/ |
| D | expatbuilder.py | 240 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
|
| D | xmlbuilder.py | 215 def resolveEntity(self, publicId, systemId): argument 296 def _set_systemId(self, systemId): argument
|
| D | minidom.py | 1298 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/ |
| D | runtests.c | 235 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/ |
| D | default.ts | 83 systemId: string; property
|
| /third_party/python/Lib/test/ |
| D | test_sax.py | 952 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/ |
| D | SkXMLParser.cpp | 123 const XML_Char *systemId, in entity_decl_handler()
|
| /third_party/skia/src/ports/ |
| D | SkFontMgr_config_parser.cpp | 467 const XML_Char *systemId, in xml_entity_decl_handler()
|
| D | SkFontMgr_android_parser.cpp | 626 const XML_Char *systemId, in xml_entity_decl_handler()
|
| /third_party/parse5/packages/parse5/lib/parser/ |
| D | index.ts | 364 const systemId = token.systemId || ''; constant
|
| /third_party/python/Modules/ |
| D | pyexpat.c | 188 const XML_Char *systemId, in error_external_entity_ref_handler()
|
| /third_party/python/Modules/expat/ |
| D | xmlparse.c | 300 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/ |
| D | xmlparse.c | 307 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/ |
| D | asciidoctor-chunker.js | 4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… variable
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 6758 systemId: string; property
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 4908 readonly systemId: string; property
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 4888 readonly systemId: string; property
|