Home
last modified time | relevance | path

Searched refs:contains_all (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/mail/geary/geary-40.0/test/engine/rfc822/
H A Drfc822-mailbox-addresses-test.vala15 add_test("contains_all", contains_all);
57 public void contains_all() throws GLib.Error {
62 assert_true(mailboxes_a.contains_all(mailboxes_a));
63 assert_true(mailboxes_a.contains_all(mailboxes_b));
64 assert_false(mailboxes_a.contains_all(mailboxes_c));
67 new_addreses({ "test1@example.com", "test2@example.com" }).contains_all(
72 new_addreses({ "test1@example.com", "test2@example.com" }).contains_all(
78 new_addreses({ "test1@example.com", "test2@example.com" }).contains_all(
83 new_addreses({ "test1@example.com", "test2@example.com" }).contains_all(
/dports/devel/libgee06/libgee-0.6.8/gee/
H A Dreadonlycollection.vala114 public bool contains_all (Collection<G> collection) {
115 return _collection.contains_all (collection);
H A Dtreemultiset.c172 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
194 gboolean (*contains_all) (GeeAbstractCollection* self, GeeCollection* collection); member
239 gboolean (*contains_all) (GeeMap* self, GeeMap* map); member
H A Dcollection.c115 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
232 return GEE_COLLECTION_GET_INTERFACE (self)->contains_all (self, collection); in gee_collection_contains_all()
H A Dhashmultiset.c172 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
194 gboolean (*contains_all) (GeeAbstractCollection* self, GeeCollection* collection); member
239 gboolean (*contains_all) (GeeMap* self, GeeMap* map); member
H A Dmultiset.c84 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
H A Dabstractset.c128 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
150 gboolean (*contains_all) (GeeAbstractCollection* self, GeeCollection* collection); member
H A Dabstractqueue.c106 gboolean (*contains_all) (GeeCollection* self, GeeCollection* collection); member
128 gboolean (*contains_all) (GeeAbstractCollection* self, GeeCollection* collection); member
/dports/graphics/shotwell/shotwell-0.30.14/src/core/
H A DAlteration.vala251 if (!keys.contains_all(other_keys))
254 if (!other_keys.contains_all(keys))
264 if (!values.contains_all(other_values))
267 if (!other_values.contains_all(values))
/dports/graphics/elementary-photos/photos-2.7.1/src/core/
H A DAlteration.vala264 if (!keys.contains_all (other_keys))
267 if (!other_keys.contains_all (keys))
277 if (!values.contains_all (other_values))
280 if (!other_values.contains_all (values))
/dports/math/p5-Set-IntSpan-Fast/Set-IntSpan-Fast-1.15/lib/Set/IntSpan/Fast/
H A DPP.pm209 *contains = *contains_all;
222 sub contains_all { subroutine
/dports/net/p5-Net-CIDR-Set/Net-CIDR-Set-0.13/lib/Net/CIDR/
H A DSet.pm343 *contains = *contains_all;
345 sub contains_all { subroutine
/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestcollection.vala41 add_test ("[Collection] contains_all", test_contains_all);
507 assert (! test_collection.contains_all (dummy));
513 assert (! test_collection.contains_all (dummy));
519 assert (! test_collection.contains_all (dummy));
524 assert (test_collection.contains_all (dummy));
525 assert (! dummy.contains_all (test_collection));
H A Dtestreadonlycollection.vala210 assert (ro_collection.contains_all (dummy));
217 assert (! ro_collection.contains_all (dummy));
/dports/devel/py-azure-datalake-store/azure-datalake-store-0.0.49/azure/datalake/store/
H A Dtransfer.py92 def contains_all(self, state): member in StateManager
348 return self._fstates.contains_all('finished')
433 if cstates.contains_all('finished'):
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dreadonlycollection.vala150 public bool contains_all (Collection<G> collection) {
151 return _collection.contains_all (collection);
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/inc/internal/values/
H A Dsimple_config_list.hpp29 bool contains_all(std::vector<shared_value>) const;
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestreadonlycollection.vala214 assert (ro_collection.contains_all (dummy));
221 assert (! ro_collection.contains_all (dummy));
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dutil.hpp57 bool contains_all(C container, T elements) { in contains_all() function
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/browsers/albums/
H A Dmodels.py135 def contains_all(self, paths): member in AlbumFilterModel

1234567