/external/markdown/docs/extensions/ |
D | extra.txt | 1 Python-Markdown Extra 8 [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/). 19 See each individual extension for syntax documentation. Extra and all it's 36 Python-Markdown that are not included here in Extra. Those extensions 37 are not part of PHP Markdown Extra, and therefore, not part of 38 Python-Markdown Extra. If you really would like Extra to include 39 additional extensions, we suggest creating your own clone of Extra
|
D | Fenced_Code_Blocks.txt | 16 [PHP Markdown Extra][php]. 32 In addition to PHP Extra's syntax, you can define the language of the code
|
D | footnotes.txt | 15 Markdown community at large and almost exactly matches [PHP Markdown Extra][]'s 19 [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/#footnotes
|
D | HeaderId.txt | 15 The basic syntax follows [PHP Markdown Extra][]'s implementation: 17 [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/#header-id
|
D | Tables.txt | 14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
|
D | index.txt | 13 * [[Extra]]
|
D | Abbreviations.txt | 16 [PHP Markdown Extra][php].
|
D | Definition_Lists.txt | 16 [PHP Markdown Extra][php].
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 469 // Extra latency cycles since wbck is 2 cycles 478 // Extra latency cycles since wbck is 2 cycles 488 // Extra latency cycles since wbck is 4 cycles 497 // Extra latency cycles since wbck is 4 cycles 669 // Extra 1 latency cycle since wbck is 2 cycles 678 // Extra 1 latency cycle since wbck is 2 cycles 881 // Extra latency cycles since wbck is 7 cycles 909 // Extra latency cycles since wbck is 7 cycles 1280 // Extra latency cycles since wbck is 6 cycles 1289 // Extra latency cycles since wbck is 6 cycles [all …]
|
/external/webkit/Source/WebKit/gtk/docs/ |
D | GNUmakefile.am | 23 # Extra options to pass to gtkdoc-scangobj. Not normally needed. 26 # Extra options to supply to gtkdoc-scan. 30 # Extra options to supply to gtkdoc-mkdb. 34 # Extra options to supply to gtkdoc-mktmpl 38 # Extra options to supply to gtkdoc-fixref. Not normally needed. 56 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
/external/libvpx/vp8/encoder/ |
D | tokenize.h | 23 short Extra; member 29 short Extra; member
|
D | tokenize.c | 67 t[i].Extra = eb; in fill_value_tokens() 77 const int extra = t[i].Extra; in fill_value_tokens() 126 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; in tokenize2nd_order_b() 179 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; in tokenize1st_order_b()
|
D | asm_enc_offsets.c | 68 DEFINE(tokenextra_extra, offsetof(TOKENEXTRA, Extra));
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 726 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() local 727 DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n"); in shouldConvertIf() 728 if (Extra > CritLimit) { in shouldConvertIf() 737 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() local 738 DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n"); in shouldConvertIf() 739 if (Extra > CritLimit) { in shouldConvertIf() 748 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf() local 749 DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n"); in shouldConvertIf() 750 if (Extra > CritLimit) { in shouldConvertIf()
|
/external/bison/data/ |
D | c++.m4 | 84 # Extra formal arguments of the constructor. 99 # Extra initialisations of the constructor. 112 # Extra instance variables.
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 1 PHP Markdown Extra 152 replace it with PHP Markdown Extra -- in many of these programs by 207 Extra 1.2.3 (31 Dec 2008): 213 * Fix for a bug introduced in Extra 1.2 where block-level HTML tags where 219 Extra 1.2.2 (21 Jun 2008): 240 Extra 1.2.1 (27 May 2008): 246 Extra 1.2 (11 May 2008): 316 Extra 1.1.7 (26 Sep 2007): 325 Extra 1.1.6 (4 Sep 2007): 338 Extra 1.1.5 (31 Aug 2007): [all …]
|
/external/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 66 StringRef EOL, StringRef Extra = StringRef()); 96 StringRef EOL, StringRef Extra) { in WriteLineInfo() argument 105 if (!Extra.empty()) in WriteLineInfo() 106 OS << Extra; in WriteLineInfo()
|
/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 130 const unsigned Extra = (Elements + Grow) % Nodes; in distribute() local 134 Sum += NewSize[n] = PerNode + (n < Extra); in distribute()
|
/external/markdown/tests/misc/ |
D | mismatched-tags.txt | 5 <p>And this output</p> *Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:*
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 12 ; Extra code:
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-hostname-expected.txt | 8 Extra slashes before hostname
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 152 void WriteLineInfo(unsigned LineNo, const char *Extra=0, unsigned ExtraLen=0); 165 const char *Extra, in WriteLineInfo() argument 180 OS.write(Extra, ExtraLen); in WriteLineInfo()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTable.h | 324 …template<typename T, typename Extra, typename HashTranslator> pair<iterator, bool> add(const T& ke… 325 …mplate<typename T, typename Extra, typename HashTranslator> pair<iterator, bool> addPassingHashCod… 629 template<typename T, typename Extra, typename HashTranslator> 630 …ble<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T& key, const Extra& extra) 714 template<typename T, typename Extra, typename HashTranslator> 715 … Extractor, HashFunctions, Traits, KeyTraits>::addPassingHashCode(const T& key, const Extra& extra)
|
/external/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 30 int MispredictPenalty = -1; // Extra cycles for a mispredicted branch.
|
/external/webkit/Source/WebCore/css/ |
D | StyleSheet.idl | 38 // Extra WebCore methods exposed to allowe compile-time casting in C++
|