/external/markdown/docs/extensions/ |
Abbreviations.txt | 7 The Markdown Abbreviation Extension adds the ability to define abbreviations. 8 Specifically, any defined abbreviation is wrapped in an `<abbr>` tag. 10 The Abbreviation extension is included in the standard Markdown library. 42 ... *[ABBR]: Abbreviation
|
/external/markdown/tests/extensions-x-abbr/ |
abbr.html | 1 <p>An <abbr title="Abbreviation">ABBR</abbr>: "<abbr title="Reference">REF</abbr>".
|
abbr.txt | 6 *[ABBR]: Abbreviation
|
/external/markdown/markdown/extensions/ |
abbr.py | 2 Abbreviation Extension for Python-Markdown 5 This extension adds abbreviation handling to Python-Markdown. 13 ... *[ABBR]: Abbreviation 14 ... *[REF]: Abbreviation Reference 17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>' 33 """ Abbreviation Extension for Python-Markdown. """ 41 """ Abbreviation Preprocessor - parse text for abbr references. """ 45 Find and remove all Abbreviation references from the text. 78 """ Abbreviation inline pattern. "" [all...] |
/external/chromium/chrome/browser/autofill/ |
select_control_handler.cc | 25 const char* abbreviation; member in class:__anon3844::State 29 static string16 Abbreviation(const string16& name); 30 static string16 FullName(const string16& abbreviation); 89 string16 State::Abbreviation(const string16& name) { 92 return ASCIIToUTF16(s->abbreviation); 96 string16 State::FullName(const string16& abbreviation) { 98 if (LowerCaseEqualsASCII(abbreviation, s->abbreviation)) 145 abbrev = State::Abbreviation(value); 149 // Try the abbreviation name first [all...] |
select_control_handler.h | 28 // Returns true if |value| is a valid US state name or abbreviation. It is case
|
/external/e2fsprogs/lib/ss/ |
std_rqs.ct | 23 "Enable/disable abbreviation processing of request lines.",
|
/external/qemu/elff/ |
dwarf_defs.h | 31 /* Type for DWARF abbreviation number. */
336 /* DIE abbreviation descriptor in the .debug_abbrev section.
337 * DIE abbreviation descriptor contains three parameters. The first one is a
338 * LEB128 value, that encodes 1 - based abbreviation descriptor number.
339 * Abbreviation descriptor numbers seems to be always in sequential order, and
340 * are counted on per-compilation unit basis. I.e. abbreviation number for the
341 * first DIE abbreviation descriptor of each compilation unit is always 1.
343 * Besides abbreviation number, DIE abbreviation descriptor contains two more
349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor. [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_defs.h | 31 /* Type for DWARF abbreviation number. */ 336 /* DIE abbreviation descriptor in the .debug_abbrev section. 337 * DIE abbreviation descriptor contains three parameters. The first one is a 338 * LEB128 value, that encodes 1 - based abbreviation descriptor number. 339 * Abbreviation descriptor numbers seems to be always in sequential order, and 340 * are counted on per-compilation unit basis. I.e. abbreviation number for the 341 * first DIE abbreviation descriptor of each compilation unit is always 1. 343 * Besides abbreviation number, DIE abbreviation descriptor contains two more 349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.h | 29 /// DIEAbbrevData - Dwarf abbreviation data, describes the one attribute of a 30 /// Dwarf abbreviation. 46 /// Profile - Used to gather unique data for the abbreviation folding set. 52 /// DIEAbbrev - Dwarf abbreviation, describes the organization of a debug 67 /// Data - Raw data bytes for abbreviation. 84 /// abbreviation. 90 /// of the abbreviation. 95 /// Profile - Used to gather unique data for the abbreviation folding set. 99 /// Emit - Print the abbreviation using the specified asm printer. 110 /// DIE - A structured debug information entry. Has an abbreviation whic [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
CapsModeUtils.java | 91 // a period, it also needs not to be an abbreviation, which means it also needs to either 195 // otherwise sentence-ending period, or an abbreviation like "e.g.". An abbreviation 198 // START, WORD, PERIOD, ABBREVIATION 207 // On PERIOD : (period within a potential abbreviation) 209 // otherwise => end with caps (it was not an abbreviation) 210 // On LETTER : (letter within a potential abbreviation) 213 // otherwise => end with no caps (it was an abbreviation) 214 // "Not an abbreviation" in the above chart essentially covers cases like "...yes.". This
|
/bionic/libc/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/development/ndk/platforms/android-3/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/development/ndk/platforms/android-8/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/external/elfutils/libdw/ |
dwarf_haschildren.c | 63 /* Find the abbreviation entry. */ 69 /* First we have to get the abbreviation code so that we can decode
|
/external/llvm/docs/ |
BitCodeFormat.rst | 137 Abbreviation IDs 141 these start with an abbreviation ID encoded as a fixed-bitwidth field. The 143 abbreviation ID specifies either a builtin ID (which have special meanings, 144 defined below) or one of the abbreviation IDs defined for the current block by 154 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation. 159 Abbreviation IDs 4 and above are defined by the stream itself, and specify an 187 enclosing blocks see the abbreviation). Abbreviations can also be defined 204 The ``ENTER_SUBBLOCK`` abbreviation ID specifies the start of a new block 219 The ``END_BLOCK`` abbreviation ID specifies the end of the current block record. 231 unabbrev record, or with an abbreviation. In the LLVM IR format, for example [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
time.h | 57 const char *tm_zone; /* Timezone abbreviation. */ 61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
|