代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/183377/5256509
js fckplugin.js
var JFPageCommond = function() {this.Name = 'JFPage';}
JFPageCommond.prototype.Execute = function () {InsertHTML();}
JFPageCommond.prototype.GetState = function() {return FCK_TRISTATE_OFF;}
// Re
www.eeworm.com/read/183001/5260536
slcsimple
`> .sqlf`;
# PgSQL specific to execute all queries in single xaction
`echo "BEGIN;" >> .sqlf` if ( $TestDBMS =~ /^pgsql/ && $XACTBLOCK ne '' );
`cat sqls/slcsimple.data >> .sqlf`;
`echo "END;" >
www.eeworm.com/read/182103/5271164
c task4.c
/* Task_4
*
* This routine serves as a low priority test task that should exit
* a soon as it runs to test the taskexitted user extension.
* execute.
*
* Input parameters:
* argument -
www.eeworm.com/read/181243/5277652
java stereooncommand.java
package headfirst.command.party;
public class StereoOnCommand implements Command {
Stereo stereo;
public StereoOnCommand(Stereo stereo) {
this.stereo = stereo;
}
public void execute() {
ste
www.eeworm.com/read/181243/5277658
java hottuboffcommand.java
package headfirst.command.party;
public class HottubOffCommand implements Command {
Hottub hottub;
public HottubOffCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
h
www.eeworm.com/read/181243/5277667
java hottuboncommand.java
package headfirst.command.party;
public class HottubOnCommand implements Command {
Hottub hottub;
public HottubOnCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
hott
www.eeworm.com/read/181243/5277677
java lightoncommand.java
package headfirst.command.simpleremote;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
l
www.eeworm.com/read/181243/5277710
java hottuboncommand.java
package headfirst.command.remote;
public class HottubOnCommand implements Command {
Hottub hottub;
public HottubOnCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
ho
www.eeworm.com/read/177353/5328385
h cgi.h
#ifndef EL__PROTOCOL_FILE_CGI_H
#define EL__PROTOCOL_FILE_CGI_H
struct connection;
int execute_cgi(struct connection *);
#endif
www.eeworm.com/read/173141/5377464
java resultsetstatisticsfactory.java
/*
Derby - Class org.apache.derby.iapi.sql.execute.ResultSetStatisticsFactory
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache