Home
last modified time | relevance | path

Searched refs:any_match (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/security/py-exscript/exscript-2.6/tests/Exscript/util/
H A DmatchTest.py31 from Exscript.util.match import any_match
34 self.assertEqual(any_match(string, r'aaa'), [])
35 self.assertEqual(any_match(string, r'\S+'), ['one uno', 'two due'])
36 self.assertEqual(any_match(string, r'(aaa)'), [])
37 self.assertEqual(any_match(string, r'(\S+)'), ['one', 'two'])
38 self.assertEqual(any_match(string, r'(aaa) (\S+)'), [])
40 self.assertEqual(any_match(string, r'(\S+) (\S+)'), expected)
/dports/textproc/py-csvkit/csvkit-1.0.6/csvkit/
H A Dgrep.py36 def __init__(self, reader, patterns, header=True, any_match=False, inverse=False): argument
45 self.any_match = any_match
72 if self.any_match:
79 if self.any_match:
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dstring_constraint.cpp177 bool any_match = false; in DoesListMatch() local
185 any_match = DoesTextMatch(*s); in DoesListMatch()
186 if (any_match) { in DoesListMatch()
192 any_match = !any_match; in DoesListMatch()
194 return any_match; in DoesListMatch()
H A Dseqid_guesser.cpp264 bool any_match = false; in DoesSeqMatchConstraint() local
268 any_match |= this_match; in DoesSeqMatchConstraint()
274 return any_match; in DoesSeqMatchConstraint()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dstring_constraint.cpp177 bool any_match = false; in DoesListMatch() local
185 any_match = DoesTextMatch(*s); in DoesListMatch()
186 if (any_match) { in DoesListMatch()
192 any_match = !any_match; in DoesListMatch()
194 return any_match; in DoesListMatch()
H A Dseqid_guesser.cpp264 bool any_match = false; in DoesSeqMatchConstraint() local
268 any_match |= this_match; in DoesSeqMatchConstraint()
274 return any_match; in DoesSeqMatchConstraint()
/dports/devel/p5-MooseX-Role-Matcher/MooseX-Role-Matcher-0.05/t/
H A D100-collection.t31 sub any_match {
33 Foo->any_match($self->foos, @_);
56 ok(!$foos->any_match(b => qr/z/),
H A D101-parameterized.t31 sub any_match {
33 Foo->any_match($self->foos, @_);
H A D005-synopsis.t29 ok(Person->any_match([@people], age => 22, phone => qr/4$/),
/dports/security/py-exscript/exscript-2.6/demos/quickstart/
H A Dquickstart.py2 from Exscript.util.match import any_match
9 files = any_match(conn, r'(\S+)')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/dns/
H A Ddns_util.cc234 bool any_match = false; in FindAddressListDeltaType() local
242 any_match = true; in FindAddressListDeltaType()
256 if (any_match) in FindAddressListDeltaType()
265 else if (any_match) in FindAddressListDeltaType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_util.cc248 bool any_match = false; in FindAddressListDeltaType() local
256 any_match = true; in FindAddressListDeltaType()
270 if (any_match) in FindAddressListDeltaType()
279 else if (any_match) in FindAddressListDeltaType()
/dports/textproc/py-csvkit/csvkit-1.0.6/csvkit/utilities/
H A Dcsvgrep.py84 inverse=self.args.inverse, any_match=self.args.any_match)
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/tcg/
H A Dvec_string_helper.c366 bool any_match = false;
382 any_match = true;
387 any_match = in ^ any_match;
389 if (any_match) {
/dports/emulators/qemu/qemu-6.2.0/target/s390x/tcg/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dvec_string_helper.c366 bool any_match = false; in vstrc() local
382 any_match = true; in vstrc()
387 any_match = in ^ any_match; in vstrc()
389 if (any_match) { in vstrc()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DTextSelector.h108 virtual boolean autoFill(boolean any_match=FALSE);
109 virtual boolean autoFill(boolean any_match, boolean& unique_match);
/dports/textproc/py-csvkit/csvkit-1.0.6/tests/
H A Dtest_grep.py112 fcr = FilteringCSVReader(iter(self.tab2), patterns={'age': 'only', 0: '2'}, any_match=True)
123 …fcr = FilteringCSVReader(iter(self.tab2), patterns={'age': 'only', 0: '2'}, any_match=True, invers…
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dexpand.c49 EXPORT BOOL any_match __PR((char *s));
91 any_match(s) in any_match() function
470 if (!any_match(s))
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dexpand.c49 EXPORT BOOL any_match __PR((char *s));
91 any_match(s) in any_match() function
470 if (!any_match(s))

12345678