Lines Matching refs:pluginName

2428 function registerPlugin(pluginName, PluginClass) {
2429 pluginName = (0, _string.toUpperCaseFirst)(pluginName);
2439 if (!holder[pluginName]) {
2440 holder[pluginName] = new PluginClass(this);
2460 function getPlugin(instance, pluginName) {
2461 if (typeof pluginName != 'string') {
2464 var _pluginName = (0, _string.toUpperCaseFirst)(pluginName);
2491 var pluginName = null;
2496 pluginName = name;
2501 return pluginName;
5004 this.pluginName = null;
5024 this.pluginName = (0, _plugins.getPluginName)(this.hot, this);
5032 if (initializedPlugins.indexOf(this.pluginName) >= 0) {
5033 initializedPlugins.splice(initializedPlugins.indexOf(this.pluginName), 1);
17316 this.getPlugin = function (pluginName) {
17317 return (0, _plugins.getPlugin)(this, pluginName);
36373 arrayHelpers.arrayEach(Object.getOwnPropertyNames(plugins), function (pluginName) {
36374 var plugin = plugins[pluginName];
36376 if (pluginName === 'Base') {
36377 Handsontable.plugins[pluginName + 'Plugin'] = plugin;
36379 Handsontable.plugins[pluginName] = plugin;
38107 …agCoords.col, fillData, endOfDragCoords.row, endOfDragCoords.col, this.pluginName + '.fill', null,…
38195 _this3.hot.alter(INSERT_ROW_ALTER_ACTION_NAME, void 0, 1, _this3.pluginName + '.fill');
38215 _this4.hot.alter(INSERT_COLUMN_ALTER_ACTION_NAME, void 0, 1, _this4.pluginName + '.fill');
43456 … _this5.removedColumns.push(_this5.hot.runHooks('modifyCol', removedIndex, _this5.pluginName));
43499 if (source !== this.pluginName) {
45171 … _this5.removedRows.push(_this5.hot.runHooks('modifyRow', removedIndex, _this5.pluginName));
45214 if (source !== this.pluginName) {