Home
last modified time | relevance | path

Searched refs:DeviceChannel (Results 1 – 11 of 11) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_device_channel_list.go20 DeviceChannel []DeviceChannel `json:"DeviceChannel" xml:"DeviceChannel"` member
H A Dstruct_device_channel.go19 type DeviceChannel struct { struct
H A Dbatch_get_edge_instance_device_channel.go89 DeviceChannelList []DeviceChannel `json:"DeviceChannelList" xml:"DeviceChannelList"`
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.dcccd.edu54 Disallow: /*?*DeviceChannel=
55 Disallow: /*&*DeviceChannel=
186 Noindex: /*?*DeviceChannel=
187 Noindex: /*&*DeviceChannel=
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A D__init__.py7 from .char import DeviceChannel, DeviceConsole, DeviceParallel, DeviceSerial
H A Dchar.py155 class DeviceChannel(_DeviceChar): class
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Daddhardware.py11 from virtinst import (DeviceChannel, DeviceConsole,
401 DeviceChannel.CHANNEL_NAME_SPICE: "spice",
402 DeviceChannel.CHANNEL_NAME_QEMUGA: "qemu-ga",
403 DeviceChannel.CHANNEL_NAME_LIBGUESTFS: "libguestfs",
404 DeviceChannel.CHANNEL_NAME_SPICE_WEBDAV: "spice-webdav",
806 for n in DeviceChannel.CHANNEL_NAMES:
943 return DeviceChannel
1121 if text == DeviceChannel.CHANNEL_NAME_SPICE:
1123 elif text == DeviceChannel.CHANNEL_NAME_SPICE_WEBDAV:
1126 elif (text == DeviceChannel.CHANNEL_NAME_QEMUGA or
[all …]
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/
H A Dguest.py41 channel = XMLChildProperty(DeviceChannel)
907 dev = DeviceChannel(self.conn)
988 dev = DeviceChannel(self.conn)
989 dev.type = DeviceChannel.TYPE_SPICEVMC
H A Dcloner.py22 from .devices import DeviceChannel
374 if (channel.type == DeviceChannel.TYPE_UNIX and
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.h171 …ndAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel);
H A Dlscpserver.cpp2647 …dAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel) { in SetFxSendAudioOutputChannel() argument
2653 pFxSend->SetDestinationChannel(FxSendChannel, DeviceChannel); in SetFxSendAudioOutputChannel()