Searched refs:command (Results 176 - 200 of 2191) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_tclparam_config_snit.tcl37 {*}$cmd -runtime-command {$myparser}
38 #{*}$cmd -self-command {$self}
39 #{*}$cmd -proc-command method
40 {*}$cmd -self-command {}
41 {*}$cmd -proc-command proc
H A Dpt_tclparam_config_tcloo.tcl33 {*}$cmd -runtime-command my
34 {*}$cmd -self-command my
35 {*}$cmd -proc-command method
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dtqueue.tcl132 set opts(-command) [mymethod \
133 Done $opts(-command)]
158 $self Done $command 0 $res
164 method Done {command args} {
175 $self Notify $command $args
191 $self Notify $command $args
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DAsync.tcl37 set scroll [scrollbar ${mainFrame}.s -command "$viewer yview"]
77 -command "[namespace current]::gotCategories $viewer" \
83 -command "[namespace current]::gotItems $viewer" \
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dref_opt.c133 o->command = (Tcl_Obj*) NULL;
165 if (o->command != NULL) {
166 Tcl_DecrRefCount (o->command);
201 if (o->command == NULL) {
202 Tcl_AppendResult (interp, "command not specified", (char*) NULL);
206 if ((o->command->bytes == 0) && (o->command->typePtr == NULL)) {
208 Tcl_AppendResult (interp, "command specified, but empty", (char*) NULL);
300 if (0 != strncmp (optname, "-command", len))
303 /* 'optvalue' contains the command t
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A DbutGeom2.tcl16 button .t.quit -text Quit -command {destroy .t}
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
42 .t.color-$opt.m add command -label Red -command "config -$opt red"
43 .t.color-$opt.m add command -label Green -command "config -$opt green"
44 .t.color-$opt.m add command -label Blue -command "config -$opt blue"
45 .t.color-$opt.m add command -label Other... \
46 -command "confi
[all...]
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DbutGeom2.tcl16 button .t.quit -text Quit -command {destroy .t}
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
42 .t.color-$opt.m add command -label Red -command "config -$opt red"
43 .t.color-$opt.m add command -label Green -command "config -$opt green"
44 .t.color-$opt.m add command -label Blue -command "config -$opt blue"
45 .t.color-$opt.m add command -label Other... \
46 -command "confi
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandPool.h70 * the command (via the controller's factory method or a memory allocation)
71 * and calling the returnCommand method with the newly created command as its
85 IOCommandGate *fSerializer; /* command gate used for serializing pool access */
98 * @abstract The default size of any command pool.
100 * kIOCommandPoolDefaultSize is the default size of any command pool.
122 * The workloop that this command pool should synchronize with.
123 * @result Returns true if command pool was successfully initialized.
134 * The workloop that this command pool should synchronize with.
163 * If the caller would like to have its thread slept until a command is
180 * The command t
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dprint_cmd.c1 /* print_command -- A way to make readable commands from a command tree. */
113 includes the group command that is a function body. */
119 /* Print COMMAND (a command tree) on standard output. */
121 print_command (command)
122 COMMAND *command;
125 printf ("%s", make_command_string (command));
128 /* Make a string which is the printed representation of the command
133 make_command_string (command)
134 COMMAND *command;
137 make_command_string_internal (command);
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dfcgistarter.c33 "usage: fcgistarter -c <command> -p <port> [-i <interface> -N <num>]\n"
70 const char *command = NULL; local
95 command = arg;
122 if (! command || ! port) {
206 execl(command, command, NULL);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-vc.el68 ;; `vc-do-command'
75 ;; the part that actually executes a command is changed.
77 (defun tramp-vc-do-command (buffer okstatus command file last &rest flags)
78 "Like `vc-do-command' but invoked for tramp files.
79 See `vc-do-command' for more information."
83 (if vc-command-messages
84 (message "Running `%s' on `%s'..." command file))
133 ;; Actually execute remote command
134 ;; `shell-command' canno
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dpipe.c47 pid_t piped_child(char **command, int *f_in, int *f_out) argument
54 print_child_argv(command);
84 execvp(command[0], command);
85 rsyserr(FERROR, errno, "Failed to exec %s", command[0]);
/macosx-10.10/rsync-45/rsync/support/
H A Dsavetransfer.c9 * If you want to capture the flow of data for an rsync command, use one of
30 void run_program(char **command);
102 run_program(char **command) argument
130 execvp(command[0], command);
131 fprintf(stderr, "Failed to exec %s: %s\n", command[0], strerror(errno));
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Daserver.tcl23 $s play -command "close $sock; set msg idle;$s destroy"
39 puts "Unknown command"
82 pack [button .m.b -text Set -command NewPort] -side left
86 pack [button .b.bs -bitmap snackStop -command Stop] \
88 pack [button .b.bp -bitmap snackPause -command Pause] -side left
89 pack [scale .b.s -show no -orient horiz -command {snack::audio play_gain} \
H A DfourChan.tcl50 pack [button .f.a1 -text "Default 1,2" -wi 12 -command "s play"]
51 pack [button .f.a2 -text "Channel 1" -wi 12 -command "s play -filter $f1"]
52 pack [button .f.a3 -text "Channel 2" -wi 12 -command "s play -filter $f2"]
53 pack [button .f.a4 -text "Channel 3" -wi 12 -command "s play -filter $f3"]
54 pack [button .f.a5 -text "Channel 4" -wi 12 -command "s play -filter $f4"]
55 pack [button .f.a6 -text "Channels 3,2" -wi 12 -command "s play -filter $f5"]
56 pack [button .f.a7 -text "Channels 2,3" -wi 12 -command "s play -filter $f6"]
H A DtomAmp.tcl71 pack [button .panel.player.prev -bitmap snackPlayPrev -command Prev] -side left
73 pack [button .panel.player.bp -bitmap snackPlay -command Play] -side left
75 pack [button .panel.player.pause -bitmap snackPause -command {Pause}] -side left
86 pack [button .panel.player.bs -bitmap snackStop -command Stop] -side left
88 pack [button .panel.player.next -bitmap snackPlayNext -command Next] -side left
90 pack [button .panel.player.bo -image snackOpen -command OpenFile] -side left
102 scale .panel.sv -show no -orient vert -width 10 -command {snack::audio play_gain}\
132 pack [button $CF.filter.btApp -text "Append" -command {filterMusic append} -pady 0] -side left
134 pack [button $CF.filter.btRep -text "Replace" -command {filterMusic replace} -pady 0] -side left
148 $m add command
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.help.c54 do_help(const Char *command) argument
59 while (*command == ' ' || *command == '\t')
60 command++;
63 name = Strsave(command);
173 /* these next two are stolen from CMU's man(1) command for looking down
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpasswddlg.tcl24 remove [list -command -justify -name -show -side \
37 remove [list -command -width -show -side -takefocus \
52 {-command String "" 0}
71 set cmd [Widget::cget "$path#PasswdDlg" -command]
85 Dialog::add $path -text $but -name $but -command $cmd
98 -command [list PasswdDlg::_verifonpasswd \
105 -command [list PasswdDlg::_verifonlogin \
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Dbrowser.tcl60 .controls.view configure -text {Tree & Text} -command View:both
69 .controls.view configure -text {Tree Only} -command View:tree
75 button .controls.open -text Open -command Open
92 scrollbar $p.tree.y -orient vertical -command [list $p.tree.t yview]
93 scrollbar $p.tree.x -orient horizontal -command [list $p.tree.t xview]
105 scrollbar $p.text.y -orient vertical -command [list $p.text.t yview]
106 scrollbar $p.text.x -orient horizontal -command [list $p.text.t xview]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dspreadsheet.tcl99 scrollbar .sy -command [list $t yview]
100 scrollbar .sx -command [list $t xview] -orient horizontal
101 button .exit -text "Exit" -command exit
118 .menu.file add command -label "Fill Array" -command { fill $table(page) }
119 .menu.file add command -label "Quit" -command exit
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorBackend.js115 _willSendMessageToBackend: function(command, callback)
123 "command": command, property in class:var.callbackData
147 var command = callbackData.command;
154 // FIXME: this should be indicated by invoking the command differently, rather
161 for (var parameterName of command.replySignature)
173 console.error("Uncaught exception in inspector page while dispatching callback for command " + command.qualifiedName + ": ", e);
178 console.warn("InspectorBackend: took " + processingDuration + "ms to handle response for command
[all...]
/macosx-10.10/security_systemkeychain-55202/src/
H A Dtokenadmin.m52 /* Entry in commands array for a command. */
53 typedef struct command
55 const char *c_name; /* name of the command. */
56 command_func c_func; /* function to execute the command. */
57 const char *c_usage; /* usage sting for command. */
58 const char *c_help; /* help string for (or description of) command. */
59 } command;
72 * The command array itself.
74 * Matching is done on a prefix basis. The first command in the array
77 const command command
[all...]
/macosx-10.10/man-16/man/src/
H A Dman.c258 char *command = NULL; local
263 command = my_xsprintf("%s %S | %s", expander, file, pager);
265 command = my_xsprintf("%s %S", expander, file);
268 command = my_xsprintf("%s %S", pager, file);
271 command = my_xsprintf("%s %S", cat[0] ? cat : "cat", file);
274 found = !do_system_command (command, 0);
289 char *command = NULL; local
292 command = my_xsprintf("%s %S", browser, file);
294 command = my_xsprintf("%s %S", htmlpager, file);
296 found = !do_system_command (command,
340 char *command; local
560 char *command = ""; local
726 char *command = NULL; local
833 char *command; local
946 char *command; local
1136 char *command; local
1217 char *command; local
1228 char *command; local
[all...]
H A Dman.c.orig258 char *command = NULL;
263 command = my_xsprintf("%s %S | %s", expander, file, pager);
265 command = my_xsprintf("%s %S", expander, file);
268 command = my_xsprintf("%s %S", pager, file);
271 command = my_xsprintf("%s %S", cat[0] ? cat : "cat", file);
274 found = !do_system_command (command, 0);
289 char *command = NULL;
292 command = my_xsprintf("%s %S", browser, file);
294 command = my_xsprintf("%s %S", htmlpager, file);
296 found = !do_system_command (command,
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl36 # original Tcl command "file". Then I got confused.
300 $m2 add command -label "Console" -command {
308 $m2 add command -label "Event Browser" -command ToggleEventsWindow
309 $m2 add command -label "Identify" -command ToggleIdentifyWindow
310 $m2 add command -label "Style Editor" -command ToggleStyleEditorWindow
311 $m2 add command
[all...]

Completed in 293 milliseconds

1234567891011>>