Home
last modified time | relevance | path

Searched refs:cmd_ (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/command/
H A DAppMenuItem.java28 cmd_ = cmd; in AppMenuItem()
30 setTitle(cmd_.getDesc()); in AppMenuItem()
36 cmd_ = cmd; in AppMenuItem()
54 if (cmd_.isEnabled()) in onShow()
59 setVisible(cmd_.isVisible()); in onShow()
60 setEnabled(cmd_.isEnabled()); in onShow()
63 setTitle(cmd_.getDesc()); in onShow()
64 setChecked(cmd_.isChecked()); in onShow()
69 return cmd_.isVisible(); in cmdVisible()
93 return cmd_.getId();
[all …]
/dports/devel/elm-format/elm-format-0.8.3/
H A DShakefile.hs37 cmd_ "stack clean"
73 cmd_ "stack build --test --no-run-tests"
98 cmd_ "stack test"
135 cmd_ ("bash" <.> exe) script elmFormat
219 cmd_ "diff" "-u" actual expected
226 cmd_ "diff" "-u" actual expected
233 cmd_ "diff" "-u" actual expected
240 cmd_ "diff" "--strip-trailing-cr" "-u" actual expected
265 cmd_ "diff" "--strip-trailing-cr" "-u" actual expected
274 cmd_ "stack install ShellCheck"
[all …]
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dcommand.cpp25 void zmq::deallocate_command (command_t *cmd_) in deallocate_command() argument
27 switch (cmd_->type) { in deallocate_command()
29 if (cmd_->args.attach.peer_identity) in deallocate_command()
30 free (cmd_->args.attach.peer_identity); in deallocate_command()
33 if (cmd_->args.bind.peer_identity) in deallocate_command()
34 free (cmd_->args.bind.peer_identity); in deallocate_command()
H A Dobject.cpp60 switch (cmd_.type) { in process_command()
80 process_own (cmd_.args.own.object); in process_command()
85 process_attach (cmd_.args.attach.engine, in process_command()
86 cmd_.args.attach.peer_identity ? in process_command()
87 blob_t (cmd_.args.attach.peer_identity, in process_command()
93 process_bind (cmd_.args.bind.in_pipe, cmd_.args.bind.out_pipe, in process_command()
94 cmd_.args.bind.peer_identity ? blob_t (cmd_.args.bind.peer_identity, in process_command()
112 process_term (cmd_.args.term.linger); in process_command()
120 process_reap (cmd_.args.reap.socket); in process_command()
133 deallocate_command (&cmd_); in process_command()
[all …]
H A Dmailbox.cpp50 void zmq::mailbox_t::send (const command_t &cmd_) in send() argument
53 cpipe.write (cmd_, false); in send()
60 int zmq::mailbox_t::recv (command_t *cmd_, int timeout_) in recv() argument
64 bool ok = cpipe.read (cmd_); in recv()
83 bool ok = cpipe.read (cmd_); in recv()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dcommand.cpp24 void zmq::deallocate_command (command_t *cmd_) in deallocate_command() argument
26 switch (cmd_->type) { in deallocate_command()
28 if (cmd_->args.attach.peer_identity) in deallocate_command()
29 free (cmd_->args.attach.peer_identity); in deallocate_command()
32 if (cmd_->args.bind.peer_identity) in deallocate_command()
33 free (cmd_->args.bind.peer_identity); in deallocate_command()
H A Dobject.cpp59 switch (cmd_.type) { in process_command()
79 process_own (cmd_.args.own.object); in process_command()
84 process_attach (cmd_.args.attach.engine, in process_command()
85 cmd_.args.attach.peer_identity ? in process_command()
86 blob_t (cmd_.args.attach.peer_identity, in process_command()
92 process_bind (cmd_.args.bind.in_pipe, cmd_.args.bind.out_pipe, in process_command()
93 cmd_.args.bind.peer_identity ? blob_t (cmd_.args.bind.peer_identity, in process_command()
111 process_term (cmd_.args.term.linger); in process_command()
119 process_reap (cmd_.args.reap.socket); in process_command()
132 deallocate_command (&cmd_); in process_command()
[all …]
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dobject.cpp73 switch (cmd_.type) { in process_command()
92 process_own (cmd_.args.own.object); in process_command()
97 process_attach (cmd_.args.attach.engine); in process_command()
102 process_bind (cmd_.args.bind.pipe); in process_command()
107 process_hiccup (cmd_.args.hiccup.pipe); in process_command()
132 process_pipe_hwm (cmd_.args.pipe_hwm.inhwm, in process_command()
133 cmd_.args.pipe_hwm.outhwm); in process_command()
137 process_term_req (cmd_.args.term_req.object); in process_command()
141 process_term (cmd_.args.term.linger); in process_command()
153 process_reap (cmd_.args.reap.socket); in process_command()
[all …]
H A Dmailbox.cpp59 void zmq::mailbox_t::send (const command_t &cmd_) in send() argument
62 _cpipe.write (cmd_, false); in send()
69 int zmq::mailbox_t::recv (command_t *cmd_, int timeout_) in recv() argument
73 if (_cpipe.read (cmd_)) in recv()
98 const bool ok = _cpipe.read (cmd_); in recv()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dobject.cpp73 switch (cmd_.type) { in process_command()
92 process_own (cmd_.args.own.object); in process_command()
97 process_attach (cmd_.args.attach.engine); in process_command()
102 process_bind (cmd_.args.bind.pipe); in process_command()
107 process_hiccup (cmd_.args.hiccup.pipe); in process_command()
132 process_pipe_hwm (cmd_.args.pipe_hwm.inhwm, in process_command()
133 cmd_.args.pipe_hwm.outhwm); in process_command()
137 process_term_req (cmd_.args.term_req.object); in process_command()
141 process_term (cmd_.args.term.linger); in process_command()
153 process_reap (cmd_.args.reap.socket); in process_command()
[all …]
H A Dmailbox.cpp59 void zmq::mailbox_t::send (const command_t &cmd_) in send() argument
62 _cpipe.write (cmd_, false); in send()
69 int zmq::mailbox_t::recv (command_t *cmd_, int timeout_) in recv() argument
73 if (_cpipe.read (cmd_)) in recv()
98 const bool ok = _cpipe.read (cmd_); in recv()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/command/
H A DPanmirrorCommandPaletteItem.java24 cmd_ = cmd; in PanmirrorCommandPaletteItem()
30 return new PanmirrorCommandPaletteEntry(cmd_, this); in createWidget()
36 cmd_.execute(); in invoke()
42 return super.labelMatchesSearch("visual editor " + cmd_.getFullMenuText(), keywords); in matchesSearch()
66 return cmd_.getId(); in getId()
69 private final PanmirrorCommandUI cmd_; field in PanmirrorCommandPaletteItem
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/powerpc/powerpc64/
H A Dsysdep.h28 ({ int cmd_ = (__cmd); \
29 if (cmd_ >= F_GETLK64 && cmd_ <= F_SETLKW64) \
30 cmd_ -= F_GETLK64 - F_GETLK; \
31 cmd_; })
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/powerpc/powerpc64/
H A Dsysdep.h28 ({ int cmd_ = (__cmd); \
29 if (cmd_ >= F_GETLK64 && cmd_ <= F_SETLKW64) \
30 cmd_ -= F_GETLK64 - F_GETLK; \
31 cmd_; })
/dports/www/elinks/elinks-0.11.7/
H A DMakefile.lib35 ncmd = $(if $($(quiet)cmd_$(1)),echo $($(quiet)cmd_$(1)) &&) $(cmd_$(1))
36 cmd = @$(if $($(quiet)cmd_$(1)),echo $($(quiet)cmd_$(1)) &&) $(cmd_$(1))
37 mcmd = @$(if $($(mquiet)cmd_$(1)),echo $($(mquiet)cmd_$(1)) &&) $(cmd_$(1))
38 ecmd = @$(if $($(mquiet)cmd_$(1)),printf "%-38s " $($(mquiet)cmd_$(1)) &&) $(cmd_$(1))
/dports/devel/monotone/monotone-1.1/src/
H A Dcmd.hh182 class cmd_ ## C; \
183 extern cmd_ ## C C ## _cmd; \
204 class cmd_ ## C : public command \
207 cmd_ ## C() : command(name, aliases, parent, false, hidden, \
215 cmd_ ## C C ## _cmd; \
217 void commands::cmd_ ## C::exec(app_state & app, \
229 class cmd_ ## C : public command \
232 cmd_ ## C() : command(name, aliases, parent, true, false, "", \
240 cmd_ ## C C ## _cmd; \
242 void commands::cmd_ ## C::exec(app_state & app, \
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Test/
H A DCommand.hs74 … liftIO $ assertException ["BAD"] $ cmd_ helper "oo eBAD x" (EchoStdout False) (EchoStderr False)
75 …liftIO $ assertException ["MORE"] $ cmd_ helper "oMORE eBAD x" (WithStdout True) (WithStderr False…
99 "timeout2" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "w20"
103 unless isWindows $ "timeout3" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ Shell helper "w20"
105 "timeout4" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "sw20"
107 "timeout5" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "i w20"
130 cmd_ "helper/shake_helper"
131 cmd_ $ "helper/shake_helper" <.> exe
132 cmd_ path Shell "shake_helper"
133 cmd_ path "shake_helper"
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Test/
H A DCommand.hs74 … liftIO $ assertException ["BAD"] $ cmd_ helper "oo eBAD x" (EchoStdout False) (EchoStderr False)
75 …liftIO $ assertException ["MORE"] $ cmd_ helper "oMORE eBAD x" (WithStdout True) (WithStderr False…
99 "timeout2" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "w20"
103 unless isWindows $ "timeout3" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ Shell helper "w20"
105 "timeout4" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "sw20"
107 "timeout5" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "i w20"
130 cmd_ "helper/shake_helper"
131 cmd_ $ "helper/shake_helper" <.> exe
132 cmd_ path Shell "shake_helper"
133 cmd_ path "shake_helper"
[all …]
/dports/devel/hs-shake/shake-0.19.6/src/Test/
H A DCommand.hs74 … liftIO $ assertException ["BAD"] $ cmd_ helper "oo eBAD x" (EchoStdout False) (EchoStderr False)
75 …liftIO $ assertException ["MORE"] $ cmd_ helper "oMORE eBAD x" (WithStdout True) (WithStderr False…
99 "timeout2" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "w20"
103 unless isWindows $ "timeout3" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ Shell helper "w20"
105 "timeout4" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "sw20"
107 "timeout5" !> do checkTimeout $ liftIO $ timeout 2 $ cmd_ helper "i w20"
130 cmd_ "helper/shake_helper"
131 cmd_ $ "helper/shake_helper" <.> exe
132 cmd_ path Shell "shake_helper"
133 cmd_ path "shake_helper"
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/python/
H A DCommand.cpp16 , cmd_(cmd) in Command()
46 char* cmd = strdup(cmd_.c_str()); in addCommandToSimptr()
51 throw std::runtime_error("Failed to add command " + cmd_); in addCommandToSimptr()
71 throw std::runtime_error("Failed to add command " + cmd_); in addCommandToSimptr()
85 std::cout << "111: Adding " << cmd_ << " " << cmd_type_ << "on=" << on_ in addCommand()
89 return smolAddCommand(sim_, cmd_type_, on_, off_, step_, multiplier_, cmd_.c_str()); in addCommand()
/dports/devel/py-cmd2/cmd2-2.3.2/docs/migrating/
H A Dwhy.rst9 cmd_ is the Python Standard Library's module for creating simple interactive
10 command-line applications. cmd_ is an extremely bare-bones framework which
14 Since the API provided by cmd_ provides the foundation on which ``cmd2`` is
15 based, understanding the use of cmd_ is the first step in learning the use of
16 ``cmd2``. Once you have read the cmd_ docs, return here to learn the ways that
17 ``cmd2`` differs from cmd_.
23 ``cmd2`` is a batteries-included extension of cmd_, which provides a wealth of
27 ``cmd2`` can be used as a drop-in replacement for cmd_ with a few minor
30 ``cmd2`` in place of cmd_ will add many features to an application without any
39 After switching from cmd_ to ``cmd2``, your application will have the following
[all …]
/dports/devel/libxs/libxs-1.2.0/src/
H A Dmailbox.cpp54 void xs::mailbox_send (mailbox_t *self_, const command_t &cmd_) in mailbox_send() argument
57 self_->cpipe.write (cmd_, false); in mailbox_send()
64 int xs::mailbox_recv (mailbox_t *self_, command_t *cmd_, int timeout_) in mailbox_recv() argument
68 bool ok = self_->cpipe.read (cmd_); in mailbox_recv()
87 bool ok = self_->cpipe.read (cmd_); in mailbox_recv()
H A Dobject.cpp59 void xs::object_t::process_command (command_t &cmd_) in process_command() argument
61 switch (cmd_.type) { in process_command()
68 process_activate_write (cmd_.args.activate_write.msgs_read); in process_command()
81 process_attach (cmd_.args.attach.engine); in process_command()
86 process_bind (cmd_.args.bind.pipe); in process_command()
91 process_hiccup (cmd_.args.hiccup.pipe); in process_command()
103 process_term_req (cmd_.args.term_req.object); in process_command()
107 process_term (cmd_.args.term.linger); in process_command()
115 process_reap (cmd_.args.reap.socket); in process_command()
419 void xs::object_t::send_command (command_t &cmd_) in send_command() argument
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/lib/
H A Ddict_client.cpp423 if (!cmd_.get()) { in parse()
454 cmd_->query().c_str()); in parse()
457 cmd_->state_ = DICT::Cmd::FINISH; in parse()
463 cmd_->query().c_str()); in parse()
466 cmd_->state_ = DICT::Cmd::FINISH; in parse()
476 cmd_->send(channel_, err); in parse()
500 cmd_.reset(0); in parse()
508 cmd_.reset(0); in parse()
516 if (!cmd_->parse(line, status_code)) in parse()
559 cmd_.reset(new DefineCmd("*", word)); in lookup_simple()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/scripts/
H A DKbuild.include102 cmd = @$(echo-cmd) $(cmd_$(1))
122 echo-cmd = $(if $($(quiet)cmd_$(1)), \
123 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
125 make-cmd = $(subst \#,\\\#,$(subst $$,$$$$,$(call escsq,$(cmd_$(1)))))
132 $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ), \
134 $(echo-cmd) $(cmd_$(1)); \
135 echo 'cmd_$@ := $(make-cmd)' > $(@D)/.$(@F).cmd)
141 $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ), \
143 $(echo-cmd) $(cmd_$(1)); \
152 $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ),\

12345678910>>...22