Searched defs:entities (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentType.h40 NamedNodeMap* entities() const { return m_entities.get(); } function in class:WebCore::DocumentType
/external/libvpx/examples/
H A Dgen_example_doxy.php58 // Decode XML entities. GeSHi doesn't anticipate that
66 // Un-encode ampersand entities
111 * encoded entities to ordinary characters, since a
121 $entities = array ('|&|' variable
129 $input = preg_replace($entities, $characters, $input);
/external/quake/quake/src/QW/client/
H A Dprotocol.h271 entity_state_t entities[MAX_PACKET_ENTITIES]; member in struct:__anon11993
H A Dgl_model.h413 char *entities; member in struct:model_s
H A Dmodel.h379 char *entities; member in struct:model_s
/external/quake/quake/src/WinQuake/
H A Dmodel.h362 char *entities; member in struct:model_s
H A Dgl_model.h410 char *entities; member in struct:model_s
/external/libxml2/include/libxml/
H A Dtree.h46 /* entities.h */
382 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd
385 void *pentities; /* Hash table for param entities if any */
1230 * 5 interfaces from DOM ElementTraversal, but different in entities
/external/quake/quake/src/QW/server/
H A Dserver.h84 // includes the entity baselines, the static entities, etc
112 packet_entities_t entities; member in struct:__anon12154
/external/tinyxml2/
H A Dtinyxml2.cpp71 static const Entity entities[NUM_ENTITIES] = variable
194 // - special entities in the entity table [in/out]
210 if ( strncmp( p+1, entities[i].pattern, entities[i].length ) == 0
211 && *(p+entities[i].length+1) == ';' )
214 *q = entities[i].value;
216 p += entities[i].length + 2;
1673 TIXMLASSERT( entities[i].value < ENTITY_RANGE );
1674 if ( entities[i].value < ENTITY_RANGE ) {
1675 entityFlag[ (int)entities[
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h169 @property(readonly, retain) DOMNamedNodeMap *entities; variable
/external/libxml2/
H A Dvalid.c2143 * Deallocate the memory used by an entities hash table.
2415 * Deallocate the memory used by an entities hash table.
3831 * Values of type ENTITIES must match a sequence of declared entities
4329 * @value: the attribute value (without entities processing)
4506 * @value: the attribute value (without entities processing)
5353 * An entities reference appeared at this level.
6743 * possible values matches one of the defined entities.
6754 xmlEntitiesTablePtr entities; local
6766 if ((dtd != NULL) && (dtd->entities != NULL)) {
6767 entities
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 293 milliseconds