HomeSort by relevance Sort by last modified time
    Searched full:abbr (Results 1 - 25 of 149) 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/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/libxml2/result/noent/
xhtmlcomp 5 <h1><abbr>a</abbr> b</h1>
  /external/libxml2/result/
xhtmlcomp 5 <h1><abbr>a</abbr> b</h1>
xhtmlcomp.rde 9 3 1 abbr 0 0
11 3 15 abbr 0 0
xhtmlcomp.rdr 9 3 1 abbr 0 0
11 3 15 abbr 0 0
xhtmlcomp.sax 12 SAX.startElement(abbr)
14 SAX.endElement(abbr)
xhtmlcomp.sax2 12 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0)
14 SAX.endElementNs(abbr, NULL, NULL)
  /external/libxml2/test/
xhtmlcomp 6 <h1><abbr>a</abbr> b</h1>
  /libcore/ojluni/src/main/java/sun/util/calendar/
Era.java 65 private final String abbr; field in class:Era
74 * @param abbr the abbreviation of the era name (e.g., "B.C.E." for "BeforeCommonEra")
81 public Era(String name, String abbr, long since, boolean localTime) {
83 this.abbr = abbr;
101 return abbr;
105 return abbr;
130 && abbr.equals(that.abbr)
139 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32
    [all...]
LocalGregorianCalendar.java 107 String abbr = era.getAbbreviation(); local
108 if (abbr != null) {
109 sb.append(abbr);
153 String abbr = null; local
173 } else if ("abbr".equals(key)) {
174 abbr = value;
179 Era era = new Era(eraName, abbr, since, localTime);
  /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/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 */
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListenerImpl.java 42 Abbreviator abbr; field in class:ProgressListenerImpl
48 this.abbr = new Abbreviator((int) projectFolder.length(), TARGET_FILE_LENGTH, File.separatorChar);
109 return abbr.abbreviate(file.getCanonicalPath());
  /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-trace/catapult/third_party/pipeline/pipeline/ui/
root_list.css 38 abbr {
  /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}
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 150 type abbr struct {
155 var abbrs = map[string]abbr{
  /prebuilts/go/linux-x86/src/time/
genzabbrs.go 150 type abbr struct {
155 var abbrs = map[string]abbr{
  /frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringBuilderBenchmark.java 105 " <li> <abbr title=\"Cascading Style Sheets\">CSS</abbr> (an abbreviation;\n" +
106 " <code>abbr</code> markup used)\n" +
  /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...]

Completed in 535 milliseconds

1 2 3 4 5 6