HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 76 - 100 of 1355) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitieslength.java 31 * Duplicate entities are to be discarded.
33 * a NamedNodeMap of all its entities. The entity named
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 18 * predefined entities are considered to be expanded by the HTML or XML
21 * completely expand references to entities while building the
  /external/expat/doc/
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 thei
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.h 38 * entities and for decompressing request & reply header blocks.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 28 * numbered and named html entities to their corresponding special characters.
102 // Loop over the input string, ignoring tags, and decoding entities.
166 // All the valid entities are at least two characters long.
199 // Hex numbered entities start with x.
  /external/quake/quake/src/WinQuake/
console.h 26 extern qboolean con_forcedup; // because no entities to refresh
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 2 // q.v. XML 1.0, section 4.3.3 Character Encoding in Entities
  /external/webkit/Source/WebCore/dom/
DocumentType.idl 29 readonly attribute NamedNodeMap entities;
DocumentType.h 40 NamedNodeMap* entities() const { return m_entities.get(); } function in class:WebCore::DocumentType
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 46 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
86 /// preprocessed entities if we only care about entities of a specific file
126 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
136 // Check if range spans local entities.
143 // Check if range spans local entities.
149 // Check if range spans loaded entities.
154 // Range spands loaded and local entities.
214 // The end locations of entities may be unordered (when a macro expansion
283 // linear search for a few entities
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
PHP SmartyPants Readme.txt 21 characters into "smart" typographic punctuation HTML entities.
26 * Straight quotes (`"` and `'`) into "curly" quote HTML entities
28 entities
29 * Dashes (`--` and `---`) into en- and em-dash entities
181 turning the HTML entities produced by SmartyPants into their ASCII
229 educates normal quotes, not entities (because ordinarily, entities
235 `&quot;` entities into regular quotes so SmartyPants can educate
264 side effect of publishing curly quote HTML entities is that it makes
270 which is why they need to be encoded as HTML entities
    [all...]
  /external/quake/quake/src/QW/server/
sv_ents.c 263 from = &fromframe->entities;
283 newnum = newindex >= to->num_entities ? 9999 : to->entities[newindex].number;
284 oldnum = oldindex >= oldmax ? 9999 : from->entities[oldindex].number;
289 SV_WriteDelta (&from->entities[oldindex], &to->entities[newindex], msg, false);
299 SV_WriteDelta (&ent->baseline, &to->entities[newindex], msg, true);
469 // put other visible entities into either a packet_entities or a nails message
470 pack = &frame->entities;
496 state = &pack->entities[pack->num_entities];
510 // encode the packet entities as a delta from th
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 44 * entities = false
113 PARAMETERS.put("entities", new BooleanParameter() {
115 return config.entities;
118 config.entities = (Boolean) value;
140 * entities = false
156 return !config.entities
168 config.entities = false;
290 private boolean entities = true; field in class:DOMConfigurationImpl
377 * following "supported" parameters: datatype-normalization, entities,
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 25 * <p>Decodes (unescapes) HTML entities with the complication that these
48 * <p>Valid HTML entities have one of the following three forms:
107 * Map containing the recognized HTML entities and their decoded values.
187 * Processes a character from the input stream and decodes any html entities
254 // See if it matches any of the few recognized entities.
260 // Covers the case of a lonely '&' given or valid/invalid unknown entities.
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java 49 // We shouldn't muck with HTML entities
71 // We should catch HTML entities in these tests
74 // Test for decimal and hex entities
101 // Illegal decimal entities
108 // Illegal hex entities
112 // Illegal hex entities
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 59 * The name of the HTML entities file.
66 * The name of the XML entities file.
87 /** This flag is an optimization for HTML entities. It false if entities
179 ResourceBundle entities = null; local
194 entities = PropertyResourceBundle.getBundle(entitiesResource);
198 if (entities != null) {
199 Enumeration keys = entities.getKeys();
202 String value = entities.getString(name);
349 * <p>Unlike internal entities, character references are a string to singl
    [all...]
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 106 struct media_entity *entity = &media->entities[id - 1];
224 size = (media->entities_count + 1) * sizeof(*media->entities);
225 media->entities = (struct media_entity*)realloc(media->entities, size);
227 entity = &media->entities[media->entities_count];
300 ALOGE("Unable to enumerate entities for device %s (%s)", filename, strerror(-ret));
305 ALOGD("%s: Found %u entities", __func__, media->entities_count);
322 * Open the media device referenced by @a filename and enumerate entities, pads and
349 struct media_entity *entity = &media->entities[i];
357 free(media->entities);
    [all...]
  /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...]
  /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");

Completed in 826 milliseconds

1 2 34 5 6 7 8 91011>>