HomeSort by relevance Sort by last modified time
    Searched full:abbr (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/markdown/tests/extensions-x-abbr/
abbr.html 1 <p>An <abbr title="Abbreviation">ABBR</abbr>: "<abbr title="Reference">REF</abbr>".
3 <p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification
4 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p
abbr.txt 1 An ABBR: "REF".
5 *[ABBR]: This gets overriden by the next one.
6 *[ABBR]: Abbreviation
  /external/chromium_org/content/test/data/accessibility/
abbr.html 7 <p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
  /external/markdown/docs/extensions/
Abbreviations.txt 8 Specifically, any defined abbreviation is wrapped in an `<abbr>` tag.
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#abbr
30 <p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification
31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
40 ... Some text with an ABBR.
42 ... *[ABBR]: Abbreviation
44 >>> html = markdown.markdown(text, ['abbr'])
48 >>> html = markdown.markdown(text, ['abbr', 'footnotes']
    [all...]
  /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...]
extra.py 37 'abbr',
  /external/chromium_org/third_party/markdown/extensions/
abbr.py 43 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
45 ... *[ABBR]: Abbreviation
48 >>> print markdown.markdown(text, ['abbr'])
49 <p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>
67 ABBR_REF_RE = re.compile(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)')
74 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference'
    [all...]
  /libcore/dom/src/test/resources/
xhtml1-strict.dtd 36 <!ELEMENT p (#PCDATA|em|strong|code|sup|var|acronym|abbr)*>
55 <!ELEMENT abbr (#PCDATA)>
56 <!ATTLIST abbr
  /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/owasp/sanitizer/empiricism/
canned-data.js 6 "abbr": true,
136 "abbr",
249 "abbr": [
251 "abbr",
366 "abbr",
481 "abbr",
596 "abbr",
712 "abbr",
827 "abbr",
942 "abbr",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css 0 abbr
4 /* removes konqueror's custom abbr style */
  /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; (…)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.idl 23 [Reflect] attribute DOMString abbr;
HTMLAttributeNames.in 6 abbr
HTMLTableCellElement.h 45 const AtomicString& abbr() const;
HTMLTagNames.in 7 abbr interfaceName=HTMLElement
  /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/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/icu/icu4c/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...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 13 a, abbr, acronym, address, code,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
FAQ.html 212 (<abbr>e.g.</abbr> 32-bit <abbr>vs</abbr> 64-bit). The former problem can be
255 your machine (<abbr>e.g.</abbr>, one provided by the system in
270 <abbr>e.g.</abbr> <samp>--with-gmp=/usr/local</samp>, but <strong>this is
325 (<abbr>e.g.</abbr>, 53-bit) binary number befor
    [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);

Completed in 2133 milliseconds

1 2 3 4 5 6