/external/clang/include/clang/AST/ |
ASTConsumer.h | 116 /// \brief If the consumer is interested in preprocessor entities getting 121 /// \brief If the consumer is interested in entities getting modified after 126 /// \brief If the consumer is interested in entities being deserialized from
|
/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/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 “smart” 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 " entities into normal quotes? 97 # w : convert " 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...] |
/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/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.
|
/external/markdown/markdown/ |
postprocessors.py | 71 """ Restore valid entities """
|
/external/skia/legacy/src/xml/ |
SkXMLPullParser.cpp | 136 // TODO: std 5 entities here
|
/external/skia/src/xml/ |
SkXMLPullParser.cpp | 136 // TODO: std 5 entities here
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode17.js | 101 entityMap = docType.entities;
|
domconfigurationgetparameter01.js | 105 param = domConfig.getParameter("entities");
|
entitygetinputencoding01.js | 101 entitiesMap = docType.entities;
|
entitygetinputencoding02.js | 101 entitiesMap = docType.entities;
|
entitygetinputencoding04.js | 104 entitiesMap = docType.entities;
|
entitygetxmlencoding01.js | 101 entitiesMap = docType.entities;
|
entitygetxmlencoding02.js | 101 entitiesMap = docType.entities;
|
entitygetxmlencoding03.js | 104 entitiesMap = docType.entities;
|