HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 101 - 125 of 1353) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 42 * Base class for wrapping entities.
44 * calls to it. Implementations of wrapping entities can derive
  /external/valgrind/main/docs/internals/
module-structure.txt 15 entities in a scheme where all top-level entities are modules.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode25.js 121 entitiesMap1 = docType1.entities;
123 entitiesMap2 = docType2.entities;
  /external/libsepol/include/sepol/policydb/
flask.h 62 * Security identifier indices for initial entities
  /external/quake/quake/src/QW/client/
cl_ents.c 325 { // copy all the rest of the entities from the old packet
326 //Con_Printf ("copy %i\n", oldp->entities[oldindex].number);
329 newp->entities[newindex] = oldp->entities[oldindex];
336 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number;
348 // copy one of the old entities over to the new packet unchanged
351 newp->entities[newindex] = oldp->entities[oldindex];
354 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number;
373 CL_ParseDelta (&cl_baselines[newnum], &newp->entities[newindex], word);
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentType.h 40 NamedNodeMap* entities() const { return m_entities.get(); } function in class:WebCore::DocumentType
  /libcore/dom/src/test/resources/
xhtml1-strict.dtd 20 parameter entities. When that non-conformance is resolved,
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 158 * Test that the external-general-entities feature can be disabled.
166 testDisableExternalEntities("http://xml.org/sax/features/external-general-entities", xml);
170 * Test that the external-parameter-entities feature can be disabled.
179 testDisableExternalEntities("http://xml.org/sax/features/external-parameter-entities", xml);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapRemoveNamedItemNS.java 165 // NamedNodeMap entities;
172 // entities = docType.getEntities();
173 // assertNotNull("entitiesNotNull", entities);
178 // entities.removeNamedItemNS(nullNS, "ent1");
  /external/valgrind/main/docs/xml/
manual-intro.xml 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
  /external/libxml2/
legacy.c 17 #include <libxml/entities.h>
42 * Substitute the HTML entities by their value
69 * Set up the predefined entities.
80 * Cleanup up the predefined entities table.
93 "fetch external entities",
94 "substitute entities",
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
301 } else if (!strcmp(name, "fetch external entities")) {
303 } else if (!strcmp(name, "substitute entities")) {
    [all...]
Android.mk 8 entities.c \
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
82 $convert_quot = 0; # should we translate &quot; entities into normal quotes?
97 # w : convert &quot; entities to " for Dreamweaver users
407 # Returns: The string, with "educated" curly quote HTML entities.
441 &[mn]dash; | # named dash entities
442 $dec_dashes | # or decimal entities
469 &[mn]dash; | # named dash entities
470 $dec_dashes | # or decimal entities
496 # translated into HTML curly quote entities.
512 # translated into HTML curly quote entities
    [all...]
  /external/expat/lib/
expat.h 315 For internal entities (<!ENTITY foo "bar">), value will
319 values, do not use this argument to test for internal entities.
321 For external entities, value will be NULL and systemId will be
444 Note: skipped parameter entities in declarations and skipped general
445 entities in attribute values cannot be reported, because
571 internal entities. These entity references will be passed to the
579 internal entities. The entity reference will not be passed to the
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 315 For internal entities (<!ENTITY foo "bar">), value will
319 values, do not use this argument to test for internal entities.
321 For external entities, value will be NULL and systemId will be
444 Note: skipped parameter entities in declarations and skipped general
445 entities in attribute values cannot be reported, because
571 internal entities. These entity references will be passed to the
579 internal entities. The entity reference will not be passed to the
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 315 For internal entities (<!ENTITY foo "bar">), value will
319 values, do not use this argument to test for internal entities.
321 For external entities, value will be NULL and systemId will be
444 Note: skipped parameter entities in declarations and skipped general
445 entities in attribute values cannot be reported, because
571 internal entities. These entity references will be passed to the
579 internal entities. The entity reference will not be passed to the
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 466 * If no entities need to be substituted.
472 * Whether general entities need to be substituted.
478 * Whether parameter entities need to be substituted.
484 * Both general and parameter entities need to be substituted.
550 * Specific function to keep track of entities references
584 * Entities
  /external/tinyxml/
changes.txt 76 - Entity support, of predefined entites. &#x entities are untouched by input or output.
112 - Reworked the entity code. Entities were not correctly surving round trip input and output.
113 Will now automatically create entities for high ascii in output.
145 - Fixed bug where entities with one character would confuse parser. (Thanks Roman)
153 - Character Entities are now UCS-2
154 - Character Entities can be decimal or hexadecimal
  /external/apache-http/src/org/apache/http/impl/io/
package.html 45 {@link org.apache.http.impl.io.ChunkedInputStream receiving} entities.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 42 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/HTMLEntities
output_xml.properties 45 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/XMLEntities
  /external/bzip2/
README.XML.STUFF 20 The file "entities.xml" must be edited to reflect current
  /external/clang/include/clang/Basic/
Linkage.h 32 /// language perspective, these entities have external
  /external/clang/include/clang/Sema/
SemaConsumer.h 25 /// analysis of the entities in those ASTs.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 14 # entities to use the software for internal purposes.

Completed in 844 milliseconds

1 2 3 45 6 7 8 91011>>