代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/489223/1225590

xbel valid-02.xbel

Singleton A file containing a single bookmark element
www.eeworm.com/read/488400/1230139

rb init.rb

require 'jcode' $KCODE = 'u' # Always use UTF-8 internally! require 'pathname' require 'singleton' root_path = directory # this is set in the initializer that calls init.rb ml_lib_path = "#
www.eeworm.com/read/487452/1236539

js systemtray.js

/* * Ext JS Library 0.30 * Copyright(c) 2006-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.air.SystemTray * @singleton * * * */
www.eeworm.com/read/485605/1261667

cs form1.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Singleton { /// /// Summary d
www.eeworm.com/read/474783/1391486

js systemtray.js

/* * Ext JS Library 0.30 * Copyright(c) 2006-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.air.SystemTray * @singleton * * * */
www.eeworm.com/read/461848/1549615

m test_textbox.m

function varargout = test_textbox(varargin) % TEST_TEXTBOX M-file for test_textbox.fig % TEST_TEXTBOX, by itself, creates a new TEST_TEXTBOX or raises the existing % singleton*. % %
www.eeworm.com/read/461848/1549617

m test_checkbox.m

function varargout = test_checkbox(varargin) % TEST_CHECKBOX M-file for test_checkbox.fig % TEST_CHECKBOX, by itself, creates a new TEST_CHECKBOX or raises the existing % singleton*. %
www.eeworm.com/read/461848/1549631

m plot_function.m

function varargout = plot_function(varargin) % PLOT_FUNCTION M-file for plot_function.fig % PLOT_FUNCTION, by itself, creates a new PLOT_FUNCTION or raises the existing % singleton*. %
www.eeworm.com/read/243866/4518941

java configmanager.java

package com.javapatterns.singleton.demos; import java.util.Properties; import java.io.FileInputStream; import java.io.File; /** * Only once instance of the class may be created during the
www.eeworm.com/read/240529/4573129

java configmanager.java

package com.javapatterns.singleton.demos; import java.util.Properties; import java.io.FileInputStream; import java.io.File; /** * Only once instance of the class may be created during the