Home
last modified time | relevance | path

Searched refs:regex_ (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/dports/devel/libcutl/libcutl-1.10.0/cutl/
H A Dre.hxx45 : format_base (d), regex_ (e) {} in basic_format()
50 return regex_; in regex()
54 std::basic_string<C> regex_; member
163 : regex_ (regex), sub_ (sub) in basic_regexsub()
168 : regex_ (regex), sub_ (sub) in basic_regexsub()
183 return regex_.match (s); in match()
189 return regex_.search (s); in search()
195 return regex_.replace (s, sub_, first_only); in replace()
202 return regex_; in regex()
214 return sub_.empty () && regex_.empty (); in empty()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWRegExpValidator.C30 regex_(), in WRegExpValidator()
36 regex_(pattern.toUTF8()), in WRegExpValidator()
45 regex_.assign(pattern.toUTF8()); in setRegExp()
69 if (std::regex_match(input.toUTF8(), regex_)) in validate()
86 regex_.assign(pattern_.toUTF8(), std::regex::icase); in setFlags()
88 regex_.assign(pattern_.toUTF8()); in setFlags()
95 if (regex_.flags() & std::regex::icase) in flags()
119 if (regex_.flags() & std::regex::icase) in javaScriptValidate()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/
H A Dre.hxx42 : format_base (d), regex_ (e) {} in basic_format()
48 return regex_; in regex()
52 std::basic_string<C> regex_; member
161 : regex_ (regex), sub_ (sub) in basic_regexsub()
166 : regex_ (regex), sub_ (sub) in basic_regexsub()
181 return regex_.match (s); in match()
187 return regex_.search (s); in search()
193 return regex_.replace (s, sub_, first_only); in replace()
200 return regex_; in regex()
212 return sub_.empty () && regex_.empty (); in empty()
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dkeymanager.h44 std::string str() const { return regex_.str(); } in str()
47 return (other.regex_.empty() && regex_.empty())
48 || (other.regex_ == regex_ && other.negated_ == negated_);
51 RegexStr regex_;
/dports/net-im/chatterino2/chatterino2-2.3.4/src/controllers/ignores/
H A DIgnorePhrase.hpp33 , regex_(pattern) in IgnorePhrase()
40 regex_.setPatternOptions( in IgnorePhrase()
45 regex_.setPatternOptions( in IgnorePhrase()
63 return this->regex_.isValid(); in isRegexValid()
69 (this->isRegex() ? (this->regex_.isValid() && in isMatch()
70 this->regex_.match(subject).hasMatch()) in isMatch()
77 return this->regex_; in getRegex()
130 QRegularExpression regex_; member in chatterino::IgnorePhrase
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/support/detail/lexer/
H A Drules.hpp205 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
207 add_macro (name_, string (regex_)); in add_macro()
216 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
224 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
281 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
283 return add (string (regex_), id_); in add()
297 _regexes.front ().push_back (regex_); in add()
307 return add (curr_state_, string (regex_), new_state_); in add()
320 return add (curr_state_, regex_, 0, new_state_, false); in add()
340 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_)
227 add_macro (name_, string (regex_));
236 void add_macro (const CharT *name_, const string &regex_)
244 _macrodeque.push_back (string_pair (name_, regex_));
301 std::size_t add (const CharT *regex_, const std::size_t id_)
303 return add (string (regex_), id_);
317 _regexes.front ().push_back (regex_);
327 return add (curr_state_, string (regex_), new_state_);
340 return add (curr_state_, regex_, 0, new_state_, false);
360 return add (curr_state_, regex_, id_, new_state_, true);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/support/detail/lexer/
H A Drules.hpp225 void add_macro (const CharT *name_, const CharT *regex_) in add_macro() argument
227 add_macro (name_, string (regex_)); in add_macro()
236 void add_macro (const CharT *name_, const string &regex_) in add_macro() argument
244 _macrodeque.push_back (string_pair (name_, regex_)); in add_macro()
301 std::size_t add (const CharT *regex_, const std::size_t id_) in add() argument
303 return add (string (regex_), id_); in add()
317 _regexes.front ().push_back (regex_); in add()
327 return add (curr_state_, string (regex_), new_state_); in add()
340 return add (curr_state_, regex_, 0, new_state_, false); in add()
360 return add (curr_state_, regex_, id_, new_state_, true); in add()
[all …]
/dports/devel/kyua/kyua-0.13/utils/text/
H A Dregex.cpp219 impl(const std::string& regex_, const std::size_t ngroups, in impl()
224 const int error = ::regcomp(&_preg, regex_.c_str(), flags); in impl()
227 % regex_); in impl()
264 text::regex::compile(const std::string& regex_, const std::size_t ngroups, in compile() argument
267 return regex(std::shared_ptr< impl >(new impl(regex_, ngroups, in compile()
298 text::match_regex(const std::string& regex_, const std::string& str, in match_regex() argument
301 return regex::compile(regex_, ngroups, ignore_case).match(str); in match_regex()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/jface/
H A DRegexStringFieldEditor.java20 protected String regex_; field in RegexStringFieldEditor
42 regex_ = regex; in RegexStringFieldEditor()
49 if( regex_ == null ) { in checkState()
53 boolean matches = getTextControl( ).getText( ).matches( regex_ ); in checkState()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dlike_holder.h52 bool operator()(const std::string& data) { return RE2::FullMatch(data, regex_); } in operator()
55 explicit LikeHolder(const std::string& pattern) : pattern_(pattern), regex_(pattern) {} in LikeHolder()
58 : pattern_(pattern), regex_(pattern, regex_op) {} in LikeHolder()
61 RE2 regex_; // compiled regex for the pattern variable

12345678910>>...24