Home
last modified time | relevance | path

Searched refs:hasInterface (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/ActiveSync/
H A DConnector.php200 ->getViewerConfig('text/calendar', $this->_registry->hasInterface('mail'));
310 $this->_registry->hasInterface('calendar'))) {
418 if (!$this->_registry->hasInterface('mail') ||
419 !$this->_registry->hasInterface('contacts')) {
575 if (!$app = $this->_registry->hasInterface('files')) {
817 if (!$this->_registry->isInactive($this->_registry->hasInterface($api))) {
903 return $this->_registry->hasInterface($api);
916 return $this->_registry->hasMethod($method, $this->_registry->hasInterface($api));
1089 $app = $this->_registry->hasInterface($collection);
1139 $this->_registry->hasInterface('calendar'),
[all …]
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Kolab/Storage/
H A DHistoryPrefix.php79 'contact' => $registry->hasInterface('contacts'),
80 'distribution-list' => $registry->hasInterface('contacts'),
81 'event' => $registry->hasInterface('calendar'),
82 'note' => $registry->hasInterface('notes'),
83 'task' => $registry->hasInterface('tasks')
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/
H A DvtkHyperTreeGridAxisReflection.cxx107 bool hasInterface = input->GetHasInterface() ? true : false; in ProcessTrees() local
108 if ( hasInterface ) in ProcessTrees()
118 hasInterface = false; in ProcessTrees()
173 if ( hasInterface ) in ProcessTrees()
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridAxisReflection.cxx216 bool hasInterface = input->GetHasInterface() ? true : false; in ProcessTrees() local
217 if (hasInterface) in ProcessTrees()
225 hasInterface = false; in ProcessTrees()
232 if (hasInterface) in ProcessTrees()
264 if (hasInterface) in ProcessTrees()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dregistry.cpp515 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::Compositor)); in testRemoval()
516 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::Output)); in testRemoval()
519 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::Seat)); in testRemoval()
520 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::XdgShell)); in testRemoval()
521 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::Shm)); in testRemoval()
526 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::Blur)); in testRemoval()
606 QVERIFY(!registry.hasInterface(Wrapland::Client::Registry::Interface::Seat)); in testRemoval()
616 QVERIFY(!registry.hasInterface(Wrapland::Client::Registry::Interface::XdgShell)); in testRemoval()
629 QVERIFY(!registry.hasInterface(Wrapland::Client::Registry::Interface::Output)); in testRemoval()
647 QVERIFY(!registry.hasInterface(Wrapland::Client::Registry::Interface::Compositor)); in testRemoval()
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_registry.cpp444 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Compositor)); in testRemoval()
445 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Output)); in testRemoval()
447 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Seat)); in testRemoval()
448 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Shell)); in testRemoval()
449 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Shm)); in testRemoval()
454 QVERIFY(registry.hasInterface(KWayland::Client::Registry::Interface::Blur)); in testRemoval()
516 QVERIFY(!registry.hasInterface(KWayland::Client::Registry::Interface::Seat)); in testRemoval()
526 QVERIFY(!registry.hasInterface(KWayland::Client::Registry::Interface::Shell)); in testRemoval()
536 QVERIFY(!registry.hasInterface(KWayland::Client::Registry::Interface::Output)); in testRemoval()
555 QVERIFY(!registry.hasInterface(KWayland::Client::Registry::Interface::Compositor)); in testRemoval()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DConverter.pas445 hasInterface, hasImplementation: boolean;
474 hasInterface := HasStringAtLineStart(sourceCodeLowerCase, 'interface');
478 if hasInterface = False then
485 if (hasInterface = True) and (hasImplementation = False) then
494 if hasInterface then
504 if hasInterface and not hasImplementation then
/dports/multimedia/phonon/phonon-4.11.1/phonon/
H A Dmediacontroller.cpp85 if (iface->hasInterface(AddonInterface::AngleInterface)) { in supportedFeatures()
88 if (iface->hasInterface(AddonInterface::ChapterInterface)) { in supportedFeatures()
91 if (iface->hasInterface(AddonInterface::NavigationInterface)) { in supportedFeatures()
94 if (iface->hasInterface(AddonInterface::TitleInterface)) { in supportedFeatures()
97 if (iface->hasInterface(AddonInterface::SubtitleInterface)) { in supportedFeatures()
100 if(iface->hasInterface(AddonInterface::AudioChannelInterface)) { in supportedFeatures()
/dports/multimedia/phonon-designerplugin/phonon-4.11.1/phonon/
H A Dmediacontroller.cpp85 if (iface->hasInterface(AddonInterface::AngleInterface)) { in supportedFeatures()
88 if (iface->hasInterface(AddonInterface::ChapterInterface)) { in supportedFeatures()
91 if (iface->hasInterface(AddonInterface::NavigationInterface)) { in supportedFeatures()
94 if (iface->hasInterface(AddonInterface::TitleInterface)) { in supportedFeatures()
97 if (iface->hasInterface(AddonInterface::SubtitleInterface)) { in supportedFeatures()
100 if(iface->hasInterface(AddonInterface::AudioChannelInterface)) { in supportedFeatures()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DConverter.pas445 hasInterface, hasImplementation: boolean;
474 hasInterface := HasStringAtLineStart(sourceCodeLowerCase, 'interface');
478 if hasInterface = False then
485 if (hasInterface = True) and (hasImplementation = False) then
494 if hasInterface then
504 if hasInterface and not hasImplementation then
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/ActiveSync/Imap/
H A DFactory.php63 $registry->hasInterface('mail'),
127 ->create($registry->getAuth(), $registry->hasInterface('mail'))
147 …$flags = unserialize($registry->horde->getPreference($registry->hasInterface('mail'), 'msgflags'));
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udisks2/
H A Dudisksdevice.cpp145 bool Device::hasInterface(const QString &name) const in hasInterface() function in Device
748 return hasInterface(UD2_DBUS_INTERFACE_BLOCK); in isBlock()
753 return hasInterface(UD2_DBUS_INTERFACE_PARTITION); in isPartition()
758 return hasInterface(UD2_DBUS_INTERFACE_PARTITIONTABLE); in isPartitionTable()
768 return hasInterface(UD2_DBUS_INTERFACE_FILESYSTEM) || isEncryptedContainer(); in isStorageAccess()
773 return hasInterface(UD2_DBUS_INTERFACE_DRIVE); in isDrive()
808 return hasInterface(UD2_DBUS_INTERFACE_ENCRYPTED); in isEncryptedContainer()
822 return hasInterface(UD2_DBUS_INTERFACE_SWAP); in isSwap()
827 return hasInterface(UD2_DBUS_INTERFACE_LOOP); in isLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
48 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
48 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface,
44 hasInterface(isDirectlyDerivedFrom("NSObject")),
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/udisks2/
H A Dudisksdevice.cpp142 bool Device::hasInterface(const QString &name) const in hasInterface() function in Device
781 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_BLOCK)); in isBlock()
786 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_PARTITION)); in isPartition()
791 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_PARTITIONTABLE)); in isPartitionTable()
801 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_FILESYSTEM)) || isEncryptedContainer(); in isStorageAccess()
806 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_DRIVE)); in isDrive()
844 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_ENCRYPTED)); in isEncryptedContainer()
868 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_SWAP)); in isSwap()
873 return hasInterface(QStringLiteral(UD2_DBUS_INTERFACE_LOOP)); in isLoop()

1234567