/external/markdown/markdown/ |
D | inlinepatterns.py | 140 def handleMatch(self, m): member in Pattern 160 def handleMatch(self, m): member in SimpleTextPattern 176 def handleMatch(self, m): member in SimpleTagPattern 184 def handleMatch (self, m): member in SubstituteTagPattern 194 def handleMatch(self, m): member in BacktickPattern 206 def handleMatch(self, m): member in DoubleTagPattern 216 def handleMatch (self, m): member in HtmlPattern 225 def handleMatch(self, m): member in LinkPattern 277 def handleMatch(self, m): member in ImagePattern 300 def handleMatch(self, m): member in ReferencePattern [all …]
|
D | treeprocessors.py | 219 node = pattern.handleMatch(match)
|
/external/markdown/markdown/extensions/ |
D | abbr.py | 84 def handleMatch(self, m): member in AbbrPattern
|
D | wikilinks.py | 119 def handleMatch(self, m): member in WikiLinks
|
D | footnotes.py | 262 def handleMatch(self, m): member in FootnotePattern
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 124 virtual UBool handleMatch(int32_t matchLength,
|
D | tznames_impl.cpp | 408 if (!handler->handleMatch(index - start, node, status)) { in search() 919 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 939 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch() function in ZNameSearchHandler 1890 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 1911 TZDBNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &stat… in handleMatch() function in TZDBNameSearchHandler
|
D | tzgnames.cpp | 195 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 215 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch() function in GNameSearchHandler
|
D | tzfmt.cpp | 2727 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status); 2743 ZoneIdMatchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch() function in ZoneIdMatchHandler
|
/external/markdown/docs/ |
D | writing_extensions.txt | 72 * **``handleMatch(m)``**: 88 def handleMatch(self, m):
|