代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/18588/795037
tfi dcm1.tfi
// Instantiate the module
DCM1 instance_name (
.CLKIN_IN(CLKIN_IN),
.CLK0_OUT(CLK0_OUT)
);
www.eeworm.com/read/487523/1235527
js test1.js
Class('App.Test1', 'linb.Com',{
Instance:{
showDlg:function(){
if(this.properties.dlgCaption)
this.dlg.setCaption(this.properties.dlgCaption);
www.eeworm.com/read/487523/1235533
js button.js
Class("linb.UI.Button", ["linb.UI.Widget","linb.absValue"],{
Instance:{
activate:function(){
this.getSubNode('FOCUS').focus();
return this;
},
www.eeworm.com/read/487523/1235537
js image.js
Class("linb.UI.Image", "linb.UI",{
Instance:{
getRate:function(){
return parseFloat(this.get(0)._rate) || 1;
}
},
Static:{
Templates:{
www.eeworm.com/read/487523/1235621
js module3.js
Class('App.Module3', 'linb.Com',{
Instance:{
base:["linb.UI"],
customAppend:function(){
this.dialog.show();
},
iniComponents:function(){
/
www.eeworm.com/read/487523/1235660
js index.js
Class('App', 'linb.Com',{
Instance:{
iniComponents:function(){
// [[code created by jsLinb UI Builder
var host=this, children=[], append=function(child){childr
www.eeworm.com/read/487523/1235671
js treeview.js
Class('App.TreeView', 'linb.Com',{
Instance:{
events:{"onReady":"_onready"},
iniComponents:function(){
// [[code created by jsLinb UI Builder
var host=this,
www.eeworm.com/read/487523/1235730
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/487347/1237273
cs daytiming.cs
namespace Lephone.Util.TimingTask.Timings
{
public class DayTiming : DayOfRangeTimingBase
{
public DayTiming(TimeOfDayStructure TimeOfDay) : base(TimeOfDay, 0, NowProvider.Instance) { }
www.eeworm.com/read/480485/1317604
java symbolloader.java
/*
* A Symbol Loader to register all prototype instance
*/
import java.util.*;
public class SymbolLoader {
private Hashtable symbols = new Hashtable();
public SymbolLoader() {