Home
last modified time | relevance | path

Searched refs:hasCategory (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/seed7/seed7/src/
H A Dobjutl.h83 #define isit_binary(arg) hasCategory(arg, INTOBJECT)
85 #define isit_block(arg) hasCategory(arg, BLOCKOBJECT)
92 #define isit_call(arg) hasCategory(arg, CALLOBJECT)
93 #define isit_char(arg) hasCategory(arg, CHAROBJECT)
98 #define isit_file(arg) hasCategory(arg, FILEOBJECT)
102 #define isit_int(arg) hasCategory(arg, INTOBJECT)
105 #define isit_poll(arg) hasCategory(arg, POLLOBJECT)
107 #define isit_prog(arg) hasCategory(arg, PROGOBJECT)
108 #define isit_reference(arg) hasCategory(arg, REFOBJECT)
120 #define isit_type(arg) hasCategory(arg, TYPEOBJECT)
[all …]
/dports/www/matomo/piwik/core/Category/
H A DCategoryList.php30 if ($this->hasCategory($categoryId)) {
42 public function hasCategory($categoryId) function in Piwik\\Category\\CategoryList
55 if ($this->hasCategory($categoryId)) {
81 if ($list->hasCategory($categoryId)) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DMarkerSupportTests.java79 assertFalse(hasCategory()); in testCategories()
81 assertTrue(hasCategory()); in testCategories()
83 assertFalse(hasCategory()); in testCategories()
131 private boolean hasCategory() { in hasCategory() method in MarkerSupportTests
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DSelectFileDialogTest.java126 Assert.assertFalse(contentIntent.hasCategory(Intent.CATEGORY_OPENABLE)); in testSelectFileAndCancelRequest()
139 Assert.assertTrue(contentIntent.hasCategory(Intent.CATEGORY_OPENABLE)); in testSelectFileAndCancelRequest()
152 Assert.assertFalse(contentIntent.hasCategory(Intent.CATEGORY_OPENABLE)); in testSelectFileAndCancelRequest()
165 Assert.assertFalse(contentIntent.hasCategory(Intent.CATEGORY_OPENABLE)); in testSelectFileAndCancelRequest()
/dports/finance/prestashop/prestashop/modules/ps_facetedsearch/src/Product/
H A DSearch.php130 $hasCategory = false;
160 $hasCategory = true;
239 if (!$hasCategory && $parent !== null) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/android/javatests/src/org/chromium/weblayer/test/
H A DInputTypesTest.java168 Assert.assertFalse(getContentIntent().hasCategory(Intent.CATEGORY_OPENABLE)); in testFileInputBasic()
234 Assert.assertTrue(getContentIntent().hasCategory(Intent.CATEGORY_OPENABLE)); in testFileInputText()
246 Assert.assertFalse(getContentIntent().hasCategory(Intent.CATEGORY_OPENABLE)); in testFileInputAny()
266 Assert.assertFalse(contentIntent.hasCategory(Intent.CATEGORY_OPENABLE)); in testFileInputMultiple()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/
H A DNewWizardMenu.java138 boolean hasCategory = registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY); in hasExamples()
139 if (hasCategory) { in hasExamples()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.internal.tools/src/org/eclipse/jdt/core/internal/tools/unicode/
H A DEnvironment.java22 public abstract boolean hasCategory(String value); in hasCategory() method in Environment
H A DStartEnvironment.java34 public boolean hasCategory(String value) { in hasCategory() method in StartEnvironment
H A DPartEnvironment.java34 public boolean hasCategory(String value) { in hasCategory() method in PartEnvironment
H A DTableBuilder.java59 if (env.hasCategory(group)) { in buildTables()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/playback/
H A DQueryContext.kt24 fun hasCategory(): Boolean = (category?.isNotBlank() ?: false && (categoryId >= 0)) method
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_categories_mapper_test.cpp113 bool hasCategory = mapper.fetchCategory(categories[i]); in initializeEntries() local
115 mapper.checkInsertedCorrectly(1 + !hasCategory); in initializeEntries()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/vr/java/src/org/chromium/chrome/browser/vr/
H A DVrIntentDelegate.java31 return intent != null && intent.hasCategory(DAYDREAM_CATEGORY) in isVrIntent()
/dports/net-im/ruqola/ruqola-1.6.1/src/core/autotests/
H A Demojimanagertest.cpp290 auto hasCategory = [](const QString &category) { in shouldOrderUnicodeEmojis() local
296 auto it = std::find_if(list.begin(), list.end(), hasCategory(QStringLiteral("symbols"))); in shouldOrderUnicodeEmojis()
304 it = std::find_if(list.begin(), list.end(), hasCategory(QStringLiteral("regional"))); in shouldOrderUnicodeEmojis()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Undo/
H A DRenameCategoryUndoCommand.st33 …(treeStore hasCategory: newCategory asString) ifTrue: [ ^ self preconditionFailed: 'Category is pr…
/dports/games/tycho/species/
H A Dini.hpp65 bool hasCategory() const { return hascategory; } // simply returns if has a category in hasCategory() function in KeyValuePair
/dports/games/species/species/
H A Dini.hpp65 bool hasCategory() const { return hascategory; } // simply returns if has a category in hasCategory() function in KeyValuePair
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/birthdays/
H A Dbirthdaysresource.cpp218 bool hasCategory = false; in contactChanged() local
223 hasCategory = true; in contactChanged()
228 if (!hasCategory) { in contactChanged()
/dports/net/mailcommon/mailcommon-21.12.3/src/search/searchrule/
H A Dsearchrulestring.cpp331 if (contact.hasCategory(category)) { in matchesInternal()
355 if (contact.hasCategory(category)) { in matchesInternal()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/search/
H A DSearcher.java56 public boolean hasCategory() { return _category != null; } in hasCategory() method in Searcher
H A DSearchManager.java82 …eue).enqueueBean(new AuctionQObject(AuctionQObject.LOAD_MYITEMS, null, hasCategory() ? getCategory… in fire()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/test/android/cast_emulator/src/org/chromium/components/media_router/cast_emulator/remote/
H A DRemotePlaybackRoutePublisher.java193 if (intent.hasCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK) in onControlRequest()
194 || intent.hasCategory(CastMediaControlIntent.categoryForRemotePlayback())) { in onControlRequest()
/dports/www/matomo/piwik/plugins/API/
H A DWidgetMetadata.php236 if (!$categoryList->hasCategory($categoryId)) {
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/playback/impl/streaming/
H A DStreamingPlaybackService.kt804 return if (params.hasCategory()) { in <lambda>()
818 return if (params.hasCategory()) { in <lambda>()

123