Home
last modified time | relevance | path

Searched refs:CHILD_RE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/markdown/extensions/
Dsane_lists.py62 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.))[ ]+(.*)') variable in SaneOListProcessor
68 CHILD_RE = re.compile(r'^[ ]{0,3}(([*+-]))[ ]+(.*)') variable in SaneUListProcessor
/external/markdown/markdown/
Dblockprocessors.py261 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)') variable in OListProcessor
306 m = self.CHILD_RE.match(line)
/external/chromium_org/third_party/markdown/
Dblockprocessors.py335 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)') variable in OListProcessor
412 m = self.CHILD_RE.match(line)