| /plugin/davcal/vendor/sabre/event/tests/benchmark/ |
| H A D | bench.php | 33 protected $emitter; variable in OneCallBack 38 $this->emitter = new EventEmitter(); 39 $this->emitter->on('foo', function() { 48 $this->emitter->emit('foo', []); 57 protected $emitter; variable in ManyCallBacks 61 $this->emitter = new EventEmitter(); 63 $this->emitter->on('foo', function() { 73 $this->emitter->emit('foo', []); 82 protected $emitter; variable in ManyPrioritizedCallBacks 86 $this->emitter = new EventEmitter(); [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.js | 2758 w.emitter = target; 2941 EventEmitter.listenerCount = function(emitter, type) { 2942 if (typeof emitter.listenerCount === 'function') { 2943 return emitter.listenerCount(type); 2945 return listenerCount.call(emitter, type); 2991 function once(emitter, name) { 2994 emitter.removeListener(name, resolver); 2999 if (typeof emitter.removeListener === 'function') { 3000 emitter.removeListener('error', errorListener); 3005 eventTargetAgnosticAddListener(emitter, name, resolver, { once: true }); [all …]
|
| D | nunjucks.js | 5172 w.emitter = target; 5355 EventEmitter.listenerCount = function(emitter, type) { 5356 if (typeof emitter.listenerCount === 'function') { 5357 return emitter.listenerCount(type); 5359 return listenerCount.call(emitter, type); 5405 function once(emitter, name) { 5408 emitter.removeListener(name, resolver); 5413 if (typeof emitter.removeListener === 'function') { 5414 emitter.removeListener('error', errorListener); 5419 eventTargetAgnosticAddListener(emitter, name, resolver, { once: true }); [all …]
|
| D | nunjucks-slim.min.js.map | 1 …emitter","Promise","errorListener","removeListener","resolver","eventTargetAgnosticAddListener","h…
|
| D | nunjucks-slim.js.map | 1 …emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'Ma…
|
| D | nunjucks.min.js.map | 1 …emitter","Promise","reject","errorListener","removeListener","resolver","eventTargetAgnosticAddLis…
|
| D | nunjucks.js.map | 1 …emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'Ma…
|
| D | nunjucks-slim.min.js | 2 …axListeners() to increase limit");f.name="MaxListenersExceededWarning",f.emitter=t,f.type=n,f.coun…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js.map | 1 …emitter = new Emitter({\n onFirstListenerAdd() {\n listener = event(emit…
|
| D | json.worker.js.map | 1 …emitter = new Emitter({\n onFirstListenerAdd() {\n listener = event(emit…
|
| /plugin/dropfiles/ |
| D | yarn.lock | 777 event-emitter "~0.3.5" 787 event-emitter "~0.3.5" 922 event-emitter@~0.3.5: 924 …resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c71…
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | yarn.lock | 311 component-emitter "^1.2.1" 477 component-emitter "^1.2.1" 598 component-emitter@^1.2.1: 600 …resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78…
|
| /plugin/fetchmedia/ |
| D | yarn.lock | 1193 event-emitter "~0.3.5" 1203 event-emitter "~0.3.5" 1363 event-emitter@~0.3.5: 1365 …resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c71…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 113 // Get the emitter and listen to the before event. 278 event emitter of a request, client, etc. now uses the `getEmitter` method 287 - Use `emit()` instead of `dispatch()` to emit an event from an emitter.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 163 // Get the emitter and listen to the before event. 328 event emitter of a request, client, etc. now uses the `getEmitter` method 337 - Use `emit()` instead of `dispatch()` to emit an event from an emitter.
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 36050 w.emitter = target; 36233 EventEmitter.listenerCount = function(emitter, type) { 36234 if (typeof emitter.listenerCount === 'function') { 36235 return emitter.listenerCount(type); 36237 return listenerCount.call(emitter, type); 36283 function once(emitter, name) { 36286 emitter.removeListener(name, resolver); 36291 if (typeof emitter.removeListener === 'function') { 36292 emitter.removeListener('error', errorListener); 36297 eventTargetAgnosticAddListener(emitter, name, resolver, { once: true }); [all …]
|
| /plugin/asciidocjs/node_modules/async/ |
| D | CHANGELOG.md | 195 …vior, you should more accurately represent your control flow as an event emitter or stream. ([#814…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 48811 w.emitter = target; 48989 EventEmitter.listenerCount = function (emitter, type) { 48990 if (typeof emitter.listenerCount === 'function') { 48991 return emitter.listenerCount(type); 48993 return listenerCount.call(emitter, type); 71656 var EElistenerCount = function EElistenerCount(emitter, type) { 71657 return emitter.listeners(type).length; 71717 function prependListener(emitter, event, fn) { 71720 …if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // T… 71725 …emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._… [all …]
|
| /plugin/codemirror/dist/ |
| D | scripts.min.js.map | 1 …emitter","addEventListener","attachEvent","_handlers","concat","getHandlers","off","removeEventLis…
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …emitter:e,callbacks:{}}),(r=o.callbacks[t])||(r=o.callbacks[t]=[]),r.push(n),function(e,t,n,i,o){t… property
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …s:1,editRenderLayerMembers:1,editor:1,editorTemplate:1,effector:1,emit:1,emitter:1,enableDevice:1,… property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 17688 EventEmitter.listenerCount = function(emitter, type) { 17690 if (!emitter._events || !emitter._events[type]) 17692 else if (isFunction(emitter._events[type])) 17695 ret = emitter._events[type].length; 17799 if (!EE.listenerCount) EE.listenerCount = function(emitter, type) { 17800 return emitter.listeners(type).length;
|
| /plugin/c3chart/assets/ |
| D | d3.min.js | 2 …emitter||new o(t,n)}function o(t,n){this.that=t,this.args=n,this.state=t.__brush,this.active=0}fun…
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1976 …emitter||(n.emitter=new aC(JQe,r))}return this},"createEmitter"),emitter:o(function(){return this.… property
|
| /plugin/diagramsnet/lib/js/socket.io/ |
| D | simplepeer9.10.0.min.js | 6 …xListeners() to increase limit"));c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.coun…
|