Home
last modified time | relevance | path

Searched defs:PortList (Results 1 – 25 of 116) sorted by relevance

12345

/dports/security/xray-core/Xray-core-1.5.0/common/net/
H A Dport.pb.go82 type PortList struct { struct
83 state protoimpl.MessageState
84 sizeCache protoimpl.SizeCache
85 unknownFields protoimpl.UnknownFields
87 Range []*PortRange `protobuf:"bytes,1,rep,name=range,proto3" json:"range,omitempty"`
90 func (x *PortList) Reset() {
99 func (x *PortList) String() string {
103 func (*PortList) ProtoMessage() {}
105 func (x *PortList) ProtoReflect() protoreflect.Message {
118 func (*PortList) Descriptor() ([]byte, []int) {
[all …]
H A Dport.proto18 message PortList { message
H A Dport.go80 func PortListFromProto(l *PortList) MemoryPortList {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/api/ml/v1/
H A Dml-api.json87 "prettyPrint": {
89 "description": "Returns response with indentations and line breaks.",
91 "type": "boolean"
94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
96 "type": "string"
104 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
110 "resources": {
113 "explain": {
123 …"description": "Required. The resource name of a model or a version. Authorization: requires the `…
128 }
H A Dml-gen.go18 // mlService, err := ml.NewService(ctx)
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dcommon.go185 type PortList struct { struct
186 Range []PortRange
189 func (list *PortList) Build() *net.PortList {
198 func (list *PortList) UnmarshalJSON(data []byte) error {
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc186 return true;
187 }
189 AudioConferenceMixerImpl::~AudioConferenceMixerImpl() {
198 if(_timeScheduler.TimeToNextUpdate(timeUntilNextProcess) != 0) {
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/
H A Dcollectionstack.h39 #endif // COLLECTIONSTACK_H_62B23520_7C8E_11DE_8A39_0800200C9A66
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dportlist.cpp132 PortList::PortList() : d(new Internal::PortListPrivate) in PortList() function in Utils::PortList
136 PortList::PortList(const PortList &other) : d(new Internal::PortListPrivate(*other.d)) in PortList() function in Utils::PortList
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dglobals.h19 class PortList; variable
/dports/security/nmap/nmap-7.91/
H A Doutput.h110 class PortList; variable
H A Dportlist.h141 friend class PortList; variable
H A Dportreasons.h74 class PortList; variable
/dports/sysutils/istio/istio-1.6.7/pkg/test/echo/common/
H A Dmodel.go51 type PortList []*Port type
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Dportlist.tcl20 namespace eval PortList { namespace
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/net/
H A Dportlist.cpp37 PortList::PortList() in PortList() function in net::PortList
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/api/mirror/v1/
H A Dmirror-gen.go80 const apiVersion = "v1"
81 const basePath = "https://www.googleapis.com/mirror/v1/"
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dports.h46 typedef Common::List<Port *> PortList; typedef
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dports.h46 typedef Common::List<Port *> PortList; typedef
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dmicrosettings.h99 typedef QMap< QString, PinSettingsList > PortList; typedef
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dbundle.h52 typedef std::vector<std::string> PortList; typedef
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Didevice.h56 class PortList; variable
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/client/
H A Dbasicportallocator.h189 typedef std::vector<ProtocolAddress> PortList; typedef
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Dprocess_object.py39 class PortList(entities.EntityList): class
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dservice.go173 type PortList []*Port type
485 func ServiceKey(hostname host.Name, servicePorts PortList, labelsList labels.Collection) string {

12345