OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:treeprocessor
(Results
1 - 2
of
2
) sorted by null
/external/markdown/markdown/extensions/
rss.py
55
treeprocessor
= RssTreeProcessor(md)
56
treeprocessor
.ext = self
57
md.treeprocessors['rss'] =
treeprocessor
61
class RssTreeProcessor(markdown.treeprocessors.
Treeprocessor
):
/external/markdown/markdown/
__init__.py
151
treeprocessor
runs InlinePatterns against the ElementTree, detecting inline
394
for
treeprocessor
in self.treeprocessors.values():
395
newRoot =
treeprocessor
.run(root)
Completed in 654 milliseconds