Home
last modified time | relevance | path

Searched refs:Extra (Results 1 – 25 of 120) sorted by relevance

12345

/external/markdown/docs/extensions/
Dextra.txt1 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
DFenced_Code_Blocks.txt16 [PHP Markdown Extra][php].
32 In addition to PHP Extra's syntax, you can define the language of the code
Dfootnotes.txt15 Markdown community at large and almost exactly matches [PHP Markdown Extra][]'s
19 [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/#footnotes
DHeaderId.txt15 The basic syntax follows [PHP Markdown Extra][]'s implementation:
17 [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/#header-id
DTables.txt14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
Dindex.txt13 * [[Extra]]
DAbbreviations.txt16 [PHP Markdown Extra][php].
DDefinition_Lists.txt16 [PHP Markdown Extra][php].
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td469 // 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/
DGNUmakefile.am23 # 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/
Dtokenize.h23 short Extra; member
29 short Extra; member
Dtokenize.c67 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()
Dasm_enc_offsets.c68 DEFINE(tokenextra_extra, offsetof(TOKENEXTRA, Extra));
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp726 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/
Dc++.m484 # 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/
DPHP Markdown Extra Readme.text1 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/
DInclusionRewriter.cpp66 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/
DIntervalMap.cpp130 const unsigned Extra = (Elements + Grow) % Nodes; in distribute() local
134 Sum += NewSize[n] = PerNode + (n < Extra); in distribute()
/external/markdown/tests/misc/
Dmismatched-tags.txt5 <p>And this output</p> *Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:*
/external/llvm/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll12 ; Extra code:
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-hostname-expected.txt8 Extra slashes before hostname
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp152 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/
DHashTable.h324 …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/
DTargetSchedule.td30 int MispredictPenalty = -1; // Extra cycles for a mispredicted branch.
/external/webkit/Source/WebCore/css/
DStyleSheet.idl38 // Extra WebCore methods exposed to allowe compile-time casting in C++

12345