/external/markdown/tests/markdown-test/ |
markdown-syntax.txt | 126 used to denote HTML entities. If you want to use them as literal 127 characters, you must escape them as entities, e.g. `<`, and 500 are automatically converted into HTML entities. This makes it very 769 entities automatically, which makes it easy to include example HTML
|
/external/mesa3d/src/gallium/docs/source/ |
conf.py | 133 # typographically correct entities.
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 98 appear to be an extension of CoreAudio for creating modular playback and f/x entities.
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 117 // Chrome expects to be able to draw some such entities with no visible
|
/external/smack/src/org/jivesoftware/smackx/bookmark/ |
Bookmarks.java | 33 * Bookmark Storage (JEP-0048) defined a protocol for the storage of bookmarks to conference rooms and other entities
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
DiscoverItems.java | 34 * associated with XMPP entities.<p>
|
/external/tinyxml/docs/ |
index.html | 21 TinyXml attempts to be a flexible parser, but with truly correct and compliant XML output. TinyXml should compile on any reasonably C++ compliant system. It does not rely on exceptions or RTTI. It can be compiled with or without STL support. TinyXml fully supports the UTF-8 encoding, and the first 64k character entities.<p> 76 <h3>Entities </h3> 78 TinyXml recognizes the pre-defined "character entities", meaning special characters. Namely:<p> 88 will have the Value() of "Far & Away" when queried from the <a class="el" href="classTiXmlText.html">TiXmlText</a> object, and will be written back to the XML stream/file as an ampersand. Older versions of TinyXml "preserved" character entities, but the newer versions will translate them into characters.<p>
|
/external/valgrind/main/docs/xml/ |
xml_help.txt | 32 use 'html entities' in your markup, eg. '<' If you *do* use
|
/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 530 * entities when looking for the next / preceding dir type. 557 * tags and entities. [all...] |
/frameworks/base/libs/androidfw/ |
BackupData.cpp | 39 * - A sequence of zero or more key/value paires (entities), each with
|
/frameworks/support/v4/java/android/support/v4/text/ |
BidiFormatter.java | 520 * entities when looking for the next / preceding dir type. 547 * tags and entities. [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
storage_manager.c | 44 int num; /**< Number of differnt save entities */
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 101 * this warning will be raised is if the configuration parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'> 102 * entities</a>" is set to <code>false</code> and the following XML file is parsed: 118 * prefixes in the replacement text of entities. </dd> 166 * "Character Encoding in Entities", in [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]).
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeStreamParser.java | 100 * Enables or disables raw mode. In raw mode all future entities
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
thread | 243 * @brief ISO C++ 2011 entities sub-namespace for thread.
|
/sdk/files/typos/ |
typos-es.txt | 64 # 6. *"Licensor"* means the individual, individuals, entity or entities 67 # work, the individual, individuals, entity or entities who created 288 # Individuals or entities who have received Adaptations or Collections 290 # terminated provided such individuals or entities remain in full
|
typos-it.txt | 64 # 6. *"Licensor"* means the individual, individuals, entity or entities 67 # work, the individual, individuals, entity or entities who created 288 # Individuals or entities who have received Adaptations or Collections 290 # terminated provided such individuals or entities remain in full
|
typos-tr.txt | 64 # 6. *"Licensor"* means the individual, individuals, entity or entities 67 # work, the individual, individuals, entity or entities who created 288 # Individuals or entities who have received Adaptations or Collections 290 # terminated provided such individuals or entities remain in full
|
/external/chromium_org/sync/protocol/ |
proto_value_conversions.cc | 776 const ::google::protobuf::RepeatedPtrField<sync_pb::SyncEntity>& entities, 780 for (it = entities.begin(); it != entities.end(); ++it) { [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
BeautifulSoup.py | 500 entities with the appropriate Unicode characters. If HTML 501 entities are being converted, any unrecognized entities are 512 # Handle numeric entities 545 # Convert any HTML, XML, or numeric entities in the attribute values. 726 # embedded single quotes to XML entities. 736 # ampersands that aren't part of entities. We need 737 # to escape those to XML entities too. [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
xmlparser.cpp | 506 // Note that non-validating parsers must treat all entities as type CDATA 518 // Replace character entities. 581 // replace the char entities < & { ካ etc. in a string
|
/external/chromium_org/third_party/libxml/src/ |
globals.c | 226 * while handling entities. 291 * the XPath data model requires entities replacement and the XPath 292 * engine does not handle entities references transparently.
|
/external/chromium_org/third_party/libxml/src/win32/ |
Makefile | 108 $(XML_INTDIR)\entities.obj\ 153 $(XML_INTDIR_A)\entities.obj\ 198 $(XML_INTDIR_A_DLL)\entities.obj\
|
Makefile.msvc | 108 $(XML_INTDIR)\entities.obj\ 153 $(XML_INTDIR_A)\entities.obj\ 198 $(XML_INTDIR_A_DLL)\entities.obj\
|
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 383 /// values (corresponding to loaded entities), so that position -M 384 /// corresponds to element 0 in the loaded entities vector, position -M+1 385 /// corresponds to element 1 in the loaded entities vector, etc. This
|