Home
last modified time | relevance | path

Searched refs:PortType (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_firewall_system.go43 PortType: "dst",
67 PortType: "dst",
91 PortType: "dst",
99 PortType: "dst",
107 PortType: "dst",
115 PortType: "dst",
139 PortType: "dst",
147 PortType: "dst",
155 PortType: "dst",
163 PortType: "dst",
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_firewall_system.go43 PortType: "dst",
67 PortType: "dst",
91 PortType: "dst",
99 PortType: "dst",
107 PortType: "dst",
115 PortType: "dst",
139 PortType: "dst",
147 PortType: "dst",
155 PortType: "dst",
163 PortType: "dst",
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_firewall_system.go43 PortType: "dst",
67 PortType: "dst",
91 PortType: "dst",
99 PortType: "dst",
107 PortType: "dst",
115 PortType: "dst",
139 PortType: "dst",
147 PortType: "dst",
155 PortType: "dst",
163 PortType: "dst",
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_firewall_system.go43 PortType: "dst",
67 PortType: "dst",
91 PortType: "dst",
99 PortType: "dst",
107 PortType: "dst",
115 PortType: "dst",
139 PortType: "dst",
147 PortType: "dst",
155 PortType: "dst",
163 PortType: "dst",
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/coreAPI/src/main/java/net/java/games/input/
H A DController.java106 public abstract PortType getPortType(); in getPortType()
206 public static final class PortType { class
216 protected PortType(String name) { in PortType() method in Controller.PortType
230 public static final PortType UNKNOWN = new PortType("Unknown");
235 public static final PortType USB = new PortType("USB port");
240 public static final PortType GAME = new PortType("Game port");
245 public static final PortType NETWORK = new PortType("Network port");
250 public static final PortType SERIAL = new PortType("Serial port");
255 public static final PortType I8042 = new PortType("i8042 (PS/2)");
260 public static final PortType PARALLEL = new PortType("Parallel port");
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-panorama/source/model/
H A DPortType.cpp35 return PortType::BOOLEAN; in GetPortTypeForName()
39 return PortType::STRING; in GetPortTypeForName()
43 return PortType::INT32; in GetPortTypeForName()
47 return PortType::FLOAT32; in GetPortTypeForName()
51 return PortType::MEDIA; in GetPortTypeForName()
60 return PortType::NOT_SET; in GetPortTypeForName()
67 case PortType::BOOLEAN: in GetNameForPortType()
69 case PortType::STRING: in GetNameForPortType()
71 case PortType::INT32: in GetNameForPortType()
73 case PortType::FLOAT32: in GetNameForPortType()
[all …]
/dports/www/wsdlpull/wsdlpull-1.24/src/wsdlparser/
H A DPortType.h30 class WSDLPULL_EXPORT PortType:public WsdlElement
36 PortType(WsdlParser& w);
37 ~PortType();
87 PortType::PortType(WsdlParser& w) in PortType() function
93 PortType::~PortType() in ~PortType()
102 PortType::getNumOps(void) const in getNumOps()
109 PortType::getOperation(int index) const in getOperation()
128 PortType::getOperation(const Qname & name) const in getOperation()
151 PortType::addOp(Operation * op) in addOp()
158 PortType::setBinding(Binding* bn) in setBinding()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Description/
H A DPortTypeCollection.cs45 public PortType this [int index] {
50 return (PortType) List[index];
55 public PortType this [string name] {
57 int index = IndexOf ((PortType) Table[name]);
68 public int Add (PortType portType) in Add()
74 public bool Contains (PortType portType) in Contains()
79 public void CopyTo (PortType[] array, int index) in CopyTo()
86 if (!(value is PortType)) in GetKey()
88 return ((PortType) value).Name; in GetKey()
91 public int IndexOf (PortType portType) in IndexOf()
[all …]
/dports/comms/rxtx/rxtx-2.2pre2/CNI/
H A DRXTXCommDriver.java197 PortType, in checkSolaris() local
206 int PortType in registerValidPorts() argument
294 PortType, in registerValidPorts()
343 …for (int PortType=CommPortIdentifier.PORT_SERIAL;PortType<=CommPortIdentifier.PORT_PARALLEL;PortTy… in initialize()
346 registerScannedPorts(PortType); in initialize()
363 if (testRead(PortName, PortType)) in addSpecifiedPorts()
365 PortType, this); in addSpecifiedPorts()
410 switch (PortType) { in registerSpecifiedPorts()
552 switch (PortType) { in registerScannedPorts()
831 +PortName+","+PortType+")"); in getCommPort()
[all …]
/dports/comms/rxtx/rxtx-2.2pre2/src/gnu/io/
H A DRXTXCommDriver.java260 int PortType in checkSolaris() argument
273 PortType, in checkSolaris() local
289 PortType, in checkSolaris() local
301 int PortType in registerValidPorts() argument
430 PortType, in registerValidPorts()
497 PortType++ in initialize()
526 int PortType in addSpecifiedPorts() argument
567 int PortType in registerSpecifiedPorts() argument
701 int PortType in registerScannedPorts() argument
1104 PortType in registerScannedPorts()
[all …]
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/wsdl/
H A Dporttype.cpp30 PortType::PortType() in PortType() function in PortType
34 PortType::PortType(const QString &nameSpace) in PortType() function in PortType
39 PortType::~PortType() in ~PortType()
43 void PortType::setName(const QString &name) in setName()
48 QString PortType::name() const in name()
53 void PortType::setOperations(const Operation::List &operations) in setOperations()
58 Operation::List PortType::operations() const in operations()
63 void PortType::loadXML(ParserContext *context, const QDomElement &element) in loadXML()
88 void PortType::saveXML(ParserContext *context, QDomDocument &document, QDomElement &parent) const in saveXML()
H A Dporttype.h38 class KWSDL_EXPORT PortType : public Element
41 typedef QList<PortType> List;
43 PortType();
44 PortType(const QString &nameSpace);
45 ~PortType();
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h51 virtual PortType get_input_port_type(int p_port) const;
55 virtual PortType get_output_port_type(int p_port) const;
81 virtual PortType get_input_port_type(int p_port) const;
85 virtual PortType get_output_port_type(int p_port) const;
111 virtual PortType get_input_port_type(int p_port) const;
115 virtual PortType get_output_port_type(int p_port) const;
141 virtual PortType get_input_port_type(int p_port) const;
145 virtual PortType get_output_port_type(int p_port) const;
171 virtual PortType get_input_port_type(int p_port) const;
223 virtual PortType get_input_port_type(int p_port) const;
[all …]
H A Dvisual_shader_nodes.cpp367 VisualShaderNodeTexture::PortType VisualShaderNodeTexture::get_input_port_type(int p_port) const { in get_input_port_type()
399 VisualShaderNodeTexture::PortType VisualShaderNodeTexture::get_output_port_type(int p_port) const { in get_output_port_type()
759 VisualShaderNodeCubeMap::PortType VisualShaderNodeCubeMap::get_input_port_type(int p_port) const { in get_input_port_type()
789 VisualShaderNodeCubeMap::PortType VisualShaderNodeCubeMap::get_output_port_type(int p_port) const { in get_output_port_type()
1137 VisualShaderNodeColorOp::PortType VisualShaderNodeColorOp::get_input_port_type(int p_port) const { in get_input_port_type()
3548 VisualShaderNodeIf::PortType VisualShaderNodeIf::get_input_port_type(int p_port) const { in get_input_port_type()
3578 VisualShaderNodeIf::PortType VisualShaderNodeIf::get_output_port_type(int p_port) const { in get_output_port_type()
3624 VisualShaderNodeSwitch::PortType VisualShaderNodeSwitch::get_input_port_type(int p_port) const { in get_input_port_type()
3648 VisualShaderNodeSwitch::PortType VisualShaderNodeSwitch::get_output_port_type(int p_port) const { in get_output_port_type()
3796 VisualShaderNodeIs::PortType VisualShaderNodeIs::get_input_port_type(int p_port) const { in get_input_port_type()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h51 virtual PortType get_input_port_type(int p_port) const;
55 virtual PortType get_output_port_type(int p_port) const;
81 virtual PortType get_input_port_type(int p_port) const;
85 virtual PortType get_output_port_type(int p_port) const;
111 virtual PortType get_input_port_type(int p_port) const;
115 virtual PortType get_output_port_type(int p_port) const;
141 virtual PortType get_input_port_type(int p_port) const;
145 virtual PortType get_output_port_type(int p_port) const;
171 virtual PortType get_input_port_type(int p_port) const;
223 virtual PortType get_input_port_type(int p_port) const;
[all …]
H A Dvisual_shader_nodes.cpp367 VisualShaderNodeTexture::PortType VisualShaderNodeTexture::get_input_port_type(int p_port) const { in get_input_port_type()
399 VisualShaderNodeTexture::PortType VisualShaderNodeTexture::get_output_port_type(int p_port) const { in get_output_port_type()
759 VisualShaderNodeCubeMap::PortType VisualShaderNodeCubeMap::get_input_port_type(int p_port) const { in get_input_port_type()
789 VisualShaderNodeCubeMap::PortType VisualShaderNodeCubeMap::get_output_port_type(int p_port) const { in get_output_port_type()
1137 VisualShaderNodeColorOp::PortType VisualShaderNodeColorOp::get_input_port_type(int p_port) const { in get_input_port_type()
3548 VisualShaderNodeIf::PortType VisualShaderNodeIf::get_input_port_type(int p_port) const { in get_input_port_type()
3578 VisualShaderNodeIf::PortType VisualShaderNodeIf::get_output_port_type(int p_port) const { in get_output_port_type()
3624 VisualShaderNodeSwitch::PortType VisualShaderNodeSwitch::get_input_port_type(int p_port) const { in get_input_port_type()
3648 VisualShaderNodeSwitch::PortType VisualShaderNodeSwitch::get_output_port_type(int p_port) const { in get_output_port_type()
3796 VisualShaderNodeIs::PortType VisualShaderNodeIs::get_input_port_type(int p_port) const { in get_input_port_type()
[all …]
H A Dvisual_shader.h183 enum PortType { in VARIANT_ENUM_CAST() enum
229 VARIANT_ENUM_CAST(VisualShaderNode::PortType) in VARIANT_ENUM_CAST() argument
248 virtual PortType get_input_port_type(int p_port) const; in VARIANT_ENUM_CAST()
278 PortType type;
294 virtual PortType get_input_port_type(int p_port) const;
310 PortType get_input_index_type(int p_index) const;
313 PortType get_input_type_by_name(String p_name) const;
333 PortType type;
388 PortType type;
426 virtual PortType get_input_port_type(int p_id) const;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dfirewall_hole.cc24 const char* PortTypeToString(FirewallHole::PortType type) { in PortTypeToString()
26 case FirewallHole::PortType::TCP: in PortTypeToString()
28 case FirewallHole::PortType::UDP: in PortTypeToString()
35 void PortReleased(FirewallHole::PortType type, in PortReleased()
50 void FirewallHole::Open(PortType type, in Open()
72 case PortType::TCP: in Open()
76 case PortType::UDP: in Open()
90 case PortType::TCP: in ~FirewallHole()
94 case PortType::UDP: in ~FirewallHole()
101 void FirewallHole::PortAccessGranted(PortType type, in PortAccessGranted()
[all …]
H A Dfirewall_hole.h23 enum class PortType { in COMPONENT_EXPORT() enum
33 static void Open(PortType type, in COMPONENT_EXPORT()
41 static void PortAccessGranted(PortType type, in COMPONENT_EXPORT()
48 FirewallHole(PortType type, in COMPONENT_EXPORT()
53 const PortType type_; in COMPONENT_EXPORT()
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/
H A DDefinitions.t5 use SOAP::WSDL::PortType;
10 SOAP::WSDL::PortType->new({
14 SOAP::WSDL::PortType->new({
18 SOAP::WSDL::PortType->new({
27 is $found->get_name(), 'foobar', 'found PortType';
29 is $found->get_name(), 'foo', 'found PortType';
32 is $found, undef, 'find_PortType returns undef on unknown PortType';
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouchdb_mrview_cors_tests.erl40 setup(PortType) ->
42 ok = create_db(PortType, DbName),
47 Host = host_url(PortType),
55 teardown(PortType, {_Host, DbName}) ->
56 delete_db(PortType, ?l2b(DbName)),
116 host_url(PortType) ->
117 "http://" ++ bind_address(PortType) ++ ":" ++ port(PortType).
119 bind_address(PortType) ->
120 config:get(section(PortType), "bind_address", "127.0.0.1").
H A Dcouchdb_mrview_tests.erl55 setup(PortType) ->
60 ok = create_db(PortType, DbName),
62 Host = host_url(PortType),
66 teardown(PortType, {_Host, DbName}) ->
67 delete_db(PortType, ?l2b(DbName)),
123 should_return_invalid_request_body(PortType, {Host, DbName}) ->
125 ok = create_doc(PortType, ?l2b(DbName), <<"doc_id">>, {[]}),
227 host_url(PortType) ->
228 "http://" ++ bind_address(PortType) ++ ":" ++ port(PortType).
230 bind_address(PortType) ->
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
H A DMiscPortInternalConnectorDesignatorFunction.c88 SMBIOSPortConnector.SMBIOSPortConnector[0].PortType = PcdGet8 (PcdSMBIOSPort1Type); in GetMiscPortConfigFromPcd()
94 SMBIOSPortConnector.SMBIOSPortConnector[1].PortType = PcdGet8 (PcdSMBIOSPort2Type); in GetMiscPortConfigFromPcd()
100 SMBIOSPortConnector.SMBIOSPortConnector[2].PortType = PcdGet8 (PcdSMBIOSPort3Type); in GetMiscPortConfigFromPcd()
106 SMBIOSPortConnector.SMBIOSPortConnector[3].PortType = PcdGet8 (PcdSMBIOSPort4Type); in GetMiscPortConfigFromPcd()
112 SMBIOSPortConnector.SMBIOSPortConnector[4].PortType = PcdGet8 (PcdSMBIOSPort5Type); in GetMiscPortConfigFromPcd()
118 SMBIOSPortConnector.SMBIOSPortConnector[5].PortType = PcdGet8 (PcdSMBIOSPort6Type); in GetMiscPortConfigFromPcd()
124 SMBIOSPortConnector.SMBIOSPortConnector[6].PortType = PcdGet8 (PcdSMBIOSPort7Type); in GetMiscPortConfigFromPcd()
191 UINT8 PortType; in MISC_SMBIOS_TABLE_FUNCTION() local
210 PortType = 0; in MISC_SMBIOS_TABLE_FUNCTION()
245 PortType = SMBIOSPortConnector.SMBIOSPortConnector[Index].PortType; in MISC_SMBIOS_TABLE_FUNCTION()
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dmovie.cpp68 uint8 PortType[2]; member
183 Movie.PortType[i] = (uint8) pt; in store_movie_settings()
189 …Settings.MouseMaster = (Movie.PortType[0] == CTL_MOUSE || Movie.PortType[1] == CTL_MOU… in restore_movie_settings()
192 …Settings.MultiPlayer5Master = (Movie.PortType[0] == CTL_MP5 || Movie.PortType[1] == CTL_MP5… in restore_movie_settings()
212 if (Movie.PortType[p] == CTL_MOUSE) in bytes_per_sample()
294 if (Movie.PortType[p] == CTL_MOUSE) in read_frame_controller_data()
460 Write8(movie->PortType[0], ptr); in write_movie_header()
461 Write8(movie->PortType[1], ptr); in write_movie_header()
827 info->PortType[0] = local_movie.PortType[0]; in S9xMovieGetInfo()
828 info->PortType[1] = local_movie.PortType[1]; in S9xMovieGetInfo()
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dmovie.cpp242 uint8 PortType[2]; member
357 Movie.PortType[i] = (uint8) pt; in store_movie_settings()
363 …Settings.MouseMaster = (Movie.PortType[0] == CTL_MOUSE || Movie.PortType[1] == CTL_MOU… in restore_movie_settings()
366 …Settings.MultiPlayer5Master = (Movie.PortType[0] == CTL_MP5 || Movie.PortType[1] == CTL_MP5… in restore_movie_settings()
386 if (Movie.PortType[p] == CTL_MOUSE) in bytes_per_sample()
634 Write8(movie->PortType[0], ptr); in write_movie_header()
635 Write8(movie->PortType[1], ptr); in write_movie_header()
992 info->PortType[0] = local_movie.PortType[0]; in S9xMovieGetInfo()
993 info->PortType[1] = local_movie.PortType[1]; in S9xMovieGetInfo()
1046 … if (SKIPPED_POLLING_PORT_TYPE(Movie.PortType[0]) && SKIPPED_POLLING_PORT_TYPE(Movie.PortType[1])) in S9xMovieUpdate()
[all …]

12345678910>>...28