Searched refs:dtds (Results 1 – 19 of 19) sorted by relevance
/external/libxml2/result/valid/ |
D | 766956.xml.err | 1 test/valid/dtds/766956.dtd:2: parser error : PEReference: expecting ';' 4 test/valid/dtds/766956.dtd:2: parser error : Content error in the external subset
|
D | 766956.xml.err.rdr | 1 test/valid/dtds/766956.dtd:2: parser error : PEReference: expecting ';' 4 test/valid/dtds/766956.dtd:2: parser error : Content error in the external subset
|
/external/libxml2/result/ |
D | eve.xml.sax | 3 SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd) 6 SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
|
D | dtd1.sax | 3 SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) 4 SAX.externalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
|
D | eve.xml.sax2 | 3 SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd) 6 SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
|
D | dtd1.sax2 | 3 SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) 4 SAX.externalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
|
/external/libxml2/result/VC/ |
D | OneID3.rdr | 1 test/VC/dtds/doc.dtd:2: validity error : Element doc has too may ID attributes defined : val 4 test/VC/dtds/doc.dtd:2: validity error : Element doc has 2 ID attribute defined in the external sub…
|
D | OneID3 | 1 test/VC/dtds/doc.dtd:2: validity error : Element doc has too may ID attributes defined : val 4 test/VC/dtds/doc.dtd:2: validity error : Element doc has 2 ID attribute defined in the external sub…
|
D | UniqueElementTypeDeclaration | 1 test/VC/dtds/a.dtd:1: validity error : Redefinition of element a
|
D | UniqueElementTypeDeclaration.rdr | 1 test/VC/dtds/a.dtd:1: validity error : Redefinition of element a
|
/external/libxml2/result/noent/ |
D | eve.xml.sax2 | 3 SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd) 6 SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
|
D | dtd1.sax2 | 3 SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) 4 SAX.externalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
|
/external/python/cpython2/Lib/test/ |
D | test_htmlparser.py | 225 dtds = ['HTML', # HTML5 doctype 243 for dtd in dtds:
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | AttributeValueValidity.java | 213 Set<DtdType> dtds = item.getDtds(); 214 if (dtds == null) { 215 dtds = ALL_DTDs; 217 for (DtdType dtdType : dtds) {
|
D | SupplementalDataInfo.java | 4229 final Set<DtdType> dtds; 4255 …public AttributeValidityInfo(String dtds, String type, String attributes, String elements, String … 4256 if (dtds == null) { 4257 this.dtds = Collections.singleton(DtdType.ldml); 4260 for (String s : WHITESPACE_SPLTTER.split(dtds)) { 4263 this.dtds = Collections.unmodifiableSet(temp); 4277 return dtds; 4297 dtds, other.dtds, 4305 return Objects.hash(type, dtds, elements, attributes, order);
|
/external/python/cpython3/Lib/test/ |
D | test_htmlparser.py | 223 dtds = ['HTML', # HTML5 doctype 241 for dtd in dtds:
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckAttributeValues.java | 305 Set<DtdType> dtds = item.getDtds(); in getMetadata() local 307 if (!dtds.contains(DtdType.ldml)) { in getMetadata()
|
/external/igt-gpu-tools/tools/ |
D | intel_vbt_defs.h | 606 struct lvds_dvo_timing dtds[4]; member
|
/external/libxml2/ |
D | ChangeLog | 741 * test/valid/dtds/external.ent test/valid/dtds/external2.ent 812 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent 3281 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd 8351 test/valid/dtds/127772.dtd: added the example in the regression tests 11049 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*: 15183 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd 15184 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*: 18622 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS) 18837 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
|