Lines Matching refs:PluginHost
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.unplug = function(hostClass, plugin) {