Home
last modified time | relevance | path

Searched refs:IBackend (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/nextcloud/nextcloud/lib/private/Calendar/Resource/
H A DManager.php27 use OCP\Calendar\Resource\IBackend; alias
38 /** @var IBackend[] holds all backends that have been initialized already */
73 * @return IBackend[]
92 * @return IBackend|null
/dports/www/nextcloud/nextcloud/lib/private/Calendar/Room/
H A DManager.php27 use OCP\Calendar\Room\IBackend; alias
38 /** @var IBackend[] holds all backends that have been initialized already */
73 * @return IBackend[]
92 * @return IBackend|null
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dbackend_static.cpp34 class StaticBackend: public IBackend
98 Ptr<IBackend> getBackend() const CV_OVERRIDE in getBackend()
100 return backend.staticCast<IBackend>(); in getBackend()
116 class StaticBackendWithParams: public IBackend
166 Ptr<IBackend> getBackend() const CV_OVERRIDE in getBackend()
168 return backend.staticCast<IBackend>(); in getBackend()
H A Dbackend.hpp15 class IBackend class
18 virtual ~IBackend() {} in ~IBackend()
29 virtual Ptr<IBackend> getBackend() const = 0;
H A Dcap.cpp130 const Ptr<IBackend> backend = info.backendFactory->getBackend(); in open()
240 const Ptr<IBackend> backend = info.backendFactory->getBackend(); in open()
552 const Ptr<IBackend> backend = info.backendFactory->getBackend(); in open()
/dports/www/nextcloud/nextcloud/lib/private/Security/RateLimiting/
H A DLimiter.php30 use OC\Security\RateLimiting\Backend\IBackend; alias
35 /** @var IBackend */
39 * @param IBackend $backend
41 public function __construct(IBackend $backend) {
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/
H A Ddebug.h45 class IBackend {
47 virtual ~IBackend() { } in ~IBackend()
54 class FileBackend : public IBackend {
74 class ConsoleBackend : public IBackend {
84 static void Start(std::vector<IBackend*> backends = { new SimpleFileBackend() });
H A Ddebug.cpp52 static std::vector<std::unique_ptr<musik::debug::IBackend>> backends;
167 void musik::debug::Start(std::vector<musik::debug::IBackend*> backends) { in Start()
175 ::backends.push_back(std::unique_ptr<musik::debug::IBackend>(backend)); in Start()
/dports/www/nextcloud/nextcloud/lib/public/Calendar/Resource/
H A DIResource.php74 * @return IBackend
77 public function getBackend():IBackend;
H A DIManager.php51 * @return IBackend[]
58 * @return IBackend|null
H A DIBackend.php33 interface IBackend { interface
/dports/www/nextcloud/nextcloud/lib/public/Calendar/Room/
H A DIRoom.php74 * @return IBackend
77 public function getBackend():IBackend;
H A DIManager.php51 * @return IBackend[]
58 * @return IBackend|null
H A DIBackend.php33 interface IBackend { interface
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/stickynote/
H A Dstickynote.php64 * @see IBackend::Logon()
88 * @see IBackend::Logoff()
106 * @see IBackend::SendMail()
114 * @see IBackend::GetAttachmentData()
122 * @see IBackend::GetWasteBasket()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/stickynote/
H A Dstickynote.php64 * @see IBackend::Logon()
88 * @see IBackend::Logoff()
106 * @see IBackend::SendMail()
114 * @see IBackend::GetAttachmentData()
122 * @see IBackend::GetWasteBasket()
/dports/www/nextcloud/nextcloud/lib/private/Security/RateLimiting/Backend/
H A DIBackend.php36 interface IBackend { interface
H A DMemoryCacheBackend.php41 class MemoryCacheBackend implements IBackend {
H A DDatabaseBackend.php32 class DatabaseBackend implements IBackend {
/dports/astro/merkaartor/merkaartor-0.19.0/interfaces/
H A DInterfaces.pri9 IBackend.h \
H A DIBackend.h13 class IBackend
/dports/astro/merkaartor/merkaartor-0.19.0/src/common/
H A DGlobal.h28 class IBackend; variable
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/interface/
H A Dibackend.php30 interface IBackend { interface
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/interface/
H A Dibackend.php30 interface IBackend { interface
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/util/
H A DConsoleLogger.h12 public musik::debug::IBackend,

12