Home
last modified time | relevance | path

Searched refs:_fire (Results 1 – 10 of 10) sorted by relevance

/plugin/eventline/timeline_js/scripts/
H A Dsources.js83 this._fire("onAddMany", []);
153 this._fire("onAddMany", []);
248 this._fire("onAddMany", []);
254 this._fire("onAddOne", [evt]);
261 this._fire("onAddMany", []);
266 this._fire("onClear", []);
297 Timeline.DefaultEventSource.prototype._fire = function(handlerName, args) { method in Timeline.DefaultEventSource
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2305 }if(I){this._fire("onAddMany",[]);
2324 }}if(J){this._fire("onAddMany",[]);
2352 }if(K){this._fire("onAddMany",[]);
2355 this._fire("onAddOne",[A]);
2360 }this._fire("onAddMany",[]);
2363 this._fire("onClear",[]);
2379 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0; method in Timeline.DefaultEventSource
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2321 }if(I){this._fire("onAddMany",[]);
2340 }}if(J){this._fire("onAddMany",[]);
2368 }if(K){this._fire("onAddMany",[]);
2371 this._fire("onAddOne",[A]);
2376 }this._fire("onAddMany",[]);
2379 this._fire("onClear",[]);
2395 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0; method in Timeline.DefaultEventSource
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21_fire("destroy"),n.unbind()})),t.on("diagram.init",(function(){n._fire("init")})),t.on("attach",(f… method in mp
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js28_fire("destroy"),n.unbind()})),t.on("diagram.init",(function(){n._fire("init")})),t.on("attach",(f…
34_fire("cancel"),this.close())},bc.prototype._fire=function(e,t){this._eventBus.fire("directEditing…
H A Dbpmn-modeler.development.js21827 self._fire('destroy');
21833 self._fire('init');
21912 this._fire('bind');
21923 this._fire('unbind');
30968 this._fire('cancel');
30980 this._fire('deactivate');
31017 this._fire('complete');
31050 this._fire('resize', event);
31091 this._fire('activate');
45910 self._fire(command, 'revert', action);
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js27_fire("destroy"),n.unbind()})),t.on("diagram.init",(function(){n._fire("init")})),t.on("attach",(f…
194_fire("cancel"),this.close())},Pl.prototype._fire=function(e,t){this._eventBus.fire("directEditing…
H A Dbpmn-navigated-viewer.production.min.js22_fire("destroy"),n.unbind()})),t.on("diagram.init",(function(){n._fire("init")})),t.on("attach",(f…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6_fire("rotating",target,e)}else if(action==="scale"){this._onScale(e,transform,x,y);this._fire("sc…
H A Dfabric.js9719 this._fire('rotating', target, e);
9723 this._fire('scaling', target, e);
9727 this._fire('scaling', target, e);
9731 this._fire('scaling', target, e);
9735 this._fire('moving', target, e);
9743 _fire: function(eventName, target, e) {