/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/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/ |
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/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFCompileUnit.cpp | 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract() local 42 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && abbr != NULL) { in extract() 43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset); in extract()
|
/external/libxml2/result/noent/ |
D | xhtmlcomp.sax2 | 12 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0) 14 SAX.endElementNs(abbr, NULL, NULL)
|
/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 | 19 which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)` 21 :abbr:`LIFO (last-in, first-out)` queue, the most recently added entry is 31 :abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose 39 Constructor for a :abbr:`FIFO (first-in, first-out)` queue. *maxsize* is 47 Constructor for a :abbr:`LIFO (last-in, first-out)` queue. *maxsize* is 78 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/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 56 const ByteStringView& abbr); 58 const ByteStringView& abbr);
|
D | cpdf_streamcontentparser.cpp | 138 const char* abbr; member 165 const ByteStringView& abbr) { in FindFullName() argument 166 auto* it = std::find_if(table, table + count, [abbr](const AbbrPair& pair) { in FindFullName() 167 return pair.abbr == abbr; in FindFullName() 1635 const ByteStringView& abbr) { in FindKeyAbbreviationForTesting() argument 1636 return FindFullName(InlineKeyAbbr, FX_ArraySize(InlineKeyAbbr), abbr); in FindKeyAbbreviationForTesting() 1641 const ByteStringView& abbr) { in FindValueAbbreviationForTesting() argument 1642 return FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), abbr); in FindValueAbbreviationForTesting()
|
/external/python/dateutil/dateutil/tz/ |
D | tz.py | 339 self.abbr == other.abbr and 510 abbr = fileobj.read(charcnt).decode() 562 tti.abbr = abbr[abbrind:abbr.find('\x00', abbrind)] 784 return self._find_ttinfo(dt).abbr
|
/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/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/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
|
/external/swiftshader/third_party/llvm-7.0/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
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2558 String abbr = UScript.getShortName(code); in TestScriptAllCodepoints() local 2574 if (!scriptAbbrsChecked.contains(abbr)) { in TestScriptAllCodepoints() 2575 scriptAbbrsChecked.add(abbr); in TestScriptAllCodepoints() 2576 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() 2581 " script code: " +abbr); in TestScriptAllCodepoints() 2585 +" script code: " +abbr in TestScriptAllCodepoints()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2555 String abbr = UScript.getShortName(code); in TestScriptAllCodepoints() local 2571 if (!scriptAbbrsChecked.contains(abbr)) { in TestScriptAllCodepoints() 2572 scriptAbbrsChecked.add(abbr); in TestScriptAllCodepoints() 2573 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() 2578 " script code: " +abbr); in TestScriptAllCodepoints() 2582 +" script code: " +abbr in TestScriptAllCodepoints()
|