/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:__anon2888::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...] |
/external/llvm/docs/ |
BitCodeFormat.html | 18 <li><a href="#abbrevid">Abbreviation IDs</a></li> 223 <a name="abbrevid">Abbreviation IDs</a> 231 abbreviation ID encoded as a fixed-bitwidth field. The width is specified by 232 the current block, as described below. The value of the abbreviation ID 234 one of the abbreviation IDs defined for the current block by the stream itself. 247 a new abbreviation.</li> 252 <p>Abbreviation IDs 4 and above are defined by the stream itself, and specify 290 enclosing blocks see the abbreviation). Abbreviations can also be defined 312 The <tt>ENTER_SUBBLOCK</tt> abbreviation ID specifies the start of a new block 332 The <tt>END_BLOCK</tt> abbreviation ID specifies the end of the current bloc [all...] |
/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
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r5/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
|