Home
last modified time | relevance | path

Searched defs:showCommand (Results 1 – 10 of 10) sorted by relevance

/dports/net/evans/evans-0.9.1/repl/
H A Dcommands.go105 type showCommand struct{} struct
107 func (c *showCommand) Synopsis() string {
111 func (c *showCommand) Help() string {
115 func (c *showCommand) FlagSet() (*pflag.FlagSet, bool) {
119 func (c *showCommand) Validate(args []string) error {
126 func (c *showCommand) Run(w io.Writer, args []string) error {
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DShow.hs46 showCommand = SuperCommand function
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/syncthing/cli/
H A Dshow.go13 var showCommand = cli.Command{ var
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/
H A DMain.cpp59 …RY _tWinMain(HINSTANCE instance, HINSTANCE previousInstance, LPTSTR commandLine, int showCommand) { in _tWinMain()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DApplication.hpp102 int showCommand; member in win32cpp::Application
H A DApplication.cpp87 …on::Initialize(HINSTANCE instance, HINSTANCE previousInstance, LPTSTR commandLine, int showCommand) in Initialize()
H A DWindow.cpp138 bool Window::Show(int showCommand) in Show()
/dports/textproc/jalingo/jalingo-0.6.0-src/src.setup/com/izforge/izpack/util/os/
H A DShellLink.java87 private int showCommand = NORMAL; field in ShellLink
/dports/cad/ldview/ldview-4.4/
H A DModelTreeDialog.cpp491 int showCommand; in adjustWindow() local
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.cpp289 void DolphinMainWindow::showCommand(CommandType command) in showCommand() function in DolphinMainWindow