Home
last modified time | relevance | path

Searched refs:supportsOperation (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/beid/eid-mw-5.0.8/cardcomm/ctkToken/BEIDToken/
H A DTokenSession.m316 os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called");
320 os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation returning NO, keyItem == nil");
325 …//os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called, algoritm to check is %s",[bytes byt…
332 …os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called, algoritm to check is kSecKeyAlgorithm…
352 …os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called, isAlgorithm kSecKeyAlgorithmECDSASign…
402 os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called TKTokenOperationSignData");
410 … os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation RSA returning %i",returnValue);
424 …os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation ECDSA class name %s",algorithm.className.UTF8…
428 … os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation ECDSA returning %i",returnValue);
436 os_log_error(OS_LOG_DEFAULT, "BEID supportsOperation called default");
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dvcsannotatetaskhandler.cpp50 return vc->supportsOperation(IVersionControl::AnnotateOperation); in canHandle()
58 QTC_ASSERT(vc->supportsOperation(IVersionControl::AnnotateOperation), return); in handle()
H A Dprojectwizardpage.cpp382 if (managingControl->supportsOperation(IVersionControl::AddOperation)) { in initializeVersionControls()
390 if (vc->supportsOperation(IVersionControl::CreateRepositoryOperation)) { in initializeVersionControls()
420 …QTC_ASSERT(versionControl->supportsOperation(IVersionControl::CreateRepositoryOperation), return f… in runVersionControl()
427 if (versionControl->supportsOperation(IVersionControl::AddOperation)) { in runVersionControl()
H A Dprojectmodels.cpp755 const bool addToVcs = vcs && vcs->supportsOperation(Core::IVersionControl::AddOperation); in dropMimeData()
777 && targetVcs.vcs->supportsOperation(Core::IVersionControl::AddOperation); in dropMimeData()
782 && sourceVcs.vcs->supportsOperation(Core::IVersionControl::MoveOperation)) { in dropMimeData()
798 if (sourceVcs.vcs && sourceVcs.vcs->supportsOperation( in dropMimeData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx182 bool X11SalGraphics::supportsOperation( OutDevSupportType eType ) const in supportsOperation() function in X11SalGraphics
184 return mxImpl->supportsOperation(eType); in supportsOperation()
H A Dgdiimpl.hxx291 virtual bool supportsOperation(OutDevSupportType eType) const override;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Diversioncontrol.h145 virtual bool supportsOperation(Operation operation) const = 0;
299 bool supportsOperation(Operation) const override { return false; } in Q_DECLARE_OPERATORS_FOR_FLAGS()
H A Dvcsmanager.cpp373 if (!vc->supportsOperation(IVersionControl::DeleteOperation)) in promptToDelete()
437 if (!vc || !vc->supportsOperation(IVersionControl::AddOperation)) in promptToAdd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dpolygon.cxx66 if(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolyPolygon()
186 if(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolygon()
296 if(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in ImplDrawPolyPolygonWithB2DPolyPolygon()
H A Dline.cxx115 if( mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) in DrawLine()
155 const bool bTryB2d(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) in drawLine()
H A Dtransparent.cxx142 if(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawTransparent()
242 if (mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) in DrawTransparentNatively()
H A Dpolyline.cxx356 const bool bTryB2d(mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolyLineDirectInternal()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dpolygon.cxx66 mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolyPolygon()
186 mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolygon()
294 mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in ImplDrawPolyPolygonWithB2DPolyPolygon()
H A Dline.cxx112 && mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) in DrawLine()
155 && mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) in drawLine()
H A Dpolyline.cxx222 mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolyLine()
332 mpGraphics->supportsOperation(OutDevSupportType::B2DDraw) && in DrawPolyLineDirect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalgdi2.cxx47 bool WinSalGraphics::supportsOperation( OutDevSupportType eType ) const in supportsOperation() function in WinSalGraphics
49 return mpImpl->supportsOperation(eType); in supportsOperation()
H A Dgdiimpl.hxx250 virtual bool supportsOperation(OutDevSupportType eType) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Graphics.cxx59 bool Qt5Graphics::supportsOperation(OutDevSupportType eType) const in supportsOperation() function in Qt5Graphics
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalgdiimpl.hxx227 virtual bool supportsOperation(OutDevSupportType eType) const = 0;
H A Dsalgdi.hxx207 virtual bool supportsOperation( OutDevSupportType ) const = 0;
917 bool supportsOperation(OutDevSupportType eType) const override in supportsOperation() function in SalGraphicsAutoDelegateToImpl
919 return GetImpl()->supportsOperation(eType); in supportsOperation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx176 bool X11SalGraphics::supportsOperation( OutDevSupportType eType ) const in supportsOperation() function in X11SalGraphics
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A DGenPspGfxBackend.hxx123 bool supportsOperation(OutDevSupportType eType) const override;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/vcsbase/
H A Dvcsbaseplugin.cpp520 return supportsOperation(IVersionControl::CreateRepositoryOperation); in supportsRepositoryCreation()
639 QTC_ASSERT(supportsOperation(IVersionControl::CreateRepositoryOperation), return); in createRepository()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalgdi2.cxx44 bool WinSalGraphics::supportsOperation( OutDevSupportType eType ) const in supportsOperation() function in WinSalGraphics
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/qt5/
H A DQt5Graphics.hxx82 virtual bool supportsOperation(OutDevSupportType) const override;

123