Searched refs:execute (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/irb/cmd/
H A Dsubirb.rb18 def execute(*obj) method in class:IRB.ExtendCommand.IrbCommand
24 def execute method in class:IRB.ExtendCommand.Jobs
30 def execute(key) method in class:IRB.ExtendCommand.Foreground
36 def execute(*keys) method in class:IRB.ExtendCommand.Kill
H A Dnop.rb18 def self.execute(conf, *opts) singleton method in class:IRB.ExtendCommand.Nop
20 command.execute(*opts)
33 def execute(*opts) method in class:IRB.ExtendCommand.Nop
H A Dpushws.rb19 def execute(*obj) method in class:IRB.ExtendCommand.Workspaces
25 def execute(*obj) method in class:IRB.ExtendCommand.PushWorkspace
32 def execute(*obj) method in class:IRB.ExtendCommand.PopWorkspace
H A Dchws.rb20 def execute(*obj) method in class:IRB.ExtendCommand.CurrentWorkingWorkspace
26 def execute(*obj) method in class:IRB.ExtendCommand.ChangeWorkspace
H A Dload.rb21 def execute(file_name, priv = nil) method in class:IRB.ExtendCommand.Load
30 def execute(file_name) method in class:IRB.ExtendCommand.Require
61 def execute(file_name) method in class:IRB.ExtendCommand.Source
H A Dfork.rb18 def execute method in class:IRB.ExtendCommand.Fork
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/t/
H A D01.t22 $insert->execute(1, "Fred");
23 $insert->execute(2, "Barney");
32 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
40 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
51 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
57 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
63 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
69 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
94 $sth->execute([0], [ \my ($id, $name) ]);
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/t/
H A D01.t22 $insert->execute(1, "Fred");
23 $insert->execute(2, "Barney");
32 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
40 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
51 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
57 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
63 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
69 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
94 $sth->execute([0], [ \my ($id, $name) ]);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAThread.c53 } execute; member in union:__DAThreadRunLoopSourceJob::__anon711
77 if ( pthread_equal( job->execute.thread, pthread_self( ) ) )
90 job->execute.status = ( ( DAThreadFunction ) job->execute.function )( job->execute.functionContext );
94 job->execute.exited = TRUE;
139 if ( job->execute.exited )
160 if ( job->execute.callback )
162 ( job->execute.callback )( job->execute
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dmirror_command.rb13 def execute method in class:Gem
H A Dlist_command.rb28 def execute method in class:Gem
H A Dsearch_command.rb26 def execute method in class:Gem
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Drubygems_plugin.rb14 def execute method in class:Gem
H A Dtest_gem_commands_environment_command.rb20 @cmd.execute
49 @cmd.execute
60 @cmd.execute
75 @cmd.execute
86 @cmd.execute
100 @cmd.execute
115 @cmd.execute
127 @cmd.execute
138 @cmd.execute
/macosx-10.9.5/shell_cmds-175/find/
H A Doperator.c93 if (node->execute == f_openparen)
104 if (next->execute == f_closeparen) {
108 node->execute = f_expr;
145 if (expr->execute == f_closeparen)
179 if (next->execute == f_expr)
187 if (next->execute == f_not) {
191 while (node != NULL && node->execute == f_not) {
197 if (node->execute == f_or)
203 if (node->execute == f_expr)
241 if (next->execute
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/
H A Dshared_passenger_behaviour.rb4 def execute(command, *args) method in class:SharedPassengerBehaviour
22 module_function :execute
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dqueries.py30 ret = c.execute("""select sum(Count) from %s""" % (base))
33 ret = c.execute("""select count(*) from %s""" % (base))
36 ret = c.execute(
63 ret = c.execute("""select ID,Count from AllQueries where Value='%s'""" %
68 ret = c.execute("""UPDATE AllQueries SET Count = %d where ID = %d""" %
71 ret = c.execute(
93 ret = c.execute("""select Value,Count from %s""" % (frmtable))
111 c.execute("""DELETE from %s""" % (frmtable))
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DRepository.pm30 my ($execute) = @_;
34 if ($execute->('git remote show -n origin') =~ /URL: (.*)$/m) {
39 } elsif ($execute->('git svn info') =~ /URL: (.*)$/m) {
60 if ($execute->('hg paths') =~ /default = (.*)$/m) {
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/inc/Module/Install/
H A DRepository.pm30 my ($execute) = @_;
34 if ($execute->('git remote show -n origin') =~ /URL: (.*)$/m) {
39 } elsif ($execute->('git svn info') =~ /URL: (.*)$/m) {
60 if ($execute->('hg paths') =~ /default = (.*)$/m) {
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/inc/Module/Install/
H A DRepository.pm30 my ($execute) = @_;
34 if ($execute->('git remote show -n origin') =~ /URL: (.*)$/m) {
39 } elsif ($execute->('git svn info') =~ /URL: (.*)$/m) {
60 if ($execute->('hg paths') =~ /default = (.*)$/m) {
/macosx-10.9.5/cctools-845/include/stuff/
H A Dexecute.h28 * execute() does an execvp using the argv passed to it. If the parameter
32 __private_extern__ int execute(
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/lib/DBIx/
H A DContextualFetch.pm17 sub execute { subroutine
22 # Allow $sth->execute(\@param, \@cols) and
23 # $sth->execute(undef, \@cols) syntax.
43 die "Cannot call execute with a reference ($_)\n";
52 my $ret = $sth->SUPER::execute(@_);
87 $sth->execute(@args);
96 $sth->execute(@args);
121 my $rv = $sth->execute;
122 my $rv = $sth->execute(@bind_values);
123 my $rv = $sth->execute(\
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm17 sub execute { subroutine
22 # Allow $sth->execute(\@param, \@cols) and
23 # $sth->execute(undef, \@cols) syntax.
43 die "Cannot call execute with a reference ($_)\n";
52 my $ret = $sth->SUPER::execute(@_);
87 $sth->execute(@args);
96 $sth->execute(@args);
121 my $rv = $sth->execute;
122 my $rv = $sth->execute(@bind_values);
123 my $rv = $sth->execute(\
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/test/
H A Dshared_passenger_behaviour_test.rb15 execute('/some/command', 'arg1', 'arg2').should.be true
35 execute('/some/command', 'arg1', 'arg2').should.be false
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A Dspeak.rb15 def execute (raise_err_p = false) method in class:AppleScript
53 AppleScript.new(src).execute

Completed in 605 milliseconds

1234567891011>>