HomeSort by relevance Sort by last modified time
    Searched refs:dtd (Results 26 - 50 of 70) sorted by null

12 3

  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/chromium_org/third_party/libxml/src/
xmllint.c 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */
2397 xmlDtdPtr dtd; local
2710 xmlDtdPtr dtd; local
    [all...]
tree.c 151 * @dtd: A pointer to the DTD to search
154 * Do an entity lookup in the DTD entity hash table and
160 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
163 if((dtd != NULL) && (dtd->entities != NULL)) {
164 table = (xmlEntitiesTablePtr) dtd->entities;
172 * @dtd: A pointer to the DTD to search
175 * Do an entity lookup in the DTD pararmeter entity hash table an
    [all...]
HTMLparser.c 606 * DTD: 1 means that this element is valid only in the Loose DTD
607 * 2 means that this element is valid only in the Frameset DTD
609 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description
2206 xmlDtdPtr dtd; local
4569 xmlDtdPtr dtd; local
5872 xmlDtdPtr dtd; local
    [all...]
SAX2.c 218 * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
234 * http://www.sgmlsource.com/dtds/memo.dtd
340 xmlDtdPtr dtd; local
350 dtd = xmlGetIntSubset(ctxt->myDoc);
351 if (dtd != NULL) {
354 xmlUnlinkNode((xmlNodePtr) dtd);
355 xmlFreeDtd(dtd);
    [all...]
testapi.c 416 if (no == 4) return("test/valid/dtds/xhtml1-strict.dtd");
488 if (no == 4) return(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE));
547 return(xmlNewDtd(NULL, BAD_CAST "dtd", BAD_CAST"foo", BAD_CAST"bar"));
593 if (no == 2) return(xmlNewTextReaderFilename("test/valid/dtds/xhtml1-strict.dtd"));
7095 xmlDtdPtr dtd; \/* the DTD *\/ local
7991 char * dtd; \/* the DTD URI (optional) *\/ local
19138 xmlDtdPtr dtd; \/* the dtd *\/ local
24596 xmlDtdPtr dtd; \/* pointer to the DTD *\/ local
24684 xmlDtdPtr dtd; \/* pointer to the DTD *\/ local
25169 xmlDtdPtr dtd; \/* a pointer to the DtD to search *\/ local
25215 xmlDtdPtr dtd; \/* a pointer to the DtD to search *\/ local
25264 xmlDtdPtr dtd; \/* a pointer to the DtD to search *\/ local
25317 xmlDtdPtr dtd; \/* a pointer to the DtD to search *\/ local
26271 xmlDtdPtr dtd; \/* a dtd instance *\/ local
    [all...]
  /external/libxml2/
xmllint.c 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */
2401 xmlDtdPtr dtd; local
2724 xmlDtdPtr dtd; local
    [all...]
tree.c 151 * @dtd: A pointer to the DTD to search
154 * Do an entity lookup in the DTD entity hash table and
160 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
163 if((dtd != NULL) && (dtd->entities != NULL)) {
164 table = (xmlEntitiesTablePtr) dtd->entities;
172 * @dtd: A pointer to the DTD to search
175 * Do an entity lookup in the DTD pararmeter entity hash table an
    [all...]
HTMLparser.c 606 * DTD: 1 means that this element is valid only in the Loose DTD
607 * 2 means that this element is valid only in the Frameset DTD
609 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description
2206 xmlDtdPtr dtd; local
4574 xmlDtdPtr dtd; local
5877 xmlDtdPtr dtd; local
    [all...]
SAX2.c 218 * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
234 * http://www.sgmlsource.com/dtds/memo.dtd
340 xmlDtdPtr dtd; local
350 dtd = xmlGetIntSubset(ctxt->myDoc);
351 if (dtd != NULL) {
354 xmlUnlinkNode((xmlNodePtr) dtd);
355 xmlFreeDtd(dtd);
    [all...]
  /external/chromium_org/build/android/
lighttpd_server.py 192 ".dtd" => "text/xml",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 57 test_html = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
58 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLparser.h 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer_unittest.py 37 <!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
  /external/libxml2/include/libxml/
HTMLparser.h 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
13 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/chromium_org/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?)$';
licensecheck.pl 170 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?)$';
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 227 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 227 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 1005 milliseconds

12 3