Searched defs:unplug (Results 1 - 3 of 3) sorted by relevance

/yui3/src/node/js/
H A Dnode-pluginhost.js26 * @method unplug
31 Y.Node.unplug = function() {
34 Y.Plugin.Host.unplug.apply(Y.Base, args);
40 // allow batching of plug/unplug via NodeList
49 Y.NodeList.prototype.unplug = function() {
52 Y.Node.prototype.unplug.apply(Y.one(node), args);
/yui3/src/pluginhost/js/
H A DPluginHost.js14 * It adds <a href="#method_plug">plug</a> and <a href="#method_unplug">unplug</a> methods to the augmented class, which can
97 * @method unplug
103 unplug: function(plugin) {
127 this.unplug(ns);
169 this.unplug();
H A DPluginHostConfig.js26 unplug = {},
29 // TODO: Room for optimization. Can we apply statically/unplug in same pass?
36 Y.mix(unplug, classUnplug, true);
48 if (!unplug[pluginClassName]) {
98 * @method unplug
105 PluginHost.unplug = function(hostClass, plugin) {

Completed in 15 milliseconds