Searched refs:Command (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/rubygems/rubygems/commands/
H A Dcrash_command.rb1 class Gem::Commands::CrashCommand < Gem::Command
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dmirror_command.rb3 class Gem::Commands::MirrorCommand < Gem::Command
H A Dbuild_command.rb4 class Gem::Commands::BuildCommand < Gem::Command
H A Dstale_command.rb3 class Gem::Commands::StaleCommand < Gem::Command
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Drubygems_plugin.rb8 class Gem::Commands::InterruptCommand < Gem::Command
H A Dtest_gem_gem_runner.rb9 @orig_args = Gem::Command.build_args
15 Gem::Command.build_args = @orig_args
41 assert_equal %w[--commands], Gem::Command.extra_args
47 cls = Class.new(Gem::Command) do
H A Dtest_gem_command.rb4 class Gem::Command
15 Gem::Command.common_options.clear
16 Gem::Command.common_options << [
23 @cmd = Gem::Command.new @cmd_name, 'summary'
30 Gem::Command.add_specific_extra_args @cmd_name, added_args
32 assert_equal added_args, Gem::Command.specific_extra_args(@cmd_name)
42 Gem::Command.add_specific_extra_args @cmd_name, added_args
44 assert_equal added_args, Gem::Command.specific_extra_args(@cmd_name)
58 assert Array === Gem::Command.common_options
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl128 Command $ftp(Command) timeout
152 if { ![string length $ftp(Command)] && [info exists ftp(state.control)] } {
185 if {![info exists ftp(Command)]} {
189 if { ![string length $ftp(Command)] && [info exists ftp(state.data)] } {
303 Command $ftp(Command) terminated
333 Command $ftp(Command) user
338 Command
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DShUtil.py4 from ShCommands import Command, Pipeline, Seq
218 return Command(args, redirects)
290 Pipeline([Command(['echo', 'hello'], [])], False))
292 Pipeline([Command(['echo', ''], [])], False))
294 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
296 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
300 Pipeline([Command(['echo', 'hello'],
303 Pipeline([Command(['echo', 'hello'], [(('>',), 'c'),
306 Pipeline([Command(['a'], [(('>&',2), '1')])], False))
310 Pipeline([Command(['
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dexpand.sh23 print -u2 -r ${Command}[$Line]: "$@"
28 Command=${0##*/}
H A Dleaks.sh25 print -u2 -r ${Command}[$1]: "${@:2}"
30 Command=${0##*/}
H A Dselect.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dcase.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dexit.sh23 print -u2 -r ${Command}[$1]: "${@:2}"
28 Command=${0##*/}
H A Dtreemove.sh40 print -u2 -r ${Command}[$1]: "${@:2}"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Dcmd.tcl14 sak::test::usage Command missing
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Dcmd.tcl14 sak::test::usage Command missing
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclAccessInt.h29 #define Tcl_Command_refCount(cmd) ((Command *)cmd)->refCount
30 #define Tcl_Command_cmdEpoch(cmd) ((Command *)cmd)->cmdEpoch
33 #define Tcl_Command_nsPtr(cmd) ((Tcl_Namespace*)(((Command *)cmd)->nsPtr))
34 #define Tcl_Command_objProc(cmd) ((Command *)cmd)->objProc
35 #define Tcl_Command_objClientData(cmd) ((Command *)cmd)->objClientData
36 #define Tcl_Command_proc(cmd) ((Command *)cmd)->proc
37 #define Tcl_Command_clientData(cmd) ((Command *)cmd)->clientData
38 #define Tcl_Command_deleteProc(cmd) ((Command *)cmd)->deleteProc
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb5 cmd << " #{Gem::Command.build_args.join ' '}" unless Gem::Command.build_args.empty?
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFullScreen2.tcl17 bind $w <Command-q> exit
18 bind $w <Command-.> exit
36 bind $f.ss <Button-1> {Command play}
54 proc Command {what} { procedure
60 bind $w.f.ss <Button-1> {Command stop}
64 bind $w.f.ss <Button-1> {Command play}
76 Command play
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.cpp95 class Command : public UPerfFunction { class in inherits:UPerfFunction
97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} function in class:Command
100 virtual ~Command() {}
115 class CheckFCD : public Command {
117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {}
135 class CheckFCDAlwaysGet : public Command {
137 CheckFCDAlwaysGet(const UTrie2PerfTest &testcase) : Command(testcase) {}
156 class CheckFCDUTF8 : public Command {
158 CheckFCDUTF8(const UTrie2PerfTest &testcase) : Command(testcase) {}
173 class ToNFC : public Command {
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsocks++4.h42 enum Command { enum in namespace:Security::IPPlusPlus::Socks4
72 Message(Command cmd, const IPSockAddress &addr);
H A Dsocks++5.h57 enum Command { enum in namespace:Security::IPPlusPlus::Socks5
111 Message(Command cmd, IPAddress addr, IPPort port); // type 1 request
112 Message(Command cmd, const char *hostname, IPPort port); // type 3 request
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsocks++4.h42 enum Command { enum in namespace:Security::IPPlusPlus::Socks4
72 Message(Command cmd, const IPSockAddress &addr);
H A Dsocks++5.h57 enum Command { enum in namespace:Security::IPPlusPlus::Socks5
111 Message(Command cmd, IPAddress addr, IPPort port); // type 1 request
112 Message(Command cmd, const char *hostname, IPPort port); // type 3 request

Completed in 125 milliseconds

1234567891011>>