Searched refs:detab (Results 1 - 4 of 4) sorted by relevance

/external/markdown/markdown/extensions/
H A Dfootnotes.py218 def detab(line): function in function:FootnotePreprocessor.detectTabbed
225 line = detab(line)
244 if detab(next_line): # Yes, more work to do.
H A Ddef_list.py38 d, theRest = self.detab(block[m.end():])
/external/markdown/markdown/
H A Dblockprocessors.py39 def detab(self, text): member in class:BlockProcessor
202 block, theRest = self.detab(block)
208 block, theRest = self.detab(block)
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php317 $text = $this->detab($text);
1589 # String length function for detab. `_initDetab` will create a function to
1593 function detab($text) { function

Completed in 124 milliseconds