Home
last modified time | relevance | path

Searched refs:hasDevice (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/yubikey-manager-qt/yubikey-manager-qt-yubikey-manager-qt-1.2.0/ykman-gui/qml/
H A DHeader.qml11 if (!yubiKey.hasDevice || views.isShowingHomeView) {
72 enabled: yubiKey.hasDevice
77 enabled: yubiKey.hasDevice
124 enabled: yubiKey.hasDevice && yubiKey.canChangeInterfaces()
H A DFido2View.qml14 readonly property bool hasDevice: yubiKey.hasDevice
70 if (!hasDevice && reInsertYubiKey.visible) {
H A DYubiKey.qml10 property bool hasDevice
107 hasDevice = false
209 hasDevice = true
232 } else if (hasDevice) {
240 if (hasDevice) {
H A Dmain.qml109 onHasDeviceChanged: hasDevice ? yubiKeyInserted() : yubiKeyRemoved()
112 if (!hasDevice && (yubiKey.nDevices > 1)) {
H A DContentStack.qml74 if (yubiKey.hasDevice) {
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/audiocd/linux/
H A Dlinux-audiocd.cpp205 static bool hasDevice(const DeviceList &devices, dev_t device);
364 if (hasDevice(devices, device)) in tryAddDrive()
462 bool LinuxAudioCDManager::hasDevice(const DeviceList &devices, dev_t device) { in hasDevice() function in LinuxAudioCDManager
/dports/games/residualvm/residualvm-0.3.1/backends/audiocd/linux/
H A Dlinux-audiocd.cpp203 static bool hasDevice(const DeviceList &devices, dev_t device);
361 if (hasDevice(devices, device)) in tryAddDrive()
459 bool LinuxAudioCDManager::hasDevice(const DeviceList &devices, dev_t device) { in hasDevice() function in LinuxAudioCDManager
/dports/games/scummvm/scummvm-2.5.1/backends/audiocd/linux/
H A Dlinux-audiocd.cpp205 static bool hasDevice(const DeviceList &devices, dev_t device);
364 if (hasDevice(devices, device)) in tryAddDrive()
462 bool LinuxAudioCDManager::hasDevice(const DeviceList &devices, dev_t device) { in hasDevice() function in LinuxAudioCDManager
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Ddisks.cpp151 bool hasDevice = devices.contains(foundDevicePath); in scanDevices() local
152 if (hasDevice) { continue; } in scanDevices()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/
H A DURI.java1389 public boolean hasDevice()
1828 if (hasDevice()) {
1833 if (hasDevice()) {
2195 (hasDevice() || hasPath() || (!base.hasDevice() && !base.hasPath())))
2423 if (hasDevice())
2529 if (hasDevice()) {
2534 if (hasDevice()) {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Ddevicemanager.h65 bool hasDevice(const QString &name) const;
H A Ddevicesettingswidget.cpp71 || (input != m_oldName && m_deviceManager->hasDevice(input))) in validate()
H A Ddevicemanager.cpp568 bool DeviceManager::hasDevice(const QString &name) const in hasDevice() function in ProjectExplorer::DeviceManager
654 QVERIFY(mgr->hasDevice(dev->displayName())); in testDeviceManager()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dinputdevice.cpp329 if (hasDevice()) desc += device().name() + "-"; in fullName()
342 bool InputDevice::Control::hasDevice() const in hasDevice() function in InputDevice::Control
H A Daxisinputcontrol.cpp357 DENG2_ASSERT(hasDevice() && !name().isEmpty()); in consoleRegister()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/
H A Dinputdevice.h132 bool hasDevice() const; in DENG2_DEFINE_AUDIENCE2()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/fs/
H A Dfs.go244 _, hasDevice := deviceSet[device]
245 if mountSet == nil || (hasMount && !hasDevice) {
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSBaseVehicle.h96 bool hasDevice(const std::string& deviceName) const;
H A DMSBaseVehicle.cpp626 MSBaseVehicle::hasDevice(const std::string& deviceName) const { in hasDevice() function in MSBaseVehicle
638 if (!hasDevice(deviceName)) { in createDevice()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dk3socketbase.h376 bool hasDevice() const;
H A Dk3socketbase.cpp184 bool KSocketBase::hasDevice() const in hasDevice() function in KSocketBase
H A Dk3clientsocketbase.cpp80 if (hasDevice()) { in setSocketOptions()
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dlogin_provision.go30 hasDevice bool member
725 e.hasDevice = ckf.HasActiveDevice()
728 if e.hasDevice {
1098 return libkb.NoMatchingGPGKeysError{Fingerprints: fps, HasActiveDevice: e.hasDevice}
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/fs/
H A Dfs.go388 _, hasDevice := deviceSet[device]
389 if mountSet == nil || (hasMount && !hasDevice) {
/dports/sysutils/nut/nut-2.7.4/clients/
H A Dnutclient.cpp411 bool Client::hasDevice(const std::string& dev)throw(NutException) in hasDevice() function in nut::Client
419 if(hasDevice(name)) in getDevice()
1508 return cl->hasDevice(dev)?1:0; in nutclient_has_device()

12