Home
last modified time | relevance | path

Searched refs:channelType (Results 1 – 25 of 1401) sorted by relevance

12345678910>>...57

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DChannelRequirements.cs195 public static bool IsSessionful(Type channelType) in IsSessionful()
204 public static bool IsOneWay(Type channelType) in IsOneWay()
206 return (channelType == typeof(IOutputChannel) || in IsOneWay()
207 channelType == typeof(IInputChannel) || in IsOneWay()
212 public static bool IsRequestReply(Type channelType) in IsRequestReply()
215 channelType == typeof(IReplyChannel) || in IsRequestReply()
220 public static bool IsDuplex(Type channelType) in IsDuplex()
271 foreach (Type channelType in requiredChannels) in BindingContractMismatchException()
278 string typeString = channelType.ToString(); in BindingContractMismatchException()
293 …if (!(ChannelRequirements.IsRequestReply(channelType) || ChannelRequirements.IsDuplex(channelType)… in BindingContractMismatchException()
[all …]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/
H A Drccspec.cpp20 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
26 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
32 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_STREAMED_MEDIA); in testRCCSpec()
38 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_STREAMED_MEDIA); in testRCCSpec()
45 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_STREAMED_MEDIA); in testRCCSpec()
52 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_STREAMED_MEDIA); in testRCCSpec()
60 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
66 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
73 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
79 QCOMPARE(spec.channelType(), TP_QT_IFACE_CHANNEL_TYPE_TEXT); in testRCCSpec()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opencl/api/
H A DCLImageFormat.java45 private final int channelType; field in CLImageFormat
47 public CLImageFormat(final int channelOrder, final int channelType) { in CLImageFormat() argument
49 this.channelType = channelType; in CLImageFormat()
57 return channelType; in getChannelType()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/curves/
H A Dcurveswidget.cpp92 channelType(LuminosityChannel), in Private()
244 int curveVal = curves->getCurveValue(channelType, i); in renderCurve()
388 d->channelType = LuminosityChannel; in setup()
552 switch (d->curves->getCurveType(d->channelType)) in curveTypeChanged()
562 …d->curves->setCurvePoint(d->channelType, i, QPoint(index, d->curves->getCurveValue(d->channelType,… in curveTypeChanged()
565 d->curves->curvesCalculateCurve(d->channelType); in curveTypeChanged()
652 d->histogramPainter->setChannelType(d->channelType); in paintEvent()
693 switch (d->curves->getCurveType(d->channelType)) in mousePressEvent()
751 d->curves->curvesCalculateCurve(d->channelType); in mousePressEvent()
790 switch (d->curves->getCurveType(d->channelType)) in mouseMoveEvent()
[all …]
/dports/devel/apitrace/apitrace-9.0/lib/image/
H A Dimage_pnm.cpp52 switch (channelType) { in writePNM()
87 if (channelType == TYPE_UNORM8) { in writePNM()
110 if (channelType == TYPE_UNORM8) { in writePNM()
169 assert(channelType == TYPE_FLOAT); in writePNM()
231 info.channelType = TYPE_UNORM8; in readPNMHeader()
235 info.channelType = TYPE_UNORM8; in readPNMHeader()
239 info.channelType = TYPE_FLOAT; in readPNMHeader()
243 info.channelType = TYPE_FLOAT; in readPNMHeader()
247 info.channelType = TYPE_FLOAT; in readPNMHeader()
306 Image *image = new Image(info.width, info.height, info.channels, false, info.channelType); in readPNM()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/datachannel/protocol/
H A DOpenChannelMessage.java28 public final int channelType; field in OpenChannelMessage
38 int channelType, int priority, in OpenChannelMessage() argument
42 this.channelType = channelType; in OpenChannelMessage()
52 int channelType = buf.get(1); in parse() local
74 channelType, priority, reliability, label, protocol); in parse()
98 destination.put((byte)channelType); in serialize()
/dports/games/scorched3d/scorched/src/common/coms/
H A DComsChannelMessage.cpp73 unsigned int channelType; in readMessage() local
75 if (!reader.getFromBuffer(channelType)) return false; in readMessage()
78 ChannelDefinition(channelChannel.c_str(), channelType)); in readMessage()
83 unsigned int channelType; in readMessage() local
85 if (!reader.getFromBuffer(channelType)) return false; in readMessage()
88 ChannelDefinition(channelChannel.c_str(), channelType)); in readMessage()
/dports/net-im/ruqola/ruqola-1.6.1/src/core/model/
H A Dadminroomsfilterproxymodel.cpp32 const QString channelType = sourceModel()->data(sourceIndex).toString(); in filterAcceptsRow() local
34 if (channelType == QLatin1String("d")) { in filterAcceptsRow()
39 if (channelType == QLatin1String("c")) { in filterAcceptsRow()
44 if (channelType == QLatin1String("p")) { in filterAcceptsRow()
49 if (channelType == QLatin1String("l")) { in filterAcceptsRow()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting/
H A DSasPortalDeviceGrant.php21 public $channelType; variable in Google_Service_SASPortalTesting_SasPortalDeviceGrant
32 public function setChannelType($channelType) argument
34 $this->channelType = $channelType;
38 return $this->channelType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal/
H A DSasPortalDeviceGrant.php21 public $channelType; variable in Google_Service_Sasportal_SasPortalDeviceGrant
32 public function setChannelType($channelType) argument
34 $this->channelType = $channelType;
38 return $this->channelType;
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComChromaFormat.cpp91 const ChannelType channelType = toChannelType(component); in getTUEntropyCodingParameters() local
119 …result.firstSignificanceMapContext = significanceMapContextSetStart[channelType][CONTEXT_TYPE_SING… in getTUEntropyCodingParameters()
125 …result.firstSignificanceMapContext = significanceMapContextSetStart[channelType][CONTEXT_TYPE_4x4]; in getTUEntropyCodingParameters()
129 …result.firstSignificanceMapContext = significanceMapContextSetStart[channelType][CONTEXT_TYPE_8x8]; in getTUEntropyCodingParameters()
130 …e != SCAN_DIAG) result.firstSignificanceMapContext += nonDiagonalScan8x8ContextOffset[channelType]; in getTUEntropyCodingParameters()
134 …result.firstSignificanceMapContext = significanceMapContextSetStart[channelType][CONTEXT_TYPE_NxN]; in getTUEntropyCodingParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DChannelTraceRecord.cs13 string channelType; field in System.ServiceModel.Diagnostics.ChannelTraceRecord
17 this.channelType = channel == null ? null : channel.ToString(); in ChannelTraceRecord()
24 if (this.channelType != null) in WriteTo()
26 xml.WriteElementString("ChannelType", this.channelType); in WriteTo()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/taglibmetadata/taglibext/dsf/
H A Ddsfproperties.cpp47 channelType(DSFHeader::Stereo) in PropertiesPrivate()
61 DSFHeader::ChannelType channelType; member in DSFProperties::PropertiesPrivate
109 DSFHeader::ChannelType DSFProperties::channelType() const in channelType() function in DSFProperties
111 return d->channelType; in channelType()
157 d->channelType = h.channelType(); in read()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/taglibmetadata/taglibext/dsf/
H A Ddsfproperties.cpp47 channelType(DSFHeader::Stereo) in PropertiesPrivate()
61 DSFHeader::ChannelType channelType; member in DSFProperties::PropertiesPrivate
109 DSFHeader::ChannelType DSFProperties::channelType() const in channelType() function in DSFProperties
111 return d->channelType; in channelType()
157 d->channelType = h.channelType(); in read()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/internal/sshd/
H A Dconnection_test.go18 channelType string member
43 return f.channelType
60 newChannel := &fakeNewChannel{channelType: "session"}
79 newChannel := &fakeNewChannel{channelType: "unknown session", rejectCh: rejectCh}
96 newChannel := &fakeNewChannel{channelType: "session", rejectCh: rejectCh}
113 newChannel := &fakeNewChannel{channelType: "session"}
130 newChannel := &fakeNewChannel{channelType: "session", acceptCh: acceptCh, acceptErr: acceptErr}
/dports/net-im/ktp-approver/ktp-approver-21.12.3/src/
H A Dchannelapprover.cpp26 if (channel->channelType() == TP_QT_IFACE_CHANNEL_TYPE_TEXT) { in create()
30 if (channel->channelType() == TP_QT_IFACE_CHANNEL_TYPE_FILE_TRANSFER) { in create()
36 if ((channel->channelType() == TP_QT_IFACE_CHANNEL_TYPE_STREAM_TUBE) || in create()
37 (channel->channelType() == TP_QT_IFACE_CHANNEL_TYPE_DBUS_TUBE)) { in create()
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/crypto/ssh/agent/
H A Dforward.go32 channels := client.HandleChannelOpen(channelType)
34 return errors.New("agent: already have handler for " + channelType)
53 const channelType = "auth-agent@openssh.com" const
58 channels := client.HandleChannelOpen(channelType)
60 return errors.New("agent: already have handler for " + channelType)

12345678910>>...57