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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.html 272 <code>&gt;</code>) will automatically be translated into HTML entities. This makes
277 I wish SmartyPants used named entities like `&amp;mdash;`
286 &lt;p&gt;I wish SmartyPants used named entities like
Markdown Documentation - Basics.text-out 276 automatically be translated into HTML entities. This makes it easy
281 I wish SmartyPants used named entities like `&amp;mdash;`
290 &lt;p&gt;I wish SmartyPants used named entities like
Markdown Documentation - Basics.text-res 276 automatically be translated into HTML entities. This makes it easy
281 I wish SmartyPants used named entities like `&amp;mdash;`
290 &lt;p&gt;I wish SmartyPants used named entities like
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Basics.html 272 <code>&gt;</code>) will automatically be translated into HTML entities. This makes
277 I wish SmartyPants used named entities like `&amp;mdash;`
286 &lt;p&gt;I wish SmartyPants used named entities like
  /external/markdown/tests/markdown-test/
markdown-documentation-basics.html 209 <code>&gt;</code>) will automatically be translated into HTML entities. This makes
213 I wish SmartyPants used named entities like `&amp;mdash;`
220 &lt;p&gt;I wish SmartyPants used named entities like
  /external/quake/quake/src/QW/server/
sv_init.c 365 // spawn the rest of the entities on the map
386 // load and spawn all other entities
387 ED_LoadFromFile (sv.worldmodel->entities);
server.h 84 // includes the entity baselines, the static entities, etc
112 packet_entities_t entities; member in struct:__anon14366
  /external/valgrind/main/exp-sgcheck/docs/
sg-manual.xml 4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 187 * When we support entities in the doctype, this will need to
189 * entities by value, copying the referenced subtree from the
190 * original document. Imports copy entities by reference,
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 120 * Entities defined in or for this document. This map is created lazily.
786 * ENTITIES, NMTOKEN, or NMTOKENS), an enumerated type "(list|of|options)"
879 * Read an entity declaration. The value of internal entities are inline:
882 * The values of external entities must be retrieved by URL or path:
887 * Entities may be general or parameterized. Parameterized entities are
888 * marked by a percent sign. Such entities may only be used in the DTD:
913 * Map external entities to the empty string. This is dishonest,
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
PHP Markdown Extra Readme.text 226 definitions weren't properly encoded to HTML entities.
229 as HTML entities when used inside a footnote reference id.
283 attributes weren't properly escaped with entities.
356 allowing HTML tags and entities to be disabled.
504 to entities. Thanks to Milian Wolff for his optimisations.
506 * Made deterministic the conversion to entities of email addresses in
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializer.java 54 * <li> If the parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
55 * entities</a>" is set to <code>true</code>, <code>EntityReference</code> nodes are
58 * of the entity reference are ignored. If the parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
59 * entities</a>" is set to <code>false</code>, only the children of the entity reference
93 * the predefined entities &amp;lt; and &amp;amp;. The other predefined
94 * entities (&amp;gt;, &amp;apos;, and &amp;quot;) might not be used, except
  /docs/source.android.com/src/source/
cla-corporate.jd 46 <p>"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant to the Project Leads. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.</p>
  /external/bzip2/
Makefile 197 $(DISTNAME)/entities.xml \
206 entities.xml manual.xml
  /external/iproute2/man/man8/
tc.8 309 Add a qdisc, class or filter to a node. For all entities, a
325 Some entities can be modified 'in place'. Shares the syntax of 'add', with the exception
  /external/quake/quake/src/QW/client/
cl_tent.c 20 // cl_tent.c -- client side temporary entities
396 // add new entities for the lightning
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 20 // cl_tent.c -- client side temporary entities
372 // add new entities for the lightning
  /external/valgrind/main/docs/internals/
release-HOWTO.txt 20 - Update version number and date in docs/xml/vg-entities.xml. (Exact
115 - Again, update date in docs/xml/vg-entities.xml for the official release
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 225 * entities present in the XML document to be parsed. Setting
230 * @param er The <code>EntityResolver</code> to be used to resolve entities
  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 63 * Entities.
147 * Entities.
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/
httpcomponents-client-4.1.pom 209 <entities>
214 </entities>
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1.1/
httpcomponents-client-4.1.1.pom 210 <entities>
215 </entities>
  /external/libxml2/
parser.c 52 #include <libxml/entities.h>
150 * use the number of parsed entities in the replacement
155 * The amount of data parsed counting entities size only once
164 * Check the density of entities for the amount of data
422 errmsg = "external parsed entities cannot be standalone\n";
    [all...]
  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 46 * Static helpers for dealing with {@link HttpEntity entities}.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 783 * skipped. Non-validating processors may skip entities if they
786 * may skip external entities, depending on the values of the
787 * http://xml.org/sax/features/external-general-entities and the
788 * http://xml.org/sax/features/external-parameter-entities

Completed in 870 milliseconds

1 2 3 4 5 6 7 8 91011>>