HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 1101 - 1125 of 3175) sorted by null

<<41424344454647484950>>

  /external/icu4c/data/xml/main/
sh.xml 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
ur_IN.xml 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
uz_UZ.xml 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
vai_LR.xml 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/markdown/tests/misc/
numeric-entity.html 2 <p>This is an entity: &#234; </p
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 40 * The Content-Encoding entity-header field is used as a modifier to the
42 * codings have been applied to the entity-body, and thus what decoding
54 * The content-coding is a characteristic of the entity identified by
55 * the Request-URI. Typically, the entity-body is stored with this
61 * If the content-coding of an entity is not "identity", then the
62 * response MUST include a Content-Encoding entity-header (section
65 * If the content-coding of an entity in a request message is not
69 * If multiple encodings have been applied to an entity, the content
72 * by other entity-header fields not defined by this specification.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetinputencoding01.js 79 value returned is null for a internal general entity.
91 var entity;
103 entity = entitiesMap.getNamedItem("alpha");
104 encodingName = entity.inputEncoding;
entitygetinputencoding02.js 79 unparsed entity and check if the value returned is null.
91 var entity;
103 entity = entitiesMap.getNamedItem("ent5");
104 encodingName = entity.inputEncoding;
entitygetxmlencoding02.js 79 unparsed entity and check if the value returned is null.
91 var entity;
103 entity = entitiesMap.getNamedItem("ent5");
104 encodingName = entity.xmlEncoding;
entitygetxmlversion02.js 79 unparsed entity declaration and check if the value returned is null.
91 var entity;
103 entity = entitiesMap.getNamedItem("ent5");
104 entityVersion = entity.xmlVersion;
nodegettextcontent18.js 78 Invoke the method getTextContent on an Entity node and check if the value returned
90 var entity;
103 entity = entitymap.getNamedItem("delta");
104 textContent = entity.textContent;
nodeisdefaultnamespace04.js 82 Using isDefaultNamespace on a Notation and Entity node with the value of the namespaceURI parameter
94 var entity;
113 entity = entitiesMap.getNamedItem("alpha");
115 isDefault = entity.isDefaultNamespace(nullNSURI);
nodeissamenode09.js 80 Using isSameNode check if an Entity and its docType nodes are not the same.
92 var entity;
104 entity = entitiesMap.getNamedItem("alpha");
105 isSame = docType.isSameNode(entity);
nodelookupnamespaceuri04.js 82 Using lookupNamespaceURI on an Entity and Notation node and check if the value returned is Null .
93 var entity;
110 entity = entitiesMap.getNamedItem("alpha");
112 namespaceURI = entity.lookupNamespaceURI("");
nodelookupprefix04.js 82 Using lookupPrefix on an Entity and Notation node and check if the value returned is Null .
93 var entity;
110 entity = entitiesMap.getNamedItem("alpha");
112 prefix = entity.lookupPrefix("");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode19.java 39 * Using the method importNode with deep=true/false, import a entity nodes ent2 and ent6
82 Entity entity2;
83 Entity entity6;
84 Entity entityImp2;
85 Entity entityImp6;
98 entity2 = (Entity) nodeMap.getNamedItem("ent2");
99 entity6 = (Entity) nodeMap.getNamedItem("ent6");
100 entityImp2 = (Entity) docImp.importNode(entity2, false);
101 entityImp6 = (Entity) docImp.importNode(entity6, true);
  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 52 * entity or of the external parsed entity in which the markup
66 * entity or of the external parsed entity in which the markup
92 * due to internal entity expansion. </p>
95 * in the document entity or external parsed entity where the
122 * in the document entity or external parsed entity where the
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 122 * and read the entity text from that resulting absolute URI.
129 * @param name Identifies the external entity being resolved.
131 * with "%" to indicate a parameter entity, or else the name of
132 * a general entity. This is never null when invoked by a SAX2
134 * @param publicId The public identifier of the external entity being
142 * @param systemId The system identifier of the external entity
164 * with null entity name and base URI.
167 * @param publicId The public identifier of the external entity being
170 * @param systemId The system identifier of the external entity
EntityResolver2.java 1 // EntityResolver2.java - Extended SAX entity resolver.
16 * Extended interface for mapping external entity references to input
33 * <em>http://xml.org/sax/features/use-entity-resolver2</em> feature flag
40 * <p>That supports three categories of application that modify entity
52 * if the original SAX 1.0 style entity resolution method is invoked.
67 * available for validation, entity processing, and attribute processing
144 "http://www.oasis-open.org/committees/entity/spec-2001-08-06.html"
148 * to determine the input source to use for any external entity
150 * That excludes the document entity, and any external entity returne
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/
ContentHandler.java 33 * part in a multipart MIME entity.
93 * <code>multipart/*</code> entity.
123 * of a <code>multipart/*</code> entity.
132 * of a <code>multipart/*</code> entity.
140 * Called when the body of a multipart entity is about to be parsed.
151 * Called when the body of an entity has been parsed.
156 * Called when the body of a discrete (non-multipart) entity is about to
169 * Called when a new entity (message or body part) starts and the
172 * @param is the raw contents of the entity.
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/StrictContentLengthStrategy.java $
32 package org.apache.http.impl.entity;
39 import org.apache.http.entity.ContentLengthStrategy;
45 * This entity generator comforms to the entity transfer rules outlined in the
62 * empty line after the header fields, regardless of the entity-header fields present in the
72 * OCTETs represents both the entity-length and the transfer-length. The Content-Length
114 * has been, can be, or may need to be applied to an entity-body in order to ensure
116 * the transfer-coding is a property of the message, not of the original entity.
147 * the message, not of the entity
    [all...]
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 83 * {@link HttpEntity}. The encoding is taken from the entity's
88 * @param entity
89 * The entity to parse
91 * If there was an exception getting the entity's data.
94 final HttpEntity entity) throws IOException {
96 if (isEncoded(entity)) {
97 final String content = EntityUtils.toString(entity);
98 final Header encoding = entity.getContentEncoding();
109 * Returns true if the entity's Content-Type header is
112 public static boolean isEncoded (final HttpEntity entity) {
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Message.java 49 public class Message extends Entity implements Body {
83 * @see org.apache.james.mime4j.message.Entity#writeTo(java.io.OutputStream)
120 expect(Entity.class);
122 ((Entity) stack.peek()).setBody(m);
156 expect(Entity.class);
157 ((Entity) stack.peek()).setHeader(h);
164 expect(Entity.class);
166 Entity e = (Entity) stack.peek();
176 expect(Entity.class);
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 28 import org.apache.http.entity.AbstractHttpEntity;
29 import org.apache.http.entity.ByteArrayEntity;
212 * Gets the input stream from a response entity. If the entity is gzipped
215 * @param entity the entity whose content should be read
219 public static InputStream getUngzippedContent(HttpEntity entity)
221 InputStream responseStream = entity.getContent();
223 Header header = entity.getContentEncoding();
296 * Creates a Http Entity holding the gzipped data
303 AbstractHttpEntity entity; local
438 HttpEntity entity = entityRequest.getEntity(); local
    [all...]
AndroidHttpClientConnection.java 33 import org.apache.http.entity.BasicHttpEntity;
34 import org.apache.http.entity.ContentLengthStrategy;
37 import org.apache.http.impl.entity.EntitySerializer;
38 import org.apache.http.impl.entity.StrictContentLengthStrategy;
265 * Sends the request entity over the connection.
266 * @param request the request whose entity to send.
381 * Return the next response entity.
382 * @param headers contains values for parsing entity
387 BasicHttpEntity entity = new BasicHttpEntity(); local
391 entity.setChunked(true)
    [all...]

Completed in 491 milliseconds

<<41424344454647484950>>