Searched refs:PluginHost (Results 1 - 12 of 12) sorted by relevance
/yui3/src/base/js/ |
H A D | BasePluginHost.js | 11 PluginHost = Y.Plugin.Host; 13 Y.mix(Base, PluginHost, false, null, 1); 22 Base.plug = PluginHost.plug; 31 Base.unplug = PluginHost.unplug;
|
H A D | BaseCore.js | 189 var PluginHost = Y.Plugin && Y.Plugin.Host; 190 if (this._initPlugins && PluginHost) { 191 PluginHost.call(this);
|
/yui3/build/base-pluginhost/ |
H A D | base-pluginhost-debug.js | 13 PluginHost = Y.Plugin.Host; 15 Y.mix(Base, PluginHost, false, null, 1); 24 Base.plug = PluginHost.plug; 33 Base.unplug = PluginHost.unplug;
|
/yui3/build/pluginhost-config/ |
H A D | pluginhost-config-debug.js | 8 var PluginHost = Y.Plugin.Host, 23 PluginHost.prototype._initConfigPlugins = function(config) { 74 PluginHost.plug = function(hostClass, plugin, config) { 107 PluginHost.unplug = function(hostClass, plugin) {
|
/yui3/src/pluginhost/js/ |
H A D | PluginHostConfig.js | 6 var PluginHost = Y.Plugin.Host, variable 21 PluginHost.prototype._initConfigPlugins = function(config) { 72 PluginHost.plug = function(hostClass, plugin, config) { 105 PluginHost.unplug = function(hostClass, plugin) { 7 L = Y.Lang; class
|
H A D | PluginHost.js | 2 * Provides the augmentable PluginHost interface, which can be added to any class. 7 * Provides the augmentable PluginHost interface, which can be added to any class. 36 function PluginHost() { class 40 PluginHost.prototype = { 173 Y.namespace("Plugin").Host = PluginHost;
|
/yui3/src/graphics/js/ |
H A D | GraphicBase.js | 31 PluginHost = Y.Plugin.Host, 237 PluginHost = Y.Plugin && Y.Plugin.Host; 238 if (host._initPlugins && PluginHost) { 239 PluginHost.call(host); 275 Y.mix(GraphicBase, PluginHost, false, null, 1); 277 GraphicBase.plug = PluginHost.plug; 278 GraphicBase.unplug = PluginHost.unplug;
|
/yui3/build/graphics/ |
H A D | graphics-debug.js | 33 PluginHost = Y.Plugin.Host, 239 PluginHost = Y.Plugin && Y.Plugin.Host; 240 if (host._initPlugins && PluginHost) { 241 PluginHost.call(host); 277 Y.mix(GraphicBase, PluginHost, false, null, 1); 279 GraphicBase.plug = PluginHost.plug; 280 GraphicBase.unplug = PluginHost.unplug;
|
/yui3/build/pluginhost-base/ |
H A D | pluginhost-base-debug.js | 4 * Provides the augmentable PluginHost interface, which can be added to any class. 9 * Provides the augmentable PluginHost interface, which can be added to any class. 38 function PluginHost() { 42 PluginHost.prototype = { 175 Y.namespace("Plugin").Host = PluginHost;
|
/yui3/build/base-core/ |
H A D | base-core-debug.js | 191 var PluginHost = Y.Plugin && Y.Plugin.Host; 192 if (this._initPlugins && PluginHost) { 193 PluginHost.call(this);
|
/yui3/build/simpleyui/ |
H A D | simpleyui-debug.js | 12348 if (this.unplug) { // may not be a PluginHost 15701 * Provides the augmentable PluginHost interface, which can be added to any class. 15706 * Provides the augmentable PluginHost interface, which can be added to any class. 15735 function PluginHost() { 15739 PluginHost.prototype = { 15872 Y.namespace("Plugin").Host = PluginHost; 15883 var PluginHost = Y.Plugin.Host, 15898 PluginHost.prototype._initConfigPlugins = function(config) { 15949 PluginHost.plug = function(hostClass, plugin, config) { 15982 PluginHost [all...] |
/yui3/src/simpleyui/js/ |
H A D | concat.js | 12348 if (this.unplug) { // may not be a PluginHost 15701 * Provides the augmentable PluginHost interface, which can be added to any class. 15706 * Provides the augmentable PluginHost interface, which can be added to any class. 15735 function PluginHost() { 15739 PluginHost.prototype = { 15872 Y.namespace("Plugin").Host = PluginHost; 15883 var PluginHost = Y.Plugin.Host, 15898 PluginHost.prototype._initConfigPlugins = function(config) { 15949 PluginHost.plug = function(hostClass, plugin, config) { 15982 PluginHost [all...] |
Completed in 247 milliseconds