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

1 2 3 4 5

  /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/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',
  /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/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.html 181 abbr {
386 <h1 id="top"><abbr title="Generic Syntax Highlighter">GeSHi</abbr> Documentation</h1>
402 <dt><abbr title="Generic Syntax Highlighter">GeSHi</abbr> Website:</dt>
408 <p>This is the documentation for <abbr title="Generic Syntax Highlighter">GeSHi</abbr> - Generic Syntax Highlighter.</p>
414 need all the information we can get to make the use of <abbr title="Generic Syntax Highlighter">GeSHi</abbr> and everything related to it (including this documentation)
422 <li><a href="#about-geshi">1.2 About <abbr title="Generic Syntax Highlighter">GeSHi</abbr></a></li
    [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 */
  /external/chromium_org/webkit/data/test_shell/frames/
iframe1.html 32 <h1>Access to Content Contained in an Inline Frame (<abbr title="inline frame">IFRAME</abbr>)</h1>
38 This page contains an inline frame (<abbr title="inline frame">IFRAME</abbr>), which is used to embed another <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> document
89 <li>user agent name and version (<abbr title="that is" lang="la">i.e.</abbr>
93 <li>any special settings (<abbr title="that is" lang="la">i.e.</abbr>
100 <li>how did your browser render the content of the <abbr title="inline frame">IFRAME</abbr>? Was the checkpoint text contained in a scrollable
    [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; (…)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.idl 23 [Reflect] attribute DOMString abbr;
HTMLAttributeNames.in 6 abbr
HTMLTableCellElement.h 44 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...]
  /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...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 13 a, abbr, acronym, address, code,
  /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);
  /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);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
html4strict.php 61 'a', 'abbr', 'acronym', 'address', 'applet',
100 'abbr', 'accept-charset', 'accept', 'accesskey', 'action', 'align', 'alink', 'alt', 'archive', 'axis',
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c 23 /* test abbr */
48 /* abbr should return */
155 /* abbr should return */
163 /* test abbr */

Completed in 486 milliseconds

1 2 3 4 5