/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 | 460 // Extra latency cycles since wbck is 2 cycles 469 // Extra latency cycles since wbck is 2 cycles 479 // Extra latency cycles since wbck is 4 cycles 488 // Extra latency cycles since wbck is 4 cycles 644 // Extra 1 latency cycle since wbck is 2 cycles 653 // Extra 1 latency cycle since wbck is 2 cycles 852 // Extra latency cycles since wbck is 7 cycles 880 // Extra latency cycles since wbck is 7 cycles 1251 // Extra latency cycles since wbck is 6 cycles 1260 // 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/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 …]
|
D | License.text | 1 PHP Markdown & Extra
|
/external/bison/data/ |
D | c++.m4 | 84 # Extra formal arguments of the constructor. 99 # Extra initialisations of the constructor. 112 # Extra instance variables.
|
/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 | 146 void WriteLineInfo(unsigned LineNo, const char *Extra=0, unsigned ExtraLen=0); 159 const char *Extra, in WriteLineInfo() argument 178 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/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 350 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, in GatherConstantCompares() argument 394 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD, in GatherConstantCompares() 398 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD, in GatherConstantCompares() 408 if (Extra == 0 || Extra == I->getOperand(1)) { in GatherConstantCompares() 409 Extra = I->getOperand(1); in GatherConstantCompares() 420 if (Extra == 0 || Extra == I->getOperand(0)) { in GatherConstantCompares() 421 Value *OldExtra = Extra; in GatherConstantCompares() 422 Extra = I->getOperand(0); in GatherConstantCompares() 423 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD, in GatherConstantCompares() 427 Extra = OldExtra; in GatherConstantCompares()
|
/external/webkit/Source/WebCore/css/ |
D | StyleSheet.idl | 38 // Extra WebCore methods exposed to allowe compile-time casting in C++
|
/external/llvm/cmake/modules/ |
D | TableGen.cmake | 2 # Extra parameters for `tblgen' may come after `ofn' parameter.
|