代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/414257/2152354

vb productseditviewdialog.designer.vb

_ Partial Public Class ProductsEditViewDialog Inherits System.Windows.Forms.Form Public Shared Function Instance(ByVal
www.eeworm.com/read/409361/2233462

readme

AutoComplete Release Notes *** version 0.12.0 *** * The following constants must be defined as static class properties and are no longer available as instance properties: YAHOO.widget.DataSource.ER
www.eeworm.com/read/407313/2266726

copying

NOTE! The GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (/dev/bios driver)is copyrighted by me and others who actually wrote it. Also no
www.eeworm.com/read/406607/2275867

js hashset.js

/** * @fileOverview This class implements the Set interface, backed by a jsx.collections.HashMap instance. * @example */ /** * @class HashSet * @constructor * @extends jsx.collections.Abstrac
www.eeworm.com/read/405366/2292611

java segmentdatasequence.java

package iitb.CRF; /** * The training/test instance for segment sequence data as needed by NestedCRF. * @author Sunita Sarawagi * */ public interface SegmentDataSequence extends DataSequence {
www.eeworm.com/read/405266/2294225

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/399197/2364536

vb productseditviewdialog.designer.vb

_ Partial Public Class ProductsEditViewDialog Inherits System.Windows.Forms.Form Public Shared Function Instance(ByVal
www.eeworm.com/read/395959/2426338

java usermanager.java

package com.bjsxt.struts; public class UserManager { private static UserManager instance = new UserManager(); private UserManager() {} public static UserManager getInstance() { ret
www.eeworm.com/read/394370/2458579

java usermanager.java

package com.bjsxt.struts; public class UserManager { private static UserManager instance = new UserManager(); private UserManager() {} public static UserManager getInstance() { ret
www.eeworm.com/read/394317/2458973

java appcontext.java

package com.ascent.util; import org.springframework.context.support.*; public class AppContext { private static AppContext instance; private AbstractApplicationContext appContext;