search for: sregex

Displaying 3 results from an estimated 3 matches for "sregex".

Did you mean: regex
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
...x-n-match dynamic and static xpressive regex's, so refer to std/tr1/boost::regex boost::xpressive(static): // This will be faster then all of the above methods as the regex parse tree is created at compile-time instead of run-time bool parse_test(std::string &testStr, myPair &ret) { sregex e = (s1=(!as_xpr('-')>>+_d>>!('.'>>*_d)))[ref(ret.first)=atof_adapt(s1)] >> '|'>> (s2=*_d)[push_back(ref(ret.second),atoi_adapt(s2))] >> *(',' >> (s2=*_d)[push_back(ref(ret.second),atoi_adapt(s2))]) bool successful = re...
2009 Aug 24
2
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 5:50 PM, OvermindDL1 wrote: > On Sun, Aug 23, 2009 at 6:32 PM, Daniel Dunbar<daniel at zuster.org> > wrote: >> This is too heavy, and we don't need the extra features, and regexec >> is well tested and much more standard. Unless there is an >> overwhelming > > 'regexec' I had never heard of, figured it was a library, turns
2017 Dec 16
7
ot: fail2ban dovecot setup
I'm trying to setup and test fail2ban with dovecot I've installed fail2ban, I've copied config from https://wiki2.dovecot.org/HowTo/Fail2Ban, and, trying to test it, attempted multiple mail access with wrong password, but, get this: # fail2ban-client status dovecot-pop3imap Status for the jail: dovecot-pop3imap |- Filter | |- Currently failed: 0 | |- Total failed: 0 | `- File