代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/165570/5481354
java verybasicbox.java
/** A simple box class with variables for the length, width, and height,
and a method to compute its volume. */
public class VeryBasicBox
{
/** Instance variables of the class. */
int length,
www.eeworm.com/read/348433/3155056
jbx runtimconstant.jbx
[PropertyInfo]
instance,RunTimConstant,false,false, , ,false,
queue,com.laoer.bbscs.sys.Queue,false,false,queue,queue,true,
[IconNames]
www.eeworm.com/read/345895/3195324
jbx runtimconstant.jbx
[PropertyInfo]
instance,RunTimConstant,false,false, , ,false,
queue,com.laoer.bbscs.sys.Queue,false,false,queue,queue,true,
[IconNames]
www.eeworm.com/read/342932/3228424
properties quartz.properties
# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#
org.quartz.scheduler.instanceName = D
www.eeworm.com/read/341645/3246409
jbx runtimconstant.jbx
[PropertyInfo]
instance,RunTimConstant,false,false, , ,false,
queue,com.laoer.bbscs.sys.Queue,false,false,queue,queue,true,
[IconNames]
www.eeworm.com/read/340058/3292091
js genericpwmgpm.js
// GenericPWM GPM Script
function GenericPWMSetDriverProperties( sDriverInstanceName)
{
var FrequencyRequest = g_ReqDoc.selectSingleNode("//CMX_GLOBAL_PARAMETER_REQUEST[@SOURCE_DRIVER_INSTANCE=\
www.eeworm.com/read/338362/3318382
java domimplementation.java
package org.w3c.dom;
/**
* The DOMImplementation interface provides a number of methods
* for performing operations that are independent of any particular instance
* of the doc
www.eeworm.com/read/337682/3327131
properties quartz.properties
# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#
org.quartz.scheduler.instanceName = D
www.eeworm.com/read/336643/3349073
java mybeanhome.java
package ejbs;
/**
* Home interface for Enterprise Bean: MyBean
*/
public interface MyBeanHome extends javax.ejb.EJBHome {
/**
* Creates a default instance of Session Bean: MyBean
*/
www.eeworm.com/read/334661/3363677
java servicecontextfactory.java
package javax.tv.service.selection;
public abstract class ServiceContextFactory extends java.lang.Object {
private static ServiceContextFactory instance;
protected ServiceContextFactory() {