Home
last modified time | relevance | path

Searched defs:eject (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{})
57 govc device.cdrom.eject -vm vm-1
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{})
57 govc device.floppy.eject -vm vm-1`
60 func (cmd *eject) 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/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{})
57 govc device.floppy.eject -vm vm-1`
60 func (cmd *eject) 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/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{})
57 govc device.cdrom.eject -vm vm-1
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{})
57 govc device.cdrom.eject -vm vm-1
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{})
57 govc device.floppy.eject -vm vm-1`
60 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/src/
H A DMain.lhs369 > eject Empty = return () function
370 > eject (Text s) = do st <- get function
384 > eject (d1 :^: d2) = eject d1 >> eject d2 function
385 > eject (Embedded s) = formatStr s function
386 > eject (Sub s ds) = do st <- get; substitute (subst st) function
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dmountoperation.h86 void eject(GMount* mount) { in eject() function
91 void eject(GVolume* volume) { in eject() function
99 void eject(const Fm::FilePath& path) { in eject() function
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dvolume.cc80 Volume::eject( in eject() function in Gio::Volume
94 Volume::eject(const SlotAsyncReady& slot, MountUnmountFlags flags) in eject() function in Gio::Volume
108 Volume::eject(MountUnmountFlags flags) in eject() function in Gio::Volume
118 Volume::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Volume
132 Volume::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Volume
147 Volume::eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags) in eject() function in Gio::Volume
H A Ddrive.cc36 Drive::eject( in eject() function in Gio::Drive
50 Drive::eject(const SlotAsyncReady& slot, MountUnmountFlags flags) in eject() function in Gio::Drive
64 Drive::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Drive
78 Drive::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Drive
93 Drive::eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags) in eject() function in Gio::Drive
103 Drive::eject(MountUnmountFlags flags) in eject() function in Gio::Drive
H A Dmount.cc150 Mount::eject( in eject() function in Gio::Mount
164 Mount::eject(const SlotAsyncReady& slot, MountUnmountFlags flags) in eject() function in Gio::Mount
178 Mount::eject(MountUnmountFlags flags) in eject() function in Gio::Mount
188 Mount::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Mount
201 Mount::eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, in eject() function in Gio::Mount
215 Mount::eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags) in eject() function in Gio::Mount
/dports/security/beid/eid-mw-5.0.8/tests/unit/
H A Deject.c30 TEST_FUNC(eject) { in TEST_FUNC() argument
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Notify/Eject/
H A Ddarwin.pm6 sub eject { system 'drutil eject' } subroutine
H A Dfreebsd.pm6 sub eject { system '/usr/sbin/cdcontrol eject' } subroutine
H A Dlinux.pm6 sub eject { system 'eject' } subroutine
H A Dmswin32.pm7 sub eject { Win32::MCI::Basic::mciSendString("Set CDAudio Door Open Wait"); } subroutine
/dports/lang/cython/Cython-0.29.24/tests/compile/
H A Ddeclandimpl.pyx5 def eject(self): member in Tomato
/dports/lang/cython-devel/cython-2b1e743/tests/compile/
H A Ddeclandimpl.pyx5 def eject(self): member in Tomato
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Notify/
H A DEject.pm37 sub eject { $_[1]->log(warn => 'Subclass should override this') } subroutine
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dprint.c84 bool eject; /* Eject page before printing? */ member
132 enum which_formats which_formats, bool eject) in internal_cmd_print()
484 bool eject = trns->eject; in print_text_trns_proc() local
548 int target_record, bool *eject, int *record) in print_text_flush_records()
601 bool eject = trns->eject; in print_binary_trns_proc() local
653 int target_record, bool *eject, int *record) in print_binary_flush_records()
/dports/misc/amanda-server/amanda-3.3.9/changer-src/
H A Dchg-disk.sh248 eject() { function
H A Dchg-manual.sh189 eject() { function
/dports/misc/amanda-client/amanda-3.3.9/changer-src/
H A Dchg-disk.sh248 eject() { function
H A Dchg-manual.sh189 eject() { function
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dopticaldrive.cpp67 bool Solid::OpticalDrive::eject() in eject() function in Solid::OpticalDrive

12345678910>>...16