Home
last modified time | relevance | path

Searched defs:greedy (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dminions.py234 self, expr, greedy, ignore_missing=False argument
344 def _check_grain_minions(self, expr, delimiter, greedy): argument
350 def _check_grain_pcre_minions(self, expr, delimiter, greedy): argument
358 def _check_pillar_minions(self, expr, delimiter, greedy): argument
364 def _check_pillar_pcre_minions(self, expr, delimiter, greedy): argument
372 def _check_pillar_exact_minions(self, expr, delimiter, greedy): argument
380 def _check_ipcidr_minions(self, expr, greedy): argument
434 def _check_range_minions(self, expr, greedy): argument
465 def _check_compound_pillar_exact_minions(self, expr, delimiter, greedy): argument
474 self, expr, delimiter, greedy, pillar_exact=False argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DDottedVersion.java45 private DottedVersion(String version, boolean greedy) { in DottedVersion()
51 public static DottedVersion greedy(String version) { in greedy() method in DottedVersion
75 private static int[] parseVersionString(String version, boolean greedy) { in parseVersionString()
142 final private boolean greedy; field in DottedVersion
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DDottedVersion.java48 private DottedVersion(String version, boolean greedy) { in DottedVersion()
54 static DottedVersion greedy(String version) { in greedy() method in DottedVersion
87 private static BigInteger[] parseVersionString(String version, boolean greedy) { in parseVersionString()
166 final private boolean greedy; field in DottedVersion
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DDottedVersion.java48 private DottedVersion(String version, boolean greedy) { in DottedVersion()
54 static DottedVersion greedy(String version) { in greedy() method in DottedVersion
87 private static BigInteger[] parseVersionString(String version, boolean greedy) { in parseVersionString()
166 final private boolean greedy; field in DottedVersion
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DDottedVersion.java48 private DottedVersion(String version, boolean greedy) { in DottedVersion()
54 static DottedVersion greedy(String version) { in greedy() method in DottedVersion
87 private static BigInteger[] parseVersionString(String version, boolean greedy) { in parseVersionString()
165 private final boolean greedy; field in DottedVersion
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpaste_context.h27 PasteContext(unsigned count, float times, ItemCounts counts, bool greedy) in PasteContext()
37 bool greedy; ///< If true, greedily steal items that don't match variable
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dperl_matcher_recursive.hpp317 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
385 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
447 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
508 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
597 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
687 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DDottedVersionTest.java39 public DottedVersionTest(boolean greedy) { in DottedVersionTest()
115 private final boolean greedy; field in DottedVersionTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DDottedVersionTest.java40 public DottedVersionTest(boolean greedy) { in DottedVersionTest()
116 private final boolean greedy; field in DottedVersionTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DDottedVersionTest.java39 public DottedVersionTest(boolean greedy) { in DottedVersionTest()
114 private final boolean greedy; field in DottedVersionTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DDottedVersionTest.java40 public DottedVersionTest(boolean greedy) { in DottedVersionTest()
116 private final boolean greedy; field in DottedVersionTest
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
729 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
729 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
729 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp344 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
412 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
474 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
535 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
639 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
735 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp365 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
437 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
499 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
560 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
664 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
760 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp365 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
437 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
499 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
560 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
664 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
760 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dperl_matcher_recursive.hpp365 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
437 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
499 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
560 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
664 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
760 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dperl_matcher_recursive.hpp365 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
437 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
499 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
560 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
664 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
760 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dperl_matcher_recursive.hpp365 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_rep() local
437 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_slow() local
499 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_dot_repeat_fast() local
560 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_char_repeat() local
664 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_set_repeat() local
760 …bool greedy = (rep->greedy) && (!(m_match_flags & regex_constants::match_any) || m_independent); in match_long_set_repeat() local

12345678910>>...39