Home
last modified time | relevance | path

Searched refs:first_only (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/devel/libcutl/libcutl-1.10.0/cutl/
H A Dre.hxx107 bool first_only = false) const;
193 replace (string_type const& s, bool first_only = false) const in replace()
195 return regex_.replace (s, sub_, first_only); in replace()
252 bool first_only = false) in replace() argument
255 return r.replace (s, sub, first_only); in replace()
262 bool first_only = false) in replace() argument
265 return r.replace (s, first_only); in replace()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/
H A Dre.hxx105 bool first_only = false) const;
191 replace (string_type const& s, bool first_only = false) const in replace()
193 return regex_.replace (s, sub_, first_only); in replace()
250 bool first_only = false) in replace() argument
253 return r.replace (s, sub, first_only); in replace()
260 bool first_only = false) in replace() argument
263 return r.replace (s, first_only); in replace()
/dports/science/qbox/qbox-public-rel1_73_3/util/
H A Dqso2qbox.py26 first_only = True variable
31 first_only = False variable
43 while ( str !="" and not (first_only and handler.done_first) ):
52 while ( str !="" and not (first_only and handler.done_first) ):
H A Dqso2qe.py24 first_only = True variable
29 first_only = False variable
41 while ( str !="" and not (first_only and handler.done_first) ):
50 while ( str !="" and not (first_only and handler.done_first) ):
H A Dqbox_xyz.py26 first_only = False variable
31 first_only = True variable
107 while ( s !="" and not (first_only and handler.done_first) ):
116 while ( s !="" and not (first_only and handler.done_first) ):
/dports/devel/py-testtools/testtools-2.5.0/testtools/matchers/
H A D_datastructures.py29 return MatchesAll(*map(Contains, items), first_only=False)
50 def __init__(self, matchers, first_only=False): argument
58 self.first_only = first_only
70 if self.first_only:
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/matchers/
H A D_datastructures.py29 return MatchesAll(*map(Contains, items), first_only=False)
50 def __init__(self, matchers, first_only=False): argument
58 self.first_only = first_only
70 if self.first_only:
/dports/devel/ros-catkin/catkin-0.8.9/test/unit_tests/
H A Dtest_catkin_find.py16 self.assertEqual(False, args.first_only)
23 self.assertEqual(False, args.first_only)
32 self.assertEqual(True, args.first_only)
/dports/devel/R-cran-future/future/R/
H A Dutils-marshalling.R46 find_references <- function(x, first_only = FALSE) { argument
55 refhook <- if (first_only) {
98 ref <- find_references(x, first_only = TRUE)
118 ref_ii <- find_references(x[ii], first_only = TRUE)
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dpair.c40 bool first_only; member
333 return c->first_only; in otherattr()
352 bool first_only, RAD_COMPARE_FUNC func, void *instance) in paircompare_register_byname() argument
381 return paircompare_register(da, from, first_only, func, instance); in paircompare_register_byname()
395 bool first_only, RAD_COMPARE_FUNC func, void *instance) in paircompare_register() argument
408 c->first_only = first_only; in paircompare_register()
488 bool first_only; in paircompare() local
540 first_only = otherattr(check_item->da, &from); in paircompare()
544 if (!first_only) { in paircompare()
633 if ((result != 0) && (!first_only)) { in paircompare()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/re/
H A Dre.cxx252 bool first_only ((flags & regex_constants::format_first_only) == in regex_replace_ex()
272 if (first_only && i != b) in regex_replace_ex()
450 bool first_only) const in replace()
455 if (first_only) in replace()
465 bool first_only) const in replace()
470 if (first_only) in replace()
/dports/devel/libcutl/libcutl-1.10.0/cutl/re/
H A Dre.cxx197 bool first_only) const in replace()
202 if (first_only) in replace()
212 bool first_only) const in replace()
217 if (first_only) in replace()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/cgal/
H A DRemeshSelfIntersectionsParam.h22 bool first_only; member
29 first_only(_first_only), in detect_only()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/cgal/
H A DRemeshSelfIntersectionsParam.h22 bool first_only; member
29 first_only(_first_only), in detect_only()
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Dmax.py5 from .min import first_only
24 return self.max_by(identity, comparer).map(lambda x: first_only(x))
H A Dmin.py7 def first_only(x): function
29 return self.min_by(identity, comparer).map(first_only)
/dports/devel/R-cran-fansi/fansi/src/
H A Dwrap.c304 int first_only, SEXP ctl in strwrap() argument
388 (state.string[state.pos_byte] == '\n' && !first_only) || in strwrap()
403 (wrap_always && !has_boundary) || first_only in strwrap()
442 if(!first_only) { in strwrap()
493 if(!first_only) { in strwrap()
531 SEXP first_only, in FANSI_strwrap_ext() argument
544 TYPEOF(first_only) != LGLSXP || in FANSI_strwrap_ext()
594 int first_only_int = asInteger(first_only); in FANSI_strwrap_ext()
/dports/devel/py-rx/Rx-3.2.0/rx/core/operators/
H A Dmax.py8 from .min import first_only
30 ops.map(first_only)
H A Dmin.py10 def first_only(x: Sequence) -> Any: function
37 ops.map(first_only)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dquery_recorder.rb60 def find_query(query_regexp, limit, first_only: false)
66 break if first_only
70 out.flatten! if first_only
/dports/graphics/wings/libigl-2.1.0/python/py_igl/copyleft/cgal/
H A Dpy_RemeshSelfIntersectionsParam.cpp15 m.first_only = false; in __anon7c6931600102()
19 .def_readwrite("first_only", &igl::copyleft::cgal::RemeshSelfIntersectionsParam::first_only)
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DHTMLSpellCheck.cpp43 bool first_only, in GetMisspelledWords() argument
107 if (first_only) { in GetMisspelledWords()
226 bool first_only, in CountMisspelledWords() argument
229 …return GetMisspelledWords(text, start_offset, end_offset, search_regex, first_only, include_all_wo… in CountMisspelledWords()
H A DHTMLSpellCheck.h44 bool first_only = false,
55 bool first_only = false,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort_comp.pass.cpp36 struct first_only struct
65 std::stable_sort(v.begin(), v.end(), first_only()); in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort_comp.pass.cpp36 struct first_only struct
65 std::stable_sort(v.begin(), v.end(), first_only()); in test()

1234567