代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/402451/2323122
svm basedaoactionmethods.svm
#if ($class.ParentRoot.Id)
/**
* Persist the given transient instance, first assigning a generated identifier. (Or using the current value
* of the identifier property if the assigned generato
www.eeworm.com/read/401513/2340139
h antlr3intstream.h
/** \file
* Defines the the class interface for an antlr3 INTSTREAM.
*
* Certain functionality (such as DFAs for instance) abstract the stream of tokens
* or characters in to a steam of integers.
www.eeworm.com/read/400129/2355990
js module3.js
Class('App.Module3', 'linb.Com',{
Instance:{
base:["linb.UI"],
customAppend:function(){
this.dialog.show();
},
iniComponents:function(){
/
www.eeworm.com/read/400129/2356046
js timeline.js
Class('App.linb_UI_TimeLine', 'linb.Com',{
Instance:{
iniComponents:function(){
// [[code created by jsLinb UI Builder
var host = this,
child
www.eeworm.com/read/400129/2356057
js pane.js
Class('App.linb_UI_Pane', 'linb.Com',{
Instance:{
iniComponents:function(){
// [[code created by jsLinb UI Builder
var host = this,
children = [],
www.eeworm.com/read/400129/2356062
js calendar.js
Class('App.linb_UI_Calendar', 'linb.Com',{
Instance:{
iniComponents:function(){
// [[code created by jsLinb UI Builder
var host = this,
childre
www.eeworm.com/read/389332/2541129
js drag-and-drop.js
// holds an instance of XMLHttpRequest
var xmlHttp = createXmlHttpRequestObject();
// when set to true, display detailed error messages
var showErrors = true;
// initialize the requests cache
va
www.eeworm.com/read/389332/2541164
js proxyping.js
// holds an instance of XMLHttpRequest
var xmlHttp = createXmlHttpRequestObject();
// holds the remote server address and parameters
var serverAddress = "proxyping.php";
var serverParams = "&min=1
www.eeworm.com/read/388487/2549933
jbx forbid.jbx
[PropertyInfo]
forbidipHm,HashMap,false,false, , ,false,
forbidwordsHm,HashMap,false,false, , ,false,
instance,Forbid,false,false, , ,false,
[IconNames]
www.eeworm.com/read/380073/2663895
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}