/external/jetty/src/java/org/eclipse/jetty/xml/ |
XmlParser.java | 121 _parser.getXMLReader().setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", validating); 420 if (sid!=null && sid.endsWith(".dtd")) 430 String dtd = sid; local 431 if (dtd.lastIndexOf('/') >= 0) 432 dtd = dtd.substring(dtd.lastIndexOf('/') + 1); 435 LOG.debug("Can't exact match entity in redirect map, trying " + dtd); 436 entity = (URL) _redirectMap.get(dtd);
|
/external/llvm/utils/ |
clang-parse-diagnostics-file | 55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \ 56 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/external/libxml2/ |
debugXML.c | 447 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) 451 if (dtd == NULL) { 453 fprintf(ctxt->output, "DTD node is NULL\n"); 457 if (dtd->type != XML_DTD_NODE) { 459 "Node is not a DTD"); 463 if (dtd->name != NULL) 464 fprintf(ctxt->output, "DTD(%s)", (char *) dtd->name); 466 fprintf(ctxt->output, "DTD"); 467 if (dtd->ExternalID != NULL [all...] |
runsuite.c | 427 xmlChar *dtd; local 486 dtd = xmlGetProp(tmp, BAD_CAST "dtd"); 494 if (dtd != NULL) 495 xmlBufferAdd(buf, dtd, -1); 537 if (dtd != NULL) 538 xmlFree(dtd);
|
xmllint.c | 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */ 2422 xmlDtdPtr dtd; local 2745 xmlDtdPtr dtd; local [all...] |
tree.c | 154 * @dtd: A pointer to the DTD to search 157 * Do an entity lookup in the DTD entity hash table and 163 xmlGetEntityFromDtd(const xmlDtd *dtd, const xmlChar *name) { 166 if((dtd != NULL) && (dtd->entities != NULL)) { 167 table = (xmlEntitiesTablePtr) dtd->entities; 175 * @dtd: A pointer to the DTD to search 178 * Do an entity lookup in the DTD pararmeter entity hash table an [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
XMLFormatterTest.java | 142 String dtd = "<!DOCTYPE log SYSTEM \"logger.dtd\">"; 146 int dtdPos = result.indexOf(dtd);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
parse5.js | 6 QUIRKS_MODE_SYSTEM_ID = 'http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd', 8 "+//silmaril//dtd html pro v0r11 19970101//en", 9 "-//advasoft ltd//dtd html 3.0 aswedit + extensions//en", 10 "-//as//dtd html 3.0 aswedit + extensions//en", 11 "-//ietf//dtd html 2.0 level 1//en", 12 "-//ietf//dtd html 2.0 level 2//en", 13 "-//ietf//dtd html 2.0 strict level 1//en", 14 "-//ietf//dtd html 2.0 strict level 2//en", 15 "-//ietf//dtd html 2.0 strict//en" [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_htmlparser.py | 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ' 223 '"http://www.w3.org/TR/html4/strict.dtd"'), 224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ' 225 '"http://www.w3.org/TR/html4/loose.dtd"'), 226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ' 227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'), 228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" ' 229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') [all...] |
test_plistlib.py | 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \ 13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_htmlparser.py | 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ' 223 '"http://www.w3.org/TR/html4/strict.dtd"'), 224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ' 225 '"http://www.w3.org/TR/html4/loose.dtd"'), 226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ' 227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'), 228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" ' 229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') [all...] |
test_plistlib.py | 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \ 13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ' 223 '"http://www.w3.org/TR/html4/strict.dtd"'), 224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ' 225 '"http://www.w3.org/TR/html4/loose.dtd"'), 226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ' 227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'), 228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" ' 229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') [all...] |
test_plistlib.py | 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \ 13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" ' 223 '"http://www.w3.org/TR/html4/strict.dtd"'), 224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ' 225 '"http://www.w3.org/TR/html4/loose.dtd"'), 226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ' 227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'), 228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" ' 229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') [all...] |
test_plistlib.py | 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \ 13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/ |
jaxb-xjc-2.2.11.jar | |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 569 // Namespaces spec rather than by the DTD. 901 * DOM doesn't yet provide DTD-based information to distinguis 1286 DocumentType dtd = doc.getDoctype(); local 1317 DocumentType dtd = doc.getDoctype(); local [all...] |
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/ |
xercesImpl-2.9.1.jar | |
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/external/libxml2/include/libxml/ |
HTMLparser.h | 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
|
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/ |
xercesImpl-2.11.0.jar | |
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
licensecheck.pl.vanilla | 167 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
|
/external/libxml2/python/tests/ |
reader.py | 412 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 413 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
/prebuilts/go/darwin-x86/misc/ios/ |
go_darwin_arm_exec.go | 607 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 624 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 641 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|