HomeSort by relevance Sort by last modified time
    Searched refs:__placeholder_re (Results 1 - 2 of 2) sorted by null

  /external/markdown/markdown/
treeprocessors.py 44 self.__placeholder_re = re.compile(markdown.INLINE_PLACEHOLDER % r'([0-9]{4})')
65 m = self.__placeholder_re.search(data, index)
  /external/chromium_org/third_party/markdown/
treeprocessors.py 86 self.__placeholder_re = util.INLINE_PLACEHOLDER_RE
107 m = self.__placeholder_re.search(data, index)

Completed in 364 milliseconds