/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/ |
D | doctype.js | 94 exports.isQuirks = function (name, publicId, systemId) { argument 101 if (publicId !== null) { 102 publicId = publicId.toLowerCase(); 104 if (QUIRKS_MODE_PUBLIC_IDS.indexOf(publicId) > -1) 113 if (publicId.indexOf(prefixes[i]) === 0) 121 exports.serializeContent = function (name, publicId, systemId) { argument 124 if (publicId !== null) 125 str += ' PUBLIC ' + enquoteDoctypeId(publicId);
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() argument 254 return m_entityResolver.resolveEntity(publicId, systemId); in resolveEntity() 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 282 m_dtdHandler.notationDecl(name, publicId, systemId); in notationDecl() 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName); in unparsedEntityDecl() 768 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 774 + publicId + ", " + systemId); in startDTD() 778 m_lexicalHandler.startDTD(name, publicId, systemId); in startDTD() 1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl() argument [all …]
|
D | TransformerIdentityImpl.java | 826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 830 m_resultDTDHandler.notationDecl(name, publicId, systemId); in notationDecl() 852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 857 m_resultDTDHandler.unparsedEntityDecl(name, publicId, systemId, in unparsedEntityDecl() 1219 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 1224 m_resultLexicalHandler.startDTD(name, publicId, systemId); in startDTD() 1417 public void externalEntityDecl (String name, String publicId, in externalEntityDecl() argument 1422 m_resultDeclHandler.externalEntityDecl(name, publicId, systemId); in externalEntityDecl()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/ |
D | default.js | 49 exports.setDocumentType = function (document, name, publicId, systemId) { argument 61 doctypeNode.publicId = publicId; 69 publicId: publicId, property 178 return doctypeNode.publicId;
|
D | htmlparser2.js | 123 exports.setDocumentType = function (document, name, publicId, systemId) { argument 124 var data = Doctype.serializeContent(name, publicId, systemId), 137 doctypeNode['x-publicId'] = publicId; 147 'x-publicId': publicId,
|
/external/libxml2/ |
D | testSAX.c | 364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 373 if (publicId != NULL) in resolveEntityDebug() 374 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug() 441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 445 if (publicId == NULL) in entityDeclDebug() 446 publicId = nullstr; in entityDeclDebug() 455 name, type, publicId, systemId, content); in entityDeclDebug() 514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 520 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument [all …]
|
D | testHTML.c | 178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 184 if (publicId != NULL) in resolveEntityDebug() 185 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug() 246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 249 name, type, publicId, systemId, content); in entityDeclDebug() 297 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 300 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 315 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument 319 (char *) name, (char *) publicId, (char *) systemId, in unparsedEntityDeclDebug()
|
D | legacy.c | 919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() argument 923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId)); in resolveEntity() 975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl() argument 979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content); in entityDecl() 1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl() argument 1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId); in notationDecl() 1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl() argument 1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId, in unparsedEntityDecl()
|
D | SAX2.c | 518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity() argument 535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId); in xmlSAX2ResolveEntity() 539 (const char *) publicId, ctxt); in xmlSAX2ResolveEntity() 664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl() argument 673 name, type, publicId, systemId, content); in xmlSAX2EntityDecl() 676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 848 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl() argument 858 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId); in xmlSAX2NotationDecl() 861 if ((publicId == NULL) && (systemId == NULL)) { in xmlSAX2NotationDecl() [all …]
|
/external/libxml2/include/libxml/ |
D | SAX.h | 64 const xmlChar *publicId, 71 const xmlChar *publicId, 90 const xmlChar *publicId, 95 const xmlChar *publicId,
|
D | SAX2.h | 62 const xmlChar *publicId, 69 const xmlChar *publicId, 88 const xmlChar *publicId, 93 const xmlChar *publicId,
|
D | parser.h | 351 const xmlChar *publicId, 415 const xmlChar *publicId, 429 const xmlChar *publicId, 475 const xmlChar *publicId,
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/ |
D | simple_api_parser_test.js | 23 doctype: function (name, publicId, systemId) { argument 26 if (publicId !== null) 27 actual += ' PUBLIC "' + publicId + '"';
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | NodeLocator.java | 48 public NodeLocator(String publicId, String systemId, in NodeLocator() argument 51 this.m_publicId = publicId; in NodeLocator()
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMSerializer.java | 196 String publicId = docType.getPublicId(); in writeDocumentType() local 201 if (publicId != null) { in writeDocumentType() 202 writer.append(" PUBLIC '").append(publicId).append("' "); in writeDocumentType()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/ |
D | test_utils.js | 176 publicId = treeAdapter.getDocumentTypeNodePublicId(node), 183 if (publicId !== null || systemId !== null) { 184 parts.push('"' + (publicId || '') + '"');
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementProcessor.java | 92 StylesheetHandler handler, String publicId, String systemId) in resolveEntity() argument 110 String publicId, String systemId) in notationDecl() argument 129 String publicId, String systemId, in unparsedEntityDecl() argument
|
D | StylesheetHandler.java | 307 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() argument 310 return getCurrentProcessor().resolveEntity(this, publicId, systemId); in resolveEntity() 330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 332 getCurrentProcessor().notationDecl(this, name, publicId, systemId); in notationDecl() 345 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl() argument 348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId, in unparsedEntityDecl()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test2.test | 15 {"description":"DOCTYPE with publicId", 35 {"description":"DOCTYPE with publicId and systemId", 39 {"description":"DOCTYPE with > in double-quoted publicId", 43 {"description":"DOCTYPE with > in single-quoted publicId",
|
/external/expat/lib/ |
D | expat.h | 337 const XML_Char *publicId, 358 const XML_Char *publicId, 370 const XML_Char *publicId); 437 const XML_Char *publicId);
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX.rpgle | 73 d publicId * value options(*string) const xmlChar * 80 d publicId * value options(*string) const xmlChar * 102 d publicId * value options(*string) const xmlChar * 109 d publicId * value options(*string) const xmlChar *
|
D | SAX2.rpgle | 79 d publicId * value options(*string) const xmlChar * 87 d publicId * value options(*string) const xmlChar * 112 d publicId * value options(*string) const xmlChar * 119 d publicId * value options(*string) const xmlChar *
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToUnknownStream.java | 748 String publicId, in externalEntityDecl() argument 756 m_handler.externalEntityDecl(name, publicId, systemId); in externalEntityDecl() 944 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 947 m_handler.startDTD(name, publicId, systemId); in startDTD()
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/serialization/ |
D | serializer.js | 175 publicId = this.treeAdapter.getDocumentTypeNodePublicId(node), 178 this.html += '<' + Doctype.serializeContent(name, publicId, systemId) + '>';
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 622 … public void notationDecl(String name, String publicId, String systemId) throws SAXException { 623 logln("notationDecl: " + name + ", " + publicId + ", " + systemId); 634 … public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) 636 … logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
|