Home
last modified time | relevance | path

Searched defs:disconnect (Results 1 – 25 of 4404) sorted by relevance

12345678910>>...177

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/host/
H A Ddisconnect.go29 type disconnect struct { struct
34 cli.Register("host.disconnect", &disconnect{})
37 func (cmd *disconnect) Register(ctx context.Context, f *flag.FlagSet) {
42 func (cmd *disconnect) Process(ctx context.Context) error {
49 func (cmd *disconnect) Description() string {
53 func (cmd *disconnect) Disconnect(ctx context.Context, host *object.HostSystem) error {
66 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/
H A Ddisconnect.go28 type disconnect struct { struct
33 cli.Register("device.disconnect", &disconnect{})
56 govc device.disconnect -vm $name cdrom-3000`
59 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Ddisconnect.go27 type disconnect struct { struct
34 cli.Register("device.serial.disconnect", &disconnect{})
49 govc device.serial.disconnect -vm $vm -device serialport-8000
53 func (cmd *disconnect) Process(ctx context.Context) error {
60 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/host/
H A Ddisconnect.go29 type disconnect struct { struct
34 cli.Register("host.disconnect", &disconnect{})
37 func (cmd *disconnect) Register(ctx context.Context, f *flag.FlagSet) {
42 func (cmd *disconnect) Process(ctx context.Context) error {
49 func (cmd *disconnect) Description() string {
53 func (cmd *disconnect) Disconnect(ctx context.Context, host *object.HostSystem) error {
66 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/
H A Ddisconnect.go28 type disconnect struct { struct
33 cli.Register("device.disconnect", &disconnect{})
56 govc device.disconnect -vm $name cdrom-3000`
59 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Ddisconnect.go27 type disconnect struct { struct
34 cli.Register("device.serial.disconnect", &disconnect{})
49 govc device.serial.disconnect -vm $vm -device serialport-8000
53 func (cmd *disconnect) Process(ctx context.Context) error {
60 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/host/
H A Ddisconnect.go29 type disconnect struct { struct
34 cli.Register("host.disconnect", &disconnect{})
37 func (cmd *disconnect) Register(ctx context.Context, f *flag.FlagSet) {
42 func (cmd *disconnect) Process(ctx context.Context) error {
49 func (cmd *disconnect) Description() string {
53 func (cmd *disconnect) Disconnect(ctx context.Context, host *object.HostSystem) error {
66 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/
H A Ddisconnect.go28 type disconnect struct { struct
33 cli.Register("device.disconnect", &disconnect{})
56 govc device.disconnect -vm $name cdrom-3000`
59 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Ddisconnect.go27 type disconnect struct { struct
34 cli.Register("device.serial.disconnect", &disconnect{})
49 govc device.serial.disconnect -vm $vm -device serialport-8000
53 func (cmd *disconnect) Process(ctx context.Context) error {
60 func (cmd *disconnect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/www/nginx-full/nchan-1.2.12/dev/bench/lib/luvit/
H A Dsub.lua66 disconnect = function(self) function
111 disconnect = function(self) function
162 function Subscriber:disconnect() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/net/network_diagnostics/
H A Dfake_network_context.h53 void set_disconnect_during_host_resolution(bool disconnect) { in set_disconnect_during_host_resolution()
59 void set_disconnect_during_tcp_connection_attempt(bool disconnect) { in set_disconnect_during_tcp_connection_attempt()
65 void set_disconnect_during_tls_upgrade_attempt(bool disconnect) { in set_disconnect_during_tls_upgrade_attempt()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxTaskBarIcon.erl95 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
97 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
99 disconnect(This) -> wxEvtHandler:disconnect(This). function
H A DwxEvtHandler.erl123 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
129 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
139 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxTaskBarIcon.erl95 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
97 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
99 disconnect(This) -> wxEvtHandler:disconnect(This). function
H A DwxEvtHandler.erl123 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
129 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
139 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxTaskBarIcon.erl102 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
104 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
106 disconnect(This) -> wxEvtHandler:disconnect(This). function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxTaskBarIcon.erl102 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
104 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
106 disconnect(This) -> wxEvtHandler:disconnect(This). function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxTaskBarIcon.erl102 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
104 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
106 disconnect(This) -> wxEvtHandler:disconnect(This). function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxTaskBarIcon.erl102 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
104 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
106 disconnect(This) -> wxEvtHandler:disconnect(This). function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxTaskBarIcon.erl111 disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options). function
113 disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType). function
115 disconnect(This) -> wxEvtHandler:disconnect(This). function
H A DwxEvtHandler.erl123 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
129 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
139 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/wx_extra/
H A DwxEvtHandler.erl103 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
109 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
119 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/wx_extra/
H A DwxEvtHandler.erl103 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
109 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
119 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/wx_extra/
H A DwxEvtHandler.erl103 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
109 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
119 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/
H A DwxEvtHandler.erl103 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}) -> function
109 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType) when is_atom(EventType) -> function
119 disconnect(This=#wx_ref{type=ThisT,ref=_ThisRef}, EventType, Opts) -> function

12345678910>>...177