代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/436866/1842986
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{
www.eeworm.com/read/436639/1846943
pas dbthreadclass.pas
unit dbthreadclass;
interface
uses
Classes;
type
TDatabaseThread = class(TThread)
private
{ Private declarations }
NewCaption: string;
protected
procedure Execute;
www.eeworm.com/read/426360/1991600
java loginoutaction.java
package com.rumtel.wep.actions;
public class LoginOutAction extends BaseAction {
public String execute() {
clearSession();
return SUCCESS;
}
}
www.eeworm.com/read/424976/2011644
s add64.s
AREA ARMex, CODE, READONLY ; name this block of code
ENTRY ; mark first instruction
; to execute
start
LDR r0,=
www.eeworm.com/read/424390/2016843
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{
www.eeworm.com/read/420534/2068271
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{
www.eeworm.com/read/415897/2131175
js fckspellcheckcommand_gecko.js
var FCKSpellCheckCommand = function()
{
this.Name = 'SpellCheck' ;
this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
}
FCKSpellCheckCommand.prototype.Execute = function()
{
www.eeworm.com/read/400304/2352985
java hibernatecallback.java
package tarena.util;
import org.hibernate.*;
public interface HibernateCallback {
Object execute(Session session) throws HibernateException;
}
www.eeworm.com/read/397826/2399774
java command.java
/* Generated by Together */
package com.javapatterns.command.undoconcept;
public interface Command {
void execute();
void unexecute();
void reexecute();
}
www.eeworm.com/read/396548/2414238
java hibernatecallback.java
package tarena.util;
import org.hibernate.*;
public interface HibernateCallback {
Object execute(Session session) throws HibernateException;
}