Home
last modified time | relevance | path

Searched refs:match_partial (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/devel/boost-docs/boost_1_72_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 …TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "x", match_default|match_partial, make_array(0, 1, -2, -2)… in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
129 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
135 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 …TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "x", match_default|match_partial, make_array(0, 1, -2, -2)… in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
129 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
135 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
131 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
142 TEST_REGEX_SEARCH("(xyz)(.*)abc", extended, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
131 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
142 TEST_REGEX_SEARCH("(xyz)(.*)abc", extended, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
131 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
142 TEST_REGEX_SEARCH("(xyz)(.*)abc", extended, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
131 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
142 TEST_REGEX_SEARCH("(xyz)(.*)abc", extended, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
131 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
142 TEST_REGEX_SEARCH("(xyz)(.*)abc", extended, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 …TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "x", match_default|match_partial, make_array(0, 1, -2, -2)… in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
129 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
135 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/regex/test/regress/
H A Dbasic_tests.cpp124 …TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "x", match_default|match_partial, make_array(0, 1, -2, -2)… in test_partial_match()
125 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
126 TEST_REGEX_SEARCH("(xyz)(.*)abc", perl, "aaaa", match_default|match_partial, make_array(-2, -2)); in test_partial_match()
127 TEST_REGEX_SEARCH(".abc", perl, "aaab", match_default|match_partial, make_array(1, 4, -2, -2)); in test_partial_match()
128 TEST_REGEX_SEARCH("a[_]", perl, "xxa", match_default|match_partial, make_array(2, 3, -2, -2)); in test_partial_match()
129 TEST_REGEX_SEARCH(".{4,}", perl, "xxa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
132 TEST_REGEX_SEARCH("a{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
133 TEST_REGEX_SEARCH("\\w{4,}", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
134 … TEST_REGEX_SEARCH(".*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
135 … TEST_REGEX_SEARCH("a*?<tag>", perl, "aaa", match_default|match_partial, make_array(0, 3, -2, -2)); in test_partial_match()
[all …]
/dports/devel/R-cran-registry/registry/man/
H A Dmatchfuns.Rd5 \alias{match_partial}
15 match_partial(lookup, entry, \dots)
23 currently not used. For \code{match_partial} and
48 R$set_field("Key", type = "character", is_key = TRUE, index_FUN = match_partial)
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
57 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
82 | match_continuous | match_partial | match_stop | match_not_initial_null
131 using regex_constants::match_partial;
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
75 | match_continuous | match_partial | match_stop | match_not_initial_null
129 using regex_constants::match_partial;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/regex/v4/
H A Dmatch_flags.hpp49 match_partial = match_continuous << 1, /* find partial matches */
51 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
76 | match_continuous | match_partial | match_stop | match_not_initial_null
130 using regex_constants::match_partial;
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
57 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
82 | match_continuous | match_partial | match_stop | match_not_initial_null
136 using regex_constants::match_partial;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
57 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
82 | match_continuous | match_partial | match_stop | match_not_initial_null
136 using regex_constants::match_partial;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
57 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
82 | match_continuous | match_partial | match_stop | match_not_initial_null
136 using regex_constants::match_partial;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
57 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
82 | match_continuous | match_partial | match_stop | match_not_initial_null
136 using regex_constants::match_partial;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
118 using regex_constants::match_partial;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
118 using regex_constants::match_partial;
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dmatch_flags.hpp48 match_partial = match_continuous << 1, /* find partial matches */ enumerator
50 match_stop = match_partial << 1, /* stop after first match (grep) V3 only */
118 using regex_constants::match_partial;

12345678910>>...21