代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/13911/287359
asv oao_multi_svm.asv
function varargout = OAO_Multi_SVM(varargin)
% OAO_MULTI_SVM M-file for OAO_Multi_SVM.fig
% OAO_MULTI_SVM, by itself, creates a new OAO_MULTI_SVM or raises the existing
% singleton*.
%
www.eeworm.com/read/473379/1399365
js eventproxy.js
/*
* Ext JS Library 3.0 Pre-alpha
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.FlashProxy
* @singleton
*/
Ext.Fl
www.eeworm.com/read/473379/1399392
js vtypes.js
/*
* Ext JS Library 3.0 Pre-alpha
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.form.VTypes
* This is a singleton o
www.eeworm.com/read/472195/1418367
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MARTE Export to Cheddar
Bundle-SymbolicName: com.thalesgroup.cheddar.MARTE2cheddar;singleton:=true
Bundle-Version: 0.0.4
Bundle-Activator:
www.eeworm.com/read/461848/1549537
m test1_export.m
function varargout = test1_export(varargin)
% TEST1_EXPORT M-file for test1_export.fig
% TEST1_EXPORT, by itself, creates a new TEST1_EXPORT or raises the existing
% singleton*.
%
%
www.eeworm.com/read/461848/1549627
m test_listbox_1.m
function varargout = test_listbox_1(varargin)
% TEST_LISTBOX_1 M-file for test_listbox_1.fig
% TEST_LISTBOX_1, by itself, creates a new TEST_LISTBOX_1 or raises the existing
% singleton*.
www.eeworm.com/read/453681/1638895
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Application Plug-in
Bundle-SymbolicName: rcpdev.application; singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: rcpdev.application.Act
www.eeworm.com/read/453681/1639063
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Persistence Plug-in
Bundle-SymbolicName: rcpdev.contact.persistence;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: rcpdev.contact.
www.eeworm.com/read/246012/4499297
java cachefactory.java
/*
* Created on 2007-2-27
* Last modified on 2007-2-27
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.cache.singleton;
import com.yeqiangwei.club.cache.Cache;
//import com.ye
www.eeworm.com/read/246012/4499298
java cacheimpl.java
/*
* Created on 2007-2-26
* Last modified on 2007-05-14
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.cache.singleton;
import java.util.HashMap;
import java.util.Map;
imp