/external/markdown/markdown/extensions/ |
abbr.py | 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref. 13 ... *[ABBR]: Abbreviation 16 >>> markdown.markdown(text, ['abbr']) 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>' 30 ABBR_REF_RE = re.compile(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)') 37 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference' [all...] |
/external/chromium_org/components/autofill/core/browser/ |
state_names.cc | 102 base::string16 abbr = value; local 104 abbr = GetAbbreviationForName(value); 111 abbreviation->swap(abbr);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.idl | 23 [Reflect] attribute DOMString abbr;
|
HTMLTableCellElement.h | 44 const AtomicString& abbr() const;
|
HTMLTableCellElement.cpp | 133 const AtomicString& HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
reset.css | 13 a, abbr, acronym, address, code,
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zdump.c | 164 static char * abbr(struct tm * tmp); 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 528 abbr(&newtm), 537 strcmp(abbr(&newtm), buf) != 0)) { 543 abbr(&newtm), 686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); 704 strcmp(abbr(&tm), loab) == 0)) { 761 if (*abbr(tmp) != '\0') 762 (void) printf(" %s", abbr(tmp)); 771 if (tmp != NULL && *abbr(tmp) != '\0' 776 abbr(tmp) function [all...] |
zic.c | 125 const char * abbr, int isdst, 128 static int addtype(long gmtoff, const char * abbr, int isdst, 138 static void doabbr(char * abbr, const char * format, 156 static int itsabbr(const char * abbr, const char * word); 161 static void newabbr(const char * abbr); [all...] |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 164 static char * abbr(struct tm * tmp); 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 528 abbr(&newtm), 537 strcmp(abbr(&newtm), buf) != 0)) { 543 abbr(&newtm), 686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); 704 strcmp(abbr(&tm), loab) == 0)) { 761 if (*abbr(tmp) != '\0') 762 (void) printf(" %s", abbr(tmp)); 771 if (tmp != NULL && *abbr(tmp) != '\0' 776 abbr(tmp) function [all...] |
zic.c | 125 const char * abbr, int isdst, 128 static int addtype(long gmtoff, const char * abbr, int isdst, 138 static void doabbr(char * abbr, const char * format, 156 static int itsabbr(const char * abbr, const char * word); 161 static void newabbr(const char * abbr); [all...] |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom; (…)
|
/sdk/templates/docs/ |
cssreset-min.css | 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
|
/external/qemu/elff/ |
dwarf_die.cc | 256 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num);
local 257 if (abbr == NULL) {
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
|
dwarf_defs.h | 734 * abbr - New entry to add.
743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) {
789 array_[num - 1] = abbr;
796 * abbr - New entry to add.
800 bool add(const Dwarf_Abbr_DIE* abbr) {
801 return add(abbr, abbr->get_abbr_num());
[all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 258 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); local 259 if (abbr == NULL) { 263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
|
dwarf_defs.h | 734 * abbr - New entry to add. 743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) { 789 array_[num - 1] = abbr; 796 * abbr - New entry to add. 800 bool add(const Dwarf_Abbr_DIE* abbr) { 801 return add(abbr, abbr->get_abbr_num());
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.cpp | 128 // cells have borders, or use attributes like headers, abbr, scope or axis 196 if (!cellElement->headers().isEmpty() || !cellElement->abbr().isEmpty()
|
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 379 String abbr = checks[index].substring(underscore + 1); local 380 if (abbr.equals("AIOOBE")) { 383 throw new RuntimeException("unknown exception abbreviation: " + abbr); [all...] |
/external/chromium_org/third_party/icu/ |
icu4c.css | 406 abbr {
|
/external/icu4c/ |
icu4c.css | 406 abbr {
|
/system/media/camera/docs/ |
html.mako | 73 /* TODO: generate abbr element for each tag link? */
|
/external/chromium_org/remoting/webapp/ |
main.css | 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.js | 77 'month' + date.getMonth() + 'abbr');
|