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

1 2 3

  /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...]
  /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);
140 String abbr = null; local
160 } else if ("abbr".equals(key)) {
161 abbr = value;
166 Era era = new Era(eraName, abbr, since, localTime);
  /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());
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); local
42 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && abbr != NULL) {
43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset);
  /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...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java 1914 String abbr; local
1941 String abbr; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 231 static char * abbr(struct tm * tmp);
598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
621 abbr(&newtm),
630 strcmp(abbr(&newtm), buf) != 0)) {
636 abbr(&newtm),
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
763 strcmp(abbr(&tm), loab) == 0)) {
818 if (*abbr(tmp) != '\0')
819 (void) printf(" %s", abbr(tmp));
828 if (tmp != NULL && *abbr(tmp) != '\0'
833 abbr(struct tm *tmp) function
    [all...]
zic.c 144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
167 static void newabbr(const char * abbr);
    [all...]
tz2icu.cpp 142 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType
149 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
410 type.abbr = (int32_t) c;
453 // the end of each abbr.
458 // offset of each abbr in a vector.
469 // raw abbr strings. New value is index into vector of
479 find(abbroffset.begin(), abbroffset.end(), it->abbr);
482 // the abbr list when a middle offset is given, e.g.,
486 // abbr at this time.
489 // the Olson abbr data, or if the above TODO is completed
    [all...]
  /build/make/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/python/cpython3/Tools/tz/
zdump.py 50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
56 print("%s UTC = %s %-5s isdst=%d" % (utc, lmt, abbr, tti[1]) + shift, file=stream)
  /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/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 138 const char* abbr; member in struct:__anon31017::AbbrPair
165 const ByteStringView& abbr) {
166 auto* it = std::find_if(table, table + count, [abbr](const AbbrPair& pair) {
167 return pair.abbr == abbr;
    [all...]
cpdf_streamcontentparser.h 56 const ByteStringView& abbr);
58 const ByteStringView& abbr);
  /external/vboot_reference/utility/
tpmc.c 26 const char* abbr; member in struct:command_record
437 printf("%26s %7s %s\n\n", "command", "abbr.", "description");
439 printf("%26s %7s %s\n", c->name, c->abbr, c->description);
447 if (strcmp(cmd, c->name) == 0 || strcmp(cmd, c->abbr) == 0) {
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 146 type abbr struct {
151 var abbrs = map[string]abbr{
zoneinfo_abbrs_windows.go 10 type abbr struct { type
15 var abbrs = map[string]abbr{
  /prebuilts/go/linux-x86/src/time/
genzabbrs.go 146 type abbr struct {
151 var abbrs = map[string]abbr{
zoneinfo_abbrs_windows.go 10 type abbr struct { type
15 var abbrs = map[string]abbr{
  /external/icu/icu4c/source/common/
filteredbrk.cpp 589 const UnicodeString *abbr = fSet.getStringAt(i); local
590 if(abbr) {
591 FB_TRACE("build",abbr,TRUE,i);
592 ustrs[n] = *abbr; // copy by value
595 FB_TRACE("build",abbr,FALSE,i);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScript.java 282 String abbr = UScript.getShortName(code); local
283 if(abbr.indexOf("INV")>=0){
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScript.java 279 String abbr = UScript.getShortName(code); local
280 if(abbr.indexOf("INV")>=0){
  /external/llvm/docs/_ocamldoc/
style.css 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 

Completed in 826 milliseconds

1 2 3