/external/markdown/markdown/extensions/ |
abbr.py | 37 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference') 40 class AbbrPreprocessor(markdown.preprocessors.Preprocessor):
|
fenced_code.py | 79 md.preprocessors.add('fenced_code_block', 84 class FencedBlockPreprocessor(markdown.preprocessors.Preprocessor):
|
meta.py | 55 md.preprocessors.add("meta", MetaPreprocessor(md), "_begin") 58 class MetaPreprocessor(markdown.preprocessors.Preprocessor):
|
imagelinks.py | 34 md.preprocessors.add("imagelink", ImageLinkPreprocessor(md), "_begin") 37 class ImageLinkPreprocessor(markdown.preprocessors.Preprocessor):
|
footnotes.py | 60 md.preprocessors.add("footnote", FootnotePreprocessor(self), 147 class FootnotePreprocessor(markdown.preprocessors.Preprocessor):
|
/external/markdown/markdown/ |
postprocessors.py | 5 Markdown also allows post-processors, which are similar to preprocessors in 56 (markdown.preprocessors.HTML_PLACEHOLDER % i), 58 text = text.replace(markdown.preprocessors.HTML_PLACEHOLDER % i,
|
__init__.py | 147 1. A bunch of "preprocessors" munge the input text. 161 import preprocessors namespace 214 # Preprocessors 215 self.preprocessors = odict.OrderedDict() 216 self.preprocessors["html_block"] = \ 217 preprocessors.HtmlBlockPreprocessor(self) 218 self.preprocessors["reference"] = \ 219 preprocessors.ReferencePreprocessor(self) 310 self.htmlStash = preprocessors.HtmlStash() 385 # Split into lines and run the line preprocessors [all...] |
/external/markdown/ |
regression-tests.py | 99 self.stash = markdown.preprocessors.HtmlStash() 105 markdown.preprocessors.HTML_PLACEHOLDER % 0) 113 markdown.preprocessors.HTML_PLACEHOLDER % 1)
|
/device/htc/flounder/audio/hal/ |
audio_hw.c | [all...] |
audio_hw.h | 358 struct effect_info_s preprocessors[MAX_PREPROCESSORS]; member in struct:stream_in
|
/device/google/dragon/audio/hal/ |
audio_hw.h | 280 struct effect_info_s preprocessors[MAX_PREPROCESSORS]; member in struct:stream_in
|
audio_hw.c | [all...] |
/external/bison/ |
configure | [all...] |