Home
last modified time | relevance | path

Searched refs:matches_filter (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/logviewer/
H A Dentity-filter-model.cpp52 bool matches_filter = false; in filterAcceptsRow() local
67 matches_filter = true; in filterAcceptsRow()
72 matches_filter = true; in filterAcceptsRow()
77 return matches_filter; in filterAcceptsRow()
83 if (entity.alias().contains(term, Qt::CaseInsensitive) && matches_filter) { in filterAcceptsRow()
84 return matches_filter; in filterAcceptsRow()
89 if (contact->alias().contains(term, Qt::CaseInsensitive) && matches_filter) { in filterAcceptsRow()
90 return matches_filter; in filterAcceptsRow()
/dports/devel/py-moto/moto-2.2.16/moto/rds2/
H A Dutils.py154 matches_filter = False
159 matches_filter = True
162 matches_filter = False
163 if not matches_filter:
165 if matches_filter:
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp161 bool attack_type::matches_filter(const config& filter) const in matches_filter() function in attack_type
171 matches = matches && matches_filter(condition.cfg); in matches_filter()
175 matches = matches || matches_filter(condition.cfg); in matches_filter()
179 matches = matches && !matches_filter(condition.cfg); in matches_filter()
193 if( !matches_filter(cfg) ) in apply_modification()
335 if( !matches_filter(cfg) ) in describe_modification()
H A Dattack_type.hpp85 bool matches_filter(const config& filter) const;
/dports/archivers/lhasa/lhasa-0.3.1/src/
H A Dfilter.c72 static int matches_filter(LHAFilter *filter, LHAFileHeader *header) in matches_filter() function
133 } while (header != NULL && !matches_filter(filter, header)); in lha_filter_next_file()
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/
H A DSNMPServer.pm200 next if (matches_filter ($dbh, $pa_config, $line) == 1);
336 sub matches_filter ($$$) { subroutine
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/testing/
H A Drun_tests.py229 if typ_runner.matches_filter(test):
244 if typ_runner.matches_filter(test):
H A Drun_browser_tests.py137 test_filter_matcher_func = typ_runner.matches_filter
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Dtree_ctrl.lua235 local matches_filter = true
237 matches_filter = string.find(root_child:getLabel(), file_name_filter)
240 if matches_filter then
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/
H A Dswift.py292 def matches_filter(obj): function
296 return filter(matches_filter, objects[0])
/dports/lang/rust/rustc-1.58.1-src/vendor/tester/src/
H A Dlib.rs352 let matches_filter = |test: &TestDescAndFn, filter: &str| { in filter_tests() localVariable
363 filtered.retain(|test| opts.filters.iter().any(|filter| matches_filter(test, filter))); in filter_tests()
367 filtered.retain(|test| !opts.skip.iter().any(|sf| matches_filter(test, sf))); in filter_tests()
/dports/sysutils/ansible2/ansible-2.9.27/contrib/inventory/
H A Dec2.py740 matches_filter = True
742 matches_filter = False
756matches_filter = any(d['Key'] == tag_name and d['Value'] in filter_values for d in c['Tags'])
758 if matches_filter:
762 if matches_filter:
774 elif matches_filter:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/scripts/inventory/
H A Dec2.py726 matches_filter = True
728 matches_filter = False
742matches_filter = any(d['Key'] == tag_name and d['Value'] in filter_values for d in c['Tags'])
744 if matches_filter:
748 if matches_filter:
760 elif matches_filter:
/dports/lang/rust/rustc-1.58.1-src/library/test/src/
H A Dlib.rs401 let matches_filter = |test: &TestDescAndFn, filter: &str| { in filter_tests() localVariable
412 filtered.retain(|test| opts.filters.iter().any(|filter| matches_filter(test, filter))); in filter_tests()
416 filtered.retain(|test| !opts.skip.iter().any(|sf| matches_filter(test, sf))); in filter_tests()
/dports/games/wesnoth/wesnoth-1.14.17/src/game_events/
H A Dconditional_wml.cpp219 return attack->matches_filter(filter.get_parsed_config()); in matches_special_filter()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/src/
H A Dgtest.cc2177 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } in matches_filter() function in testing::TestInfo
3831 const bool matches_filter = in UnitTestImpl() local
3834 test_info->impl()->set_matches_filter(matches_filter); in UnitTestImpl()
3838 matches_filter; in UnitTestImpl()
3868 if (test_info->matches_filter()) { in UnitTestImpl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/src/
H A Dgtest.cc2216 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } in matches_filter() function in testing::TestInfo
4194 const bool matches_filter = in UnitTestImpl() local
4197 test_info->impl()->set_matches_filter(matches_filter); in UnitTestImpl()
4201 matches_filter; in UnitTestImpl()
4227 if (test_info->matches_filter()) { in UnitTestImpl()
H A Dgtest-internal-inl.h364 bool matches_filter() const { return matches_filter_; } in matches_filter() function
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest.cc2216 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } in matches_filter() function in testing::TestInfo
4194 const bool matches_filter = in UnitTestImpl() local
4197 test_info->impl()->set_matches_filter(matches_filter); in UnitTestImpl()
4201 matches_filter; in UnitTestImpl()
4227 if (test_info->matches_filter()) { in UnitTestImpl()
H A Dgtest-internal-inl.h364 bool matches_filter() const { return matches_filter_; } in matches_filter() function
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest.cc2216 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } in matches_filter() function in testing::TestInfo
4194 const bool matches_filter = in UnitTestImpl() local
4197 test_info->impl()->set_matches_filter(matches_filter); in UnitTestImpl()
4201 matches_filter; in UnitTestImpl()
4227 if (test_info->matches_filter()) { in UnitTestImpl()
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp325 lua_pushboolean(L, atk->matches_filter(cfg)); in impl_unit_attack_match()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/bluetooth/
H A Dlib.rs91 fn matches_filter(device: &BluetoothDevice, filter: &BluetoothScanfilter) -> bool { in matches_filter() function
187 return filters.iter().any(|f| matches_filter(device, f)) in matches_filters()
/dports/lang/mosh/mosh-0.2.7/gtest/gtest/
H A Dgtest-all.cc758 bool matches_filter() const { return matches_filter_; } in matches_filter() function in testing::internal::TestInfoImpl
3556 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } in matches_filter() function in testing::TestInfo
5534 const bool matches_filter = in UnitTestImpl() local
5537 test_info->impl()->set_matches_filter(matches_filter); in UnitTestImpl()
5541 matches_filter; in UnitTestImpl()
5567 if (test_info->matches_filter()) { in UnitTestImpl()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h364 bool matches_filter() const { return matches_filter_; } in matches_filter() function

1234567891011