/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/ |
doctype.js | 5 QUIRKS_MODE_SYSTEM_ID = 'http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd', 7 "+//silmaril//dtd html pro v0r11 19970101//en", 8 "-//advasoft ltd//dtd html 3.0 aswedit + extensions//en", 9 "-//as//dtd html 3.0 aswedit + extensions//en", 10 "-//ietf//dtd html 2.0 level 1//en", 11 "-//ietf//dtd html 2.0 level 2//en", 12 "-//ietf//dtd html 2.0 strict level 1//en", 13 "-//ietf//dtd html 2.0 strict level 2//en", 14 "-//ietf//dtd html 2.0 strict//en" [all...] |
/external/libxml2/python/tests/ |
dtdvalid.py | 8 dtd="""<!ELEMENT foo EMPTY>""" 12 dtd = libxml2.parseDTD(None, 'test.dtd') variable 15 ret = doc.validateDtd(ctxt, dtd) 17 print("error doing DTD validation") 21 dtd.freeDtd() 22 del dtd
|
tstmem.py | 12 dtd="""<!ELEMENT foo EMPTY>""" 16 dtd = libxml2.parseDTD(None, 'test.dtd') variable 20 ret = doc.validateDtd(ctxt, dtd) 22 print("error doing DTD validation") 26 dtd.freeDtd() 27 del dtd
|
validDTD.py | 21 dtd="""<!ELEMENT foo EMPTY>""" 28 dtd = libxml2.parseDTD(None, 'test.dtd') variable 35 ret = doc.validateDtd(ctxt, dtd) 37 print("error doing DTD validation") 43 ret = doc.validateDtd(ctxt, dtd) 48 dtd.freeDtd() 49 del dtd
|
serialize.py | 72 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 78 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 84 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 96 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
/external/jetty/src/java/org/eclipse/jetty/xml/ |
ConfigurationProcessorFactory.java | 23 ConfigurationProcessor getConfigurationProcessor(String dtd, String tag);
|
/external/testng/ |
update-beust.com | 17 ${RSYNC} -r src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc 20 #scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST} 21 #scp dtd/* ${U}@beust.com:w/dtd
|
/external/testng/ant/3rdparty/ |
DTDDoc.jar | |
/external/libxml2/ |
entities.c | 203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, 212 if (dtd == NULL) 214 if (dtd->doc != NULL) 215 dict = dtd->doc->dict; 221 if (dtd->entities == NULL) 222 dtd->entities = xmlHashCreateDict(0, dict); 223 table = dtd->entities; 227 if (dtd->pentities == NULL) 228 dtd->pentities = xmlHashCreateDict(0, dict); 229 table = dtd->pentities 305 xmlDtdPtr dtd; local 354 xmlDtdPtr dtd; local [all...] |
valid.c | 2 * valid.c : part of the code use to do the DTD handling and the validity 29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, 535 xmlGenericError(xmlGenericErrorContext, "?dtd? "); 6755 xmlDtdPtr dtd; local [all...] |
xmlsave.c | 32 "-//W3C//DTD XHTML 1.0 Strict//EN" 34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" 36 "-//W3C//DTD XHTML 1.0 Frameset//EN" 38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd" 40 "-//W3C//DTD XHTML 1.0 Transitional//EN" 42 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 50 * Try to find if the document correspond to an XHTML DTD 1104 xmlDtdPtr dtd; local 2359 xmlDtdPtr dtd; local [all...] |
/external/libxml2/doc/examples/ |
tree2.c | 30 xmlDtdPtr dtd = NULL; /* DTD pointer */ local 44 * Creates a DTD declaration. Isn't mandatory. 46 dtd = xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd");
|
/external/expat/lib/ |
xmlparse.c | 289 } DTD; 390 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms); 392 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms); 394 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms); 397 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms); 442 DTD *dtd); 530 DTD *m_dtd; 728 DTD *dtd 2251 DTD * const dtd = _dtd; local 2713 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 3790 DTD * const dtd = _dtd; local 4955 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 5106 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 5416 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 5447 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 5511 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 5580 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 6301 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 6353 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 6387 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local 6411 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local [all...] |
/external/bzip2/ |
xmlproc.sh | 23 echo '-v verify xml file conforms to dtd'; 75 dtd='--dtdvalid http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd' 76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-resolver.jar | |
/external/libxml2/include/libxml/ |
valid.h | 2 * Summary: The DTD validation 3 * Description: API for the DTD handling and the validity checking 93 unsigned int finishDtd; /* finished validating the Dtd ? */ 114 * There is one table per DTD. 122 * There is one table per DTD. 130 * There is one table per DTD. 155 xmlDtdPtr dtd, 211 xmlDtdPtr dtd, 243 xmlDtdPtr dtd, 346 xmlDtdPtr dtd); [all...] |
debugXML.h | 59 xmlDtdPtr dtd); 186 char *dtd,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t012lexerXML.g | 33 ( dtd=INTERNAL_DTD 34 {this.output("INTERNAL DTD: "+$dtd.text)}
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
serializer_test.js | 35 var html = '<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' + 47 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ' + 48 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' + 51 '<!DOCTYPE html PUBLIC \'-//W3C//"DTD" XHTML 1.0 Transitional//EN\' ' + 52 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' + 55 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ' + 56 '\'http://www.w3.org/TR/xhtml1/DTD/"xhtml1-transitional.dtd"\'>' [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 515 StringBuffer dtd = new StringBuffer();
local 517 dtd.append("<!DOCTYPE ");
518 dtd.append(docTypeName);
520 dtd.append(" PUBLIC \"");
521 dtd.append(publicId);
522 dtd.append('\"');
527 dtd.append(" SYSTEM \"");
529 dtd.append(" \"");
531 dtd.append(systemId);
532 dtd.append('\"'); [all...] |
/external/libxml2/doc/ |
buildDocBookCatalog | 86 s="//OASIS//DTD DocBook XML V${VERSION}//EN" 87 found=`find $1 -name docbookx.dtd -exec grep -l "$s" {} \;` 88 for dtd in $found; do 89 docbookdir=`dirname $dtd` 90 echo Found DocBook XML $VERSION DTD in $docbookdir 95 dtd421=$dtd 196 # find the prefix for DocBook DTD 218 "-//OASIS//DTD DocBook XML V${VERSION}//EN" \ 219 "file://$docbookdir/docbookx.dtd" $CATALOG 233 "-//OASIS//DTD XML Exchange Table Model 19990315//EN" [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebDescriptor.java | 72 URL dtd22=Loader.getResource(Servlet.class,"javax/servlet/resources/web-app_2_2.dtd",true); 73 URL dtd23=Loader.getResource(Servlet.class,"javax/servlet/resources/web-app_2_3.dtd",true); 80 URL schemadtd=Loader.getResource(Servlet.class,"javax/servlet/resources/XMLSchema.dtd",true); 84 URL datatypesdtd=Loader.getResource(Servlet.class,"javax/servlet/resources/datatypes.dtd",true); 105 redirect(xmlParser,"web-app_2_2.dtd",dtd22); 106 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN",dtd22); 107 redirect(xmlParser,"web.dtd",dtd23); 108 redirect(xmlParser,"web-app_2_3.dtd",dtd23); 109 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN",dtd23); 110 redirect(xmlParser,"XMLSchema.dtd",schemadtd) 178 String dtd = _parser.getDTD(); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/ |
decentxml-1.3.jar | |
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/ |
decentxml-1.3.jar | |
/external/wpa_supplicant_8/src/utils/ |
xml_libxml2.c | 121 xmlDtdPtr dtd; local 140 dtd = xmlParseDTD(NULL, (const xmlChar *) dtd_fname); 141 if (dtd == NULL) { 150 ret = xmlValidateDtd(&vctx, doc, dtd); 152 xmlFreeDtd(dtd);
|