Home
last modified time | relevance | path

Searched defs:publicId (Results 1 – 24 of 24) sorted by relevance

/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts198 publicId: token.publicId, constant
271 publicId: string | null; property
/third_party/parse5/test/utils/
Dserialize-to-dat-file-format.ts39 const publicId = treeAdapter.getDocumentTypeNodePublicId(node); constant
/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/skia/third_party/externals/expat/expat/xmlwf/
Dxmlfile.c153 const XML_Char *publicId) { in externalEntityRefFilemap()
231 const XML_Char *publicId) { in externalEntityRefStream()
Dxmlwf.c79 const XML_Char *publicId; member
447 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl()
712 const XML_Char *publicId) { in metaNotationDecl()
732 const XML_Char *systemId, const XML_Char *publicId, in metaEntityDecl()
/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
291 def _set_publicId(self, publicId): argument
Dminidom.py1296 def _identified_mixin_init(self, publicId, systemId): argument
1310 publicId = 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()
252 const XML_Char *publicId) { in dummy_notation_decl_handler()
359 const XML_Char *publicId, in dummy_unparsed_entity_decl_handler()
413 const XML_Char *publicId) { in external_entity_optioner()
450 const XML_Char *systemId, const XML_Char *publicId, in param_entity_match_handler()
1491 const XML_Char *publicId) { in external_entity_loader()
1580 const XML_Char *publicId) { in external_entity_faulter()
2776 const XML_Char *publicId) { in external_entity_null_loader()
3005 const XML_Char *publicId) { in external_entity_resetter()
3079 const XML_Char *publicId) { in external_entity_suspender()
[all …]
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts81 publicId: string; property
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts56 publicId: string | null; 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.cpp124 const XML_Char *publicId, in entity_decl_handler()
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp468 const XML_Char *publicId, in xml_entity_decl_handler()
DSkFontMgr_android_parser.cpp627 const XML_Char *publicId, in xml_entity_decl_handler()
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts363 const publicId = token.publicId || ''; constant
/third_party/python/Modules/
Dpyexpat.c189 const XML_Char *publicId) in error_external_entity_ref_handler()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c309 const XML_Char *publicId; member
6654 normalizePublicId(XML_Char *publicId) { in normalizePublicId()
/third_party/python/Modules/expat/
Dxmlparse.c298 const XML_Char *publicId; member
6369 normalizePublicId(XML_Char *publicId) { in normalizePublicId()
/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… function
/third_party/typescript/tests/lib/
Dlib.d.ts6757 publicId: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts4887 readonly publicId: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts4907 readonly publicId: string; property