/external/markdown/docs/extensions/ |
D | 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> 44 >>> html = markdown.markdown(text, ['abbr']) 48 >>> html = markdown.markdown(text, ['abbr', 'footnotes']) 53 markdown.py -x abbr source.txt > output.html
|
/external/markdown/markdown/extensions/ |
D | abbr.py | 53 abbr = m.group('abbr').strip() 55 self.markdown.inlinePatterns['abbr-%s'%abbr] = \ 56 AbbrPattern(self._generate_pattern(abbr), title) 85 abbr = etree.Element('abbr') 86 abbr.text = m.group('abbr') 87 abbr.set('title', self.title) 88 return abbr
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ |
D | ProgressListenerImpl.java | 42 Abbreviator abbr; field in ProgressListenerImpl 48 … this.abbr = new Abbreviator((int) projectFolder.length(), TARGET_FILE_LENGTH, File.separatorChar); in ProgressListenerImpl() 109 return abbr.abbreviate(file.getCanonicalPath()); in getShortName()
|
/external/libxml2/result/ |
D | xhtmlcomp.rdr | 9 3 1 abbr 0 0 11 3 15 abbr 0 0
|
D | xhtmlcomp.rde | 9 3 1 abbr 0 0 11 3 15 abbr 0 0
|
D | xhtmlcomp.sax | 12 SAX.startElement(abbr) 14 SAX.endElement(abbr)
|
D | xhtmlcomp.sax2 | 12 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0) 14 SAX.endElementNs(abbr, NULL, NULL)
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 231 static char * abbr(struct tm * tmp); 598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); in main() 621 abbr(&newtm), in main() 630 strcmp(abbr(&newtm), buf) != 0)) { in main() 636 abbr(&newtm), in main() 745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt() 763 strcmp(abbr(&tm), loab) == 0)) { in hunt() 818 if (*abbr(tmp) != '\0') in show() 819 (void) printf(" %s", abbr(tmp)); in show() 828 if (tmp != NULL && *abbr(tmp) != '\0') in show() [all …]
|
D | 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); 1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument 1956 (void) strcpy(abbr, format); in doabbr() 1957 else (void) sprintf(abbr, format, letters); in doabbr() 1959 (void) strcpy(abbr, slashp + 1); in doabbr() 1962 (void) strncpy(abbr, format, slashp - format); in doabbr() 1963 abbr[slashp - format] = '\0'; in doabbr() 1967 for (cp = abbr; *cp != '\0'; ++cp) in doabbr() [all …]
|
D | tz2icu.cpp | 142 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member 149 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType() 410 type.abbr = (int32_t) c; in readzoneinfo() 479 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo() 491 os << "Warning: unusual abbr offset " << it->abbr in readzoneinfo() 499 it->abbr = 0; in readzoneinfo() 502 it->abbr = index; in readzoneinfo() 1224 abbr(-1), isdst(false), isstd(false), isgmt(false) {} in ZoneType()
|
/external/libxml2/result/noent/ |
D | xhtmlcomp.sax2 | 12 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0) 14 SAX.endElementNs(abbr, NULL, NULL)
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_xmllocale.cpp | 139 WideString abbr = elem->GetAttribute(L"abbr"); in GetCalendarSymbol() local 141 if (!abbr.IsEmpty()) in GetCalendarSymbol() 142 abbr_value = abbr.EqualsASCII("1"); in GetCalendarSymbol()
|
/external/python/cpython3/Tools/tz/ |
D | 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)
|
/external/icu/icu4c/source/common/ |
D | filteredbrk.cpp | 589 const UnicodeString *abbr = fSet.getStringAt(i); in build() local 590 if(abbr) { in build() 591 FB_TRACE("build",abbr,TRUE,i); in build() 592 ustrs[n] = *abbr; // copy by value in build() 595 FB_TRACE("build",abbr,FALSE,i); in build()
|
/external/python/cpython3/Doc/library/ |
D | queue.rst | 17 which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)` 19 :abbr:`LIFO (last-in, first-out)` queue, the most recently added entry is 29 :abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose 37 Constructor for a :abbr:`FIFO (first-in, first-out)` queue. *maxsize* is 45 Constructor for a :abbr:`LIFO (last-in, first-out)` queue. *maxsize* is 76 Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue.
|
/external/vboot_reference/utility/ |
D | tpmc.c | 26 const char* abbr; member 439 printf("%26s %7s %s\n", c->name, c->abbr, c->description); in main() 447 if (strcmp(cmd, c->name) == 0 || strcmp(cmd, c->abbr) == 0) { in main()
|
/external/fmtlib/doc/bootstrap/ |
D | type.less | 233 abbr[title], 235 abbr[data-original-title] { 237 border-bottom: 1px dotted @abbr-border-color;
|
D | print.less | 27 abbr[title]:after {
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 63 static ByteStringView FindKeyAbbreviationForTesting(ByteStringView abbr); 64 static ByteStringView FindValueAbbreviationForTesting(ByteStringView abbr);
|
D | cpdf_streamcontentparser.cpp | 141 const char* abbr; member 168 ByteStringView abbr) { in FindFullName() argument 169 auto* it = std::find_if(table, table + count, [abbr](const AbbrPair& pair) { in FindFullName() 170 return pair.abbr == abbr; in FindFullName() 1632 ByteStringView abbr) { in FindKeyAbbreviationForTesting() argument 1633 return FindFullName(kInlineKeyAbbr, FX_ArraySize(kInlineKeyAbbr), abbr); in FindKeyAbbreviationForTesting() 1638 ByteStringView abbr) { in FindValueAbbreviationForTesting() argument 1639 return FindFullName(kInlineValueAbbr, FX_ArraySize(kInlineValueAbbr), abbr); in FindValueAbbreviationForTesting()
|
/external/python/dateutil/dateutil/tz/ |
D | tz.py | 345 self.abbr == other.abbr and 566 abbr = fileobj.read(charcnt).decode() 615 tti.abbr = abbr[abbrind:abbr.find('\x00', abbrind)] 844 return self._find_ttinfo(dt).abbr
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScript.java | 282 String abbr = UScript.getShortName(code); in TestAllCodepoints() local 283 if(abbr.indexOf("INV")>=0){ in TestAllCodepoints()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScript.java | 279 String abbr = UScript.getShortName(code); in TestAllCodepoints() local 280 if(abbr.indexOf("INV")>=0){ in TestAllCodepoints()
|
/external/arm-trusted-firmware/docs/ |
D | glossary.rst | 200 Translation (abbr.). For example, "XLAT table".
|
/external/llvm/docs/_ocamldoc/ |
D | style.css | 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector
|