| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/ext/tk/lib/ |
| tcltk.rb | 138 @commands = {} 139 # for all commands registered in tcl/tk interpreter: 144 @commands[comname] = TclTkWidget.new(@ip, comname) 147 @commands[comname] = TclTkCommand.new(@ip, comname) 152 # commands(): returns hash of the tcl/tk commands 153 def commands() method 154 return @commands 159 return @commands["."] 172 if @commands.key?(id.id2name [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.5/ext/tk/lib/ |
| tcltk.rb | 138 @commands = {} 139 # for all commands registered in tcl/tk interpreter: 144 @commands[comname] = TclTkWidget.new(@ip, comname) 147 @commands[comname] = TclTkCommand.new(@ip, comname) 152 # commands(): returns hash of the tcl/tk commands 153 def commands() method 154 return @commands 159 return @commands["."] 172 if @commands.key?(id.id2name [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.6/ext/tk/lib/ |
| tcltk.rb | 138 @commands = {} 139 # for all commands registered in tcl/tk interpreter: 144 @commands[comname] = TclTkWidget.new(@ip, comname) 147 @commands[comname] = TclTkCommand.new(@ip, comname) 152 # commands(): returns hash of the tcl/tk commands 153 def commands() method 154 return @commands 159 return @commands["."] 172 if @commands.key?(id.id2name [all...] |
| /webstack/webserver/src/server/safs/ |
| sed.cpp | 60 sed_commands_t commands; // XXX should be done at config time member in struct:SedData 99 rv = sed_init_commands(&seddata->commands, log_sed_errf, seddata, pool); 105 // Compile sed commands (XXX should be done at config time) 112 rv = sed_compile_string(&seddata->commands, p->param->value); 114 sed_destroy_commands(&seddata->commands); 126 sed_destroy_commands(&seddata->commands); 131 if (sed_finalize_commands(&seddata->commands) != PR_SUCCESS) { 132 sed_destroy_commands(&seddata->commands); 138 rv = sed_init_eval(&seddata->eval, &seddata->commands, log_sed_errf, seddata, 141 sed_destroy_commands(&seddata->commands); [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/cw/cpcd/ |
| APIService.cpp | 107 ParserRow<CPCDAPISession> commands[] = variable 150 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true); 158 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/test/ |
| edit_field.c | 21 } commands[] = { variable in typeref:struct:__anon2877 164 * Display a temporary window listing the keystroke-commands we recognize. 176 WINDOW *data = newpad(2 + SIZEOF(commands), wide - 4); 185 for (n = 0; n < SIZEOF(commands); ++n) { 188 if ((name = form_request_name(commands[n].result)) == 0) 190 name = commands[n].help; 192 keyname(commands[n].code), 193 name != 0 ? name : commands[n].help); 291 for (n = 0; n < SIZEOF(commands); ++n) { 292 if (commands[n].code == ch) [all...] |
| testcurs.c | 30 struct commands { struct 34 typedef struct commands COMMAND;
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext/SDBM_File/sdbm/ |
| dbe.c | 213 } commands; typedef in typeref:enum:__anon2997 218 commands what = YOW;
|
| /webstack/webstack/branches/CoolStack12Rtm/src/readline-5.2/examples/ |
| fileman.c | 74 /* A structure which contains information on the commands this program 83 COMMAND commands[] = { variable 200 for (i = 0; commands[i].name; i++) 201 if (strcmp (name, commands[i].name) == 0) 202 return (&commands[i]); 294 while (name = commands[list_index].name) 308 /* FileMan Commands */ 313 commands. */ 384 /* Print out help for ARG, or for all of the commands if ARG is 392 for (i = 0; commands[i].name; i++ [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/cw/cpcd/ |
| APIService.cpp | 108 ParserRow<CPCDAPISession> commands[] = variable 151 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true); 159 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true);
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/cw/cpcd/ |
| APIService.cpp | 108 ParserRow<CPCDAPISession> commands[] = variable 151 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true); 159 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true);
|
| /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/cw/cpcd/ |
| APIService.cpp | 107 ParserRow<CPCDAPISession> commands[] = variable 150 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true); 158 m_parser = new Parser<CPCDAPISession>(commands, *m_input, true, true, true);
|
| /webstack/webstack/trunk/src/ncurses-5.5/test/ |
| edit_field.c | 21 } commands[] = { variable in typeref:struct:__anon7819 164 * Display a temporary window listing the keystroke-commands we recognize. 176 WINDOW *data = newpad(2 + SIZEOF(commands), wide - 4); 185 for (n = 0; n < SIZEOF(commands); ++n) { 188 if ((name = form_request_name(commands[n].result)) == 0) 190 name = commands[n].help; 192 keyname(commands[n].code), 193 name != 0 ? name : commands[n].help); 291 for (n = 0; n < SIZEOF(commands); ++n) { 292 if (commands[n].code == ch) [all...] |
| testcurs.c | 30 struct commands { struct 34 typedef struct commands COMMAND;
|
| /webstack/webstack/trunk/src/perl-5.8.8/ext/SDBM_File/sdbm/ |
| dbe.c | 213 } commands; typedef in typeref:enum:__anon7939 218 commands what = YOW;
|
| /webstack/webstack/trunk/src/readline-5.2/examples/ |
| fileman.c | 74 /* A structure which contains information on the commands this program 83 COMMAND commands[] = { variable 200 for (i = 0; commands[i].name; i++) 201 if (strcmp (name, commands[i].name) == 0) 202 return (&commands[i]); 294 while (name = commands[list_index].name) 308 /* FileMan Commands */ 313 commands. */ 384 /* Print out help for ARG, or for all of the commands if ARG is 392 for (i = 0; commands[i].name; i++ [all...] |
| /webstack/mod_sed/ |
| libsed.h | 117 sed_commands_t *commands; member in struct:sed_eval_s 154 apr_status_t sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 156 apr_status_t sed_compile_string(sed_commands_t *commands, const char *s); 157 apr_status_t sed_compile_file(sed_commands_t *commands, apr_file_t *fin); 158 char* sed_get_finalize_error(const sed_commands_t *commands, apr_pool_t* pool); 159 int sed_canbe_finalized(const sed_commands_t *commands); 160 void sed_destroy_commands(sed_commands_t *commands); 162 apr_status_t sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, 165 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
| /webstack/webserver/src/server/libsed/ |
| libsed.h | 151 sed_commands_t *commands; member in struct:sed_eval_s 188 PRStatus sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 190 PRStatus sed_compile_string(sed_commands_t *commands, const char *s); 191 PRStatus sed_compile_file(sed_commands_t *commands, PRFileDesc *fin); 192 PRStatus sed_finalize_commands(sed_commands_t *commands); 193 void sed_destroy_commands(sed_commands_t *commands); 195 PRStatus sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, 197 PRStatus sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/ |
| fileutils.rb | 1469 def FileUtils.commands singleton method [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.5/lib/ |
| fileutils.rb | 1455 def FileUtils.commands singleton method [all...] |
| /webstack/webstack/trunk/src/ruby-1.8.6/lib/ |
| fileutils.rb | 1469 def FileUtils.commands singleton method [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/client/ |
| mysqladmin.cc | 91 The order of commands must be the same as command_names, 94 enum commands { enum 124 { array_elements(command_names)-1,"commands", command_names, NULL}; 139 "Don't ask for confirmation on drop database; with multiple commands, continue even if an error occurs.", 183 {"sleep", 'i', "Execute commands again and again with a sleep between.", 307 char **commands, **save_argv; local 324 commands = argv; 360 /* Return 0 if all commands are PING */ 376 if ((error=execute_commands(&mysql,argc,commands))) 510 execute commands in the order specified, e.g [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/client/ |
| mysqladmin.cc | 92 The order of commands must be the same as command_names, 95 enum commands { enum 125 { array_elements(command_names)-1,"commands", command_names, NULL}; 140 "Don't ask for confirmation on drop database; with multiple commands, continue even if an error occurs.", 184 {"sleep", 'i', "Execute commands again and again with a sleep between.", 308 char **commands, **save_argv; local 325 commands = argv; 361 /* Return 0 if all commands are PING */ 377 if ((error=execute_commands(&mysql,argc,commands))) 511 execute commands in the order specified, e.g [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/client/ |
| mysqladmin.cc | 92 The order of commands must be the same as command_names, 95 enum commands { enum 125 { array_elements(command_names)-1,"commands", command_names, NULL}; 140 "Don't ask for confirmation on drop database; with multiple commands, continue even if an error occurs.", 184 {"sleep", 'i', "Execute commands again and again with a sleep between.", 308 char **commands, **save_argv; local 325 commands = argv; 361 /* Return 0 if all commands are PING */ 377 if ((error=execute_commands(&mysql,argc,commands))) 511 execute commands in the order specified, e.g [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/client/ |
| mysqladmin.cc | 91 The order of commands must be the same as command_names, 94 enum commands { enum 124 { array_elements(command_names)-1,"commands", command_names, NULL}; 139 "Don't ask for confirmation on drop database; with multiple commands, continue even if an error occurs.", 183 {"sleep", 'i', "Execute commands again and again with a sleep between.", 307 char **commands, **save_argv; local 324 commands = argv; 360 /* Return 0 if all commands are PING */ 376 if ((error=execute_commands(&mysql,argc,commands))) 510 execute commands in the order specified, e.g [all...] |