Searched refs:executing (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Drmt26 # middle of executing a command entered via the text.
28 set executing 0
150 global app executing lastCommand
152 incr executing 1
172 incr executing -1
178 # command, unless we're in the middle of executing a command from
183 global app executing
185 if {!$executing} {
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Drmt23 # middle of executing a command entered via the text.
25 set executing 0
145 global app executing lastCommand
147 incr executing 1
169 incr executing -1
175 # command, unless we're in the middle of executing a command from
180 global app executing
182 if !$executing {
/macosx-10.9.5/bash-92/bash-3.2/
H A Deval.c123 executing = 0;
145 executing = 1;
H A Dshell.h89 extern int executing, login_shell;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Drmt27 # middle of executing a command entered via the text.
28 @executing = 0
171 @executing += 1
216 @executing -= 1
222 # command, unless we're in the middle of executing a command from
229 if @executing == 0
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Drmt27 # middle of executing a command entered via the text.
28 @executing = 0
171 @executing += 1
216 @executing -= 1
222 # command, unless we're in the middle of executing a command from
229 if @executing == 0
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Densemble.test84 while executing
93 while executing
102 while executing
/macosx-10.9.5/CPANInternal-140/PlRPC/
H A DMakefile.PL26 installing Perl. You can do this now by executing the commands
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/
H A DMakefile.PL26 installing Perl. You can do this now by executing the commands
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DIterator.pm26 objects can be made to return an iterator instead simply by executing
H A DQuery.pm70 A Query can have many options set before executing. Most can either be
154 # substituting the relevant values via sprintf, and then executing with $select_val.
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm26 objects can be made to return an iterator instead simply by executing
H A DQuery.pm70 A Query can have many options set before executing. Most can either be
154 # substituting the relevant values via sprintf, and then executing with $select_val.
/macosx-10.9.5/procmail-14/procmail/src/
H A Dprocmail.h94 executing[],oquote[],cquote[],whilstwfor[],procmailn[],Mail[],home[],host[],
H A Dpipes.c94 yell(executing,newname);newargv[3]=0;newargv[2]=newname;
100 { nlog(executing);elog(oquote);
/macosx-10.9.5/vim-53/runtime/autoload/
H A DnetrwFileHandlers.vim81 " call Decho("executing !mozilla ".page)
84 " call Decho("executing !netscape ".page)
104 " call Decho("executing !mozilla ".page)
107 " call Decho("executing !netscape ".page)
/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A DDf.pm274 C<{bavail}> = Total blocks available to the user executing the Perl
283 available to the user executing the application. In other words, if
298 C<{favail}> = Total inodes available to the user executing the application.
/macosx-10.9.5/CPANInternal-140/Filesys-Df-0.92/
H A DDf.pm274 C<{bavail}> = Total blocks available to the user executing the Perl
283 available to the user executing the application. In other words, if
298 C<{favail}> = Total inodes available to the user executing the application.
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dsignal.test54 while executing
154 while executing
156 while executing signal trap code for SIGHUP signal
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test224 while executing
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm60 The actual mechanics of generating the SQL and executing it split up
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DMicrosoft_SQL_Server.pm31 The following options are alternative ways to enable concurrent executing
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DSQLAnywhere.pm148 be turned off (or increased) by the DBA by executing:
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DStatistics.pm184 Called when a query finishes executing. Has the same arguments as query_start.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DWatch.pm220 of time compared to the executing computer's clock, it'll just

Completed in 132 milliseconds

1234