Home
last modified time | relevance | path

Searched refs:caption_regex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gource/gource-0.51/src/
H A Dgource.cpp1064 Regex caption_regex("^(?:\\xEF\\xBB\\xBF)?([0-9]+)\\|(.+)$"); variable
1082 if(!caption_regex.match(line, &matches)) continue; in loadCaptions()
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py580 class caption_regex(MessageFilter): class in Filters