代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/181243/5277675
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/181243/5277700
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/178941/5311977
php chat-post.js.tpl.php
/**
* Put here the JS code to execute just after the pfcClient object instance creation
*/
www.eeworm.com/read/178941/5311980
php chat-pre.js.tpl.php
/**
* Put here the JS code to execute just before the pfcClient object instance creation
*/
www.eeworm.com/read/318815/3562681
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}
www.eeworm.com/read/314938/3628416
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}
www.eeworm.com/read/268454/4252512
java executor.java
package language;
public interface Executor {
public abstract void execute() throws ExecuteException;
}
www.eeworm.com/read/412251/2173057
svn-base stormportmac.cpp.svn-base
/********************************************************************
*
* Description: implementation for StormLib - Macintosh port
*
* these are function wraps to execute Windows API c
www.eeworm.com/read/412251/2173069
cpp stormportmac.cpp
/********************************************************************
*
* Description: implementation for StormLib - Macintosh port
*
* these are function wraps to execute Windows API c
www.eeworm.com/read/397826/2399812
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}