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

1 2 3 45 6 7 8 91011>>

  /external/libxml2/python/tests/
reader3.py 3 # this tests the entities substitutions with the XmlTextReader interface
24 # First test, normal don't substitute entities.
61 # Second test, completely substitute the entities.
113 # third test, crazy stuff about empty element in external parsed entities
  /external/libxml2/test/catalogs/
registry.xml 14 <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook XML"
  /external/libxml2/test/schemas/
bug152470_1.xsd 12 <!-- Basic types to identify entities -->
  /external/owasp/sanitizer/tools/findbugs/licenses/
LICENSE-docbook.txt 18 referencing additional sets of general entities and declaring
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 32 entities = True variable in class:Options
122 ("entities", 0): [
124 ("entities", 0)],
125 ("entities", 1): [
126 ("entities", 1)],
148 ("entities", 0),
176 or options.entities
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 32 entities = True variable in class:Options
122 ("entities", 0): [
124 ("entities", 0)],
125 ("entities", 1): [
126 ("entities", 1)],
148 ("entities", 0),
176 or options.entities
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 46 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
84 /// preprocessed entities if we only care about entities of a specific file
124 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
134 // Check if range spans local entities.
141 // Check if range spans local entities.
147 // Check if range spans loaded entities.
152 // Range spands loaded and local entities.
212 // The end locations of entities may be unordered (when a macro expansion
281 // linear search for a few entities
    [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 52 // We shouldn't muck with HTML entities
74 // We should catch HTML entities in these tests
77 // Test for decimal and hex entities
104 // Illegal decimal entities
111 // Illegal hex entities
115 // Illegal hex entities
  /external/libxml2/win32/wince/
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/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...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hexnan.c 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
strtorQ.c 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
sum.c 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
  /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/docs/internals/
module-structure.txt 15 entities in a scheme where all top-level entities are modules.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 11 * 5 "SET OF Attribute" entities with 5 different names.
  /external/selinux/libsepol/include/sepol/policydb/
flask.h 62 * Security identifier indices for initial entities
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
TimeInstrument.java 38 * All time instruments are named entities.
  /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/libxml2/doc/
libxml2.xsa 51 Detect excessive entities expansion upon replacement (Daniel Veillard),
79 Cache presence of '&lt;' in entities content (Daniel Veillard),
80 Avoid extra processing on entities (Daniel Veillard),
  /external/libxml2/os400/libxmlrpg/
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.

Completed in 264 milliseconds

1 2 3 45 6 7 8 91011>>