/external/libxml2/result/HTML/ |
D | entities.html.err | 1 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: no name 7 ./test/HTML/entities.html:3: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/entities.html:4: HTML parser error : htmlParseEntityRef: no name
|
/external/libxml2/win32/wince/ |
D | libxml2.vcp | 259 "..\..\include\libxml\entities.h"\ 294 "..\..\include\libxml\entities.h"\ 327 "..\..\include\libxml\entities.h"\ 373 "..\..\include\libxml\entities.h"\ 406 "..\..\include\libxml\entities.h"\ 446 "..\..\include\libxml\entities.h"\ 481 "..\..\include\libxml\entities.h"\ 514 "..\..\include\libxml\entities.h"\ 560 "..\..\include\libxml\entities.h"\ 594 "..\..\include\libxml\entities.h"\ [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction_options/ |
D | decode_html_entities.dat | 3 #disable-html-entities-decoding 14 #disable-html-entities-decoding
|
/external/clang/test/SemaObjC/ |
D | invalid-typename.m | 9 entities:(bycopy NSArray /* ISDEntity */ *)entities
|
/external/clang/docs/ |
D | SanitizerSpecialCaseList.rst | 12 sanitizer tools for certain source-level entities by providing a special 20 certain source-level entities to: 27 To achieve this, user may create a file listing the entities they want to 55 expression, specifying the names of the entities, optionally followed by
|
/external/libxml2/ |
D | TODO | 29 - Better checking of external parsed entities TAG 1234 49 because of these string functions: entities.o, global.o, hash.o, tree.o, 98 - Add a DTD cache prefilled with xhtml DTDs and entities and a program to 143 Attributes are no problems since entities are accepted. 172 - extend validity checks to go through entities content instead of 180 - correct checking of '&' '%' on entities content. 181 - checking of PE/Nesting on entities declaration 190 - Allow parsed entities defined in the internal subset to override 213 - External entities loading: 215 - make sure it is alled for all external entities referenced [all …]
|
D | entities.c | 221 if (dtd->entities == NULL) in xmlAddEntity() 222 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity() 223 table = dtd->entities; in xmlAddEntity() 486 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlGetDtdEntity() 487 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDtdEntity() 510 if ((doc->intSubset != NULL) && (doc->intSubset->entities != NULL)) { in xmlGetDocEntity() 511 table = (xmlEntitiesTablePtr) doc->intSubset->entities; in xmlGetDocEntity() 518 (doc->extSubset->entities != NULL)) { in xmlGetDocEntity() 519 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDocEntity()
|
D | runxmlconf.c | 298 xmlChar *entities = NULL; in xmlconfTestItem() local 341 entities = xmlGetProp(cur, BAD_CAST "ENTITIES"); in xmlconfTestItem() 342 if (!xmlStrEqual(entities, BAD_CAST "none")) { in xmlconfTestItem() 421 if (entities != NULL) in xmlconfTestItem() 422 xmlFree(entities); in xmlconfTestItem()
|
D | autogen.sh | 39 test -f entities.c || {
|
D | Makefile.win | 17 SHARED_OBJS = entities.obj parser.obj tree.obj SAX.obj
|
D | NEWS | 16 CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard) 108 Fix incorrect spelling entites->entities (Jan Pokorný), 228 Detect excessive entities expansion upon replacement (Daniel Veillard), 256 Cache presence of '<' in entities content (Daniel Veillard), 257 Avoid extra processing on entities (Daniel Veillard), 313 Fix potential crash on entities errors (Daniel Veillard), 330 Do not fetch external parsed entities (Daniel Veillard), 332 Fix entities local buffers size problems (Daniel Veillard), 471 Try to fix a problem with entities in SAX mode (Daniel Veillard), 480 Fix an allocation error when copying entities (Daniel Veillard), [all …]
|
D | Android.mk | 38 common_SRC_FILES := SAX.c entities.c encoding.c error.c \
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | CharInfo.java | 179 ResourceBundle entities = null; in CharInfo() local 194 entities = PropertyResourceBundle.getBundle(entitiesResource); in CharInfo() 198 if (entities != null) { in CharInfo() 199 Enumeration keys = entities.getKeys(); in CharInfo() 202 String value = entities.getString(name); in CharInfo()
|
/external/expat/doc/ |
D | xmlwf.sgml | 135 external entities (see the <option>-x</option> option). 237 entities. 241 entities. <option>-p</option> tells it to always parse them. 275 references to parameter entities. 323 Turns on parsing external entities. 327 entities, or even expand entities at all. 328 Expat always expands internal entities (?), 332 External entities are simply entities that obtain their 342 And here are some examples of external entities:
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 71 static const Entity entities[NUM_ENTITIES] = variable 210 if ( strncmp( p+1, entities[i].pattern, entities[i].length ) == 0 in GetStr() 211 && *(p+entities[i].length+1) == ';' ) in GetStr() 214 *q = entities[i].value; in GetStr() 216 p += entities[i].length + 2; in GetStr() 1673 TIXMLASSERT( entities[i].value < ENTITY_RANGE ); in XMLPrinter() 1674 if ( entities[i].value < ENTITY_RANGE ) { in XMLPrinter() 1675 entityFlag[ (int)entities[i].value ] = true; in XMLPrinter() 1748 if ( entities[i].value == *q ) { in PrintString() 1749 Print( "&%s;", entities[i].pattern ); in PrintString()
|
/external/libxml2/result/ |
D | ent3.rdr | 4 Test of entities in attributes.
|
D | ent3.rde | 4 Test of entities in attributes.
|
D | ent3.sax | 10 Test of entities in attribu, 35)
|
D | ent3.sax2 | 10 Test of entities in attribu, 35)
|
/external/libxml2/os400/libxmlrpg/ |
D | entities.rpgle | 1 * Summary: interface for the XML entities handling 56 * All entities are stored in an hash table. 57 * There is 2 separate hash tables for global and parameter entities.
|
/external/libxml2/doc/ |
D | buildDocBookCatalog | 276 echo could not locate iso-amsb.ent of ISO DocBook entities 290 echo could not locate ISO DocBook entities 294 echo Found ISO DocBook entities in $isodir
|
/external/libxml2/include/libxml/ |
D | Makefile.am | 7 entities.h \
|
/external/valgrind/docs/internals/ |
D | module-structure.txt | 15 entities in a scheme where all top-level entities are modules.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/ |
D | models.py | 107 entities = [cls(key=key) for key in keys] 109 created = [model.transaction(lambda: func(e)) for e in entities]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | escapeFlag.test | 21 {"description":"Commented entities in RCDATA",
|