Home
last modified time | relevance | path

Searched refs:RegexList (Results 1 – 24 of 24) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/email/
H A Dglobals.h31 extern struct RegexList NoSpamList; ///< List of regexes to whitelist non-spam emails
36 extern struct RegexList UnSubscribedLists; ///< List of regexes to blacklist false matches in Subs…
37 extern struct RegexList MailLists; ///< List of regexes to match mailing lists
38 extern struct RegexList UnMailLists; ///< List of regexes to blacklist false matches in Mail…
39 extern struct RegexList SubscribedLists; ///< List of regexes to match subscribed mailing lists
H A Dglobals.c33 struct RegexList NoSpamList = STAILQ_HEAD_INITIALIZER(NoSpamList);
40 struct RegexList UnSubscribedLists = STAILQ_HEAD_INITIALIZER(UnSubscribedLists);
41 struct RegexList MailLists = STAILQ_HEAD_INITIALIZER(MailLists);
42 struct RegexList UnMailLists = STAILQ_HEAD_INITIALIZER(UnMailLists);
43 struct RegexList SubscribedLists = STAILQ_HEAD_INITIALIZER(SubscribedLists);
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dregex3.h104 STAILQ_HEAD(RegexList, RegexNode);
122 int mutt_regexlist_add (struct RegexList *rl, const char *str, uint16_t flags, stru…
123 void mutt_regexlist_free (struct RegexList *rl);
124 bool mutt_regexlist_match (struct RegexList *rl, const char *str);
126 int mutt_regexlist_remove(struct RegexList *rl, const char *str);
H A Dregex.c132 int mutt_regexlist_add(struct RegexList *rl, const char *str, uint16_t flags, in mutt_regexlist_add()
171 void mutt_regexlist_free(struct RegexList *rl) in mutt_regexlist_free()
192 bool mutt_regexlist_match(struct RegexList *rl, const char *str) in mutt_regexlist_match()
227 int mutt_regexlist_remove(struct RegexList *rl, const char *str) in mutt_regexlist_remove()
/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/
H A Dregexlist.py7 class RegexList: class
62 WhiteList = RegexList()
63 BlackList = RegexList()
/dports/mail/neomutt/neomutt-20211029/test/regex/
H A Dmutt_regexlist_add.c38 struct RegexList regexlist = { 0 }; in test_mutt_regexlist_add()
44 struct RegexList regexlist = STAILQ_HEAD_INITIALIZER(regexlist); in test_mutt_regexlist_add()
H A Dmutt_regexlist_remove.c37 struct RegexList regexlist = { 0 }; in test_mutt_regexlist_remove()
H A Dmutt_regexlist_match.c37 struct RegexList regexlist = { 0 }; in test_mutt_regexlist_match()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dserverbanmanager.h82 typedef std::list<boost::regex> RegexList; typedef
94 RegexList m_gameNameBadWordFilter;
/dports/mail/neomutt/neomutt-20211029/
H A Dalternates.c42 struct RegexList Alternates = STAILQ_HEAD_INITIALIZER(Alternates); ///< List of regexes to match th…
43 struct RegexList UnAlternates = STAILQ_HEAD_INITIALIZER(UnAlternates); ///< List of regexes to blac…
/dports/devel/vera++/vera++-1.3.0/src/plugins/
H A DExclusions.cpp30 typedef std::vector<boost::regex> RegexList; typedef
31 RegexList exclusionRegexs;
/dports/mail/neomutt/neomutt-20211029/address/
H A Dgroup.h42 struct RegexList rs; ///< Group Regex patterns
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverbanmanager.cpp231 RegexList::const_iterator i = m_gameNameBadWordFilter.begin(); in IsBadGameName()
232 RegexList::const_iterator end = m_gameNameBadWordFilter.end(); in IsBadGameName()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGuiColorTextEdit/
H A DTextEditor.h267 typedef std::vector<std::pair<std::regex, PaletteIndex>> RegexList; typedef
364 RegexList mRegexList;
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A DTextEditor.h270 typedef std::vector<std::pair<std::regex, PaletteIndex>> RegexList; typedef
378 RegexList mRegexList;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp320 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
321 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp320 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
321 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp320 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
321 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopDetection.cpp326 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
327 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()