HomeSort by relevance Sort by last modified time
    Searched defs:eval (Results 1 - 25 of 62) sorted by null

1 2 3

  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/jpl/PerlInterpreter/
PerlInterpreter.java 5 public native void eval(String s); method in class:PerlInterpreter
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/
Thread.pm 85 $result = $t->eval;
224 an C<eval> or use the C<eval> thread method instead of C<join>.
226 =item eval
228 The C<eval> method wraps an C<eval> around a C<join>, and so waits for
294 sub eval { subroutine
295 return eval { shift->join; };
327 # trying to unimplement eval gives redefined warning
DB.pm 112 $evalarg = "\$DB::signal |= do { $stop; }"; &eval;
120 $evalarg = $action, &eval if $action;
127 &eval if ($evalarg = DB->prestop);
131 &eval if ($evalarg = $c->cprestop);
136 if ($running == 2) { # client wants something eval-ed
137 &eval if ($evalarg = $c->evalcode);
143 &eval if ($evalarg = $c->cpoststop);
145 &eval if ($evalarg = DB->poststop);
154 sub eval { subroutine
156 eval "$usrctxt $evalarg; &DB::save"
    [all...]
  /webstack/webstack/trunk/src/perl-5.8.8/jpl/PerlInterpreter/
PerlInterpreter.java 5 public native void eval(String s); method in class:PerlInterpreter
  /webstack/webstack/trunk/src/perl-5.8.8/lib/
Thread.pm 85 $result = $t->eval;
224 an C<eval> or use the C<eval> thread method instead of C<join>.
226 =item eval
228 The C<eval> method wraps an C<eval> around a C<join>, and so waits for
294 sub eval { subroutine
295 return eval { shift->join; };
327 # trying to unimplement eval gives redefined warning
DB.pm 112 $evalarg = "\$DB::signal |= do { $stop; }"; &eval;
120 $evalarg = $action, &eval if $action;
127 &eval if ($evalarg = DB->prestop);
131 &eval if ($evalarg = $c->cprestop);
136 if ($running == 2) { # client wants something eval-ed
137 &eval if ($evalarg = $c->evalcode);
143 &eval if ($evalarg = $c->cpoststop);
145 &eval if ($evalarg = DB->poststop);
154 sub eval { subroutine
156 eval "$usrctxt $evalarg; &DB::save"
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/ext/tk/lib/tk/
console.rb 26 def self.eval(tcl_script) singleton method in class:TkConsole
31 _fromUTF8(tk_call_without_enc('console', 'eval',
39 _fromUTF8(tk_call_without_enc('consoleinterp', 'eval',
winpkg.rb 76 def eval(topic, cmd, *args) method in class:TkWinDDE
77 tk_call('dde', 'eval', topic, cmd, *args)
81 tk_call('dde', 'eval', -async, topic, cmd, *args)
85 :poke, :request, :services, :eval
namespace.rb 132 #super('namespace', 'eval', @namespace, *args)
134 super('namespace', 'eval', @namespace,
138 #super('namespace', 'eval', @namespace, *args)
140 super('namespace', 'eval', @namespace,
144 #super('namespace', 'eval', @namespace, *args)
146 super('namespace', 'eval', @namespace,
195 #super('namespace', 'eval', @fullname, *args)
197 super('namespace', 'eval', @fullname,
201 #super('namespace', 'eval', @fullname, *args)
203 super('namespace', 'eval', @fullname,
372 def self.eval(namespace, cmd = Proc.new, *args) singleton method in class:TkNamespace.code
377 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code
387 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code.eval
    [all...]
  /webstack/webstack/trunk/src/ruby-1.8.5/ext/tk/lib/tk/
console.rb 26 def self.eval(tcl_script) singleton method in class:TkConsole
31 _fromUTF8(tk_call_without_enc('console', 'eval',
39 _fromUTF8(tk_call_without_enc('consoleinterp', 'eval',
winpkg.rb 76 def eval(topic, cmd, *args) method in class:TkWinDDE
77 tk_call('dde', 'eval', topic, cmd, *args)
81 tk_call('dde', 'eval', -async, topic, cmd, *args)
85 :poke, :request, :services, :eval
namespace.rb 132 #super('namespace', 'eval', @namespace, *args)
134 super('namespace', 'eval', @namespace,
138 #super('namespace', 'eval', @namespace, *args)
140 super('namespace', 'eval', @namespace,
144 #super('namespace', 'eval', @namespace, *args)
146 super('namespace', 'eval', @namespace,
195 #super('namespace', 'eval', @fullname, *args)
197 super('namespace', 'eval', @fullname,
201 #super('namespace', 'eval', @fullname, *args)
203 super('namespace', 'eval', @fullname,
372 def self.eval(namespace, cmd = Proc.new, *args) singleton method in class:TkNamespace.code
377 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code
387 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code.eval
    [all...]
  /webstack/webstack/trunk/src/ruby-1.8.6/ext/tk/lib/tk/
console.rb 26 def self.eval(tcl_script) singleton method in class:TkConsole
31 _fromUTF8(tk_call_without_enc('console', 'eval',
39 _fromUTF8(tk_call_without_enc('consoleinterp', 'eval',
winpkg.rb 76 def eval(topic, cmd, *args) method in class:TkWinDDE
77 tk_call('dde', 'eval', topic, cmd, *args)
81 tk_call('dde', 'eval', -async, topic, cmd, *args)
85 :poke, :request, :services, :eval
namespace.rb 132 #super('namespace', 'eval', @namespace, *args)
134 super('namespace', 'eval', @namespace,
138 #super('namespace', 'eval', @namespace, *args)
140 super('namespace', 'eval', @namespace,
144 #super('namespace', 'eval', @namespace, *args)
146 super('namespace', 'eval', @namespace,
195 #super('namespace', 'eval', @fullname, *args)
197 super('namespace', 'eval', @fullname,
201 #super('namespace', 'eval', @fullname, *args)
203 super('namespace', 'eval', @fullname,
372 def self.eval(namespace, cmd = Proc.new, *args) singleton method in class:TkNamespace.code
377 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code
387 def eval(cmd = Proc.new, *args) method in class:TkNamespace.code.eval
    [all...]
  /webstack/webserver/src/server/safs/
sed.cpp 61 sed_eval_t eval; // XXX should be cached member in struct:SedData
138 rv = sed_init_eval(&seddata->eval, &seddata->commands, log_sed_errf, seddata,
158 sed_destroy_eval(&seddata->eval);
243 sed_finalize_eval(&seddata->eval, layer->lower);
269 rv = sed_eval_buffer(&seddata->eval, (const char *)buf, n, (PRFileDesc *)*seddata->fifo);
276 rv = sed_finalize_eval(&seddata->eval, (PRFileDesc *)*seddata->fifo);
293 rv = sed_eval_buffer(&seddata->eval, (const char *)buf, amount, layer->lower);
  /webstack/mod_sed/
mod_sed.c 46 sed_eval_t eval; member in struct:sed_filter_ctxt
146 /* sed eval cleanup function */
149 sed_eval_t *eval = (sed_eval_t *) data; local
150 sed_destroy_eval(eval);
168 status = sed_init_eval(&ctx->eval, sed_cfg->sed_cmds, log_sed_errf,
173 apr_pool_cleanup_register(r->pool, &ctx->eval, sed_eval_cleanup,
241 sed_finalize_eval(&ctx->eval, ctx);
265 status = sed_eval_buffer(&ctx->eval, buf, bytes, ctx);
354 sed_finalize_eval(&ctx->eval, ctx);
366 status = sed_eval_buffer(&ctx->eval, buf, bytes, ctx)
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/mutex/
tm.c 58 int ch, eval, i, status; local
135 eval = EXIT_SUCCESS;
140 eval = EXIT_FAILURE;
147 eval == EXIT_SUCCESS ? "success" : "failed!");
148 return (eval);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/tools/
ndb_config.cpp 116 virtual int eval(const Iter&);
123 virtual int eval(const Iter&);
149 static int eval(const Iter&, const Vector<Match*>&);
209 if(eval(iter, where_clause))
329 eval(const Iter& iter, const Vector<Match*>& where) function
333 if(where[i]->eval(iter) == 0)
354 Match::eval(const Iter& iter) function in class:Match
382 HostMatch::eval(const Iter& iter) function in class:HostMatch
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/mutex/
tm.c 58 int ch, eval, i, status; local
135 eval = EXIT_SUCCESS;
140 eval = EXIT_FAILURE;
147 eval == EXIT_SUCCESS ? "success" : "failed!");
148 return (eval);
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/tools/
ndb_config.cpp 115 virtual int eval(const Iter&);
121 virtual int eval(const Iter&);
145 static int eval(const Iter&, const Vector<Match*>&);
205 if(eval(iter, where_clause))
325 eval(const Iter& iter, const Vector<Match*>& where) function
329 if(where[i]->eval(iter) == 0)
350 Match::eval(const Iter& iter) function in class:Match
378 HostMatch::eval(const Iter& iter) function in class:HostMatch
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/mutex/
tm.c 58 int ch, eval, i, status; local
135 eval = EXIT_SUCCESS;
140 eval = EXIT_FAILURE;
147 eval == EXIT_SUCCESS ? "success" : "failed!");
148 return (eval);
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/tools/
ndb_config.cpp 115 virtual int eval(const Iter&);
121 virtual int eval(const Iter&);
145 static int eval(const Iter&, const Vector<Match*>&);
205 if(eval(iter, where_clause))
325 eval(const Iter& iter, const Vector<Match*>& where) function
329 if(where[i]->eval(iter) == 0)
350 Match::eval(const Iter& iter) function in class:Match
378 HostMatch::eval(const Iter& iter) function in class:HostMatch
  /webstack/webstack/trunk/src/mysql-5.0.45/bdb/mutex/
tm.c 58 int ch, eval, i, status; local
135 eval = EXIT_SUCCESS;
140 eval = EXIT_FAILURE;
147 eval == EXIT_SUCCESS ? "success" : "failed!");
148 return (eval);
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/tools/
ndb_config.cpp 116 virtual int eval(const Iter&);
123 virtual int eval(const Iter&);
149 static int eval(const Iter&, const Vector<Match*>&);
209 if(eval(iter, where_clause))
329 eval(const Iter& iter, const Vector<Match*>& where) function
333 if(where[i]->eval(iter) == 0)
354 Match::eval(const Iter& iter) function in class:Match
382 HostMatch::eval(const Iter& iter) function in class:HostMatch

Completed in 1080 milliseconds

1 2 3