Home
last modified time | relevance | path

Searched refs:_instances (Results 1 – 9 of 9) sorted by last modified time

/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …;const n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(nu…
H A Dbpmn-navigated-viewer.production.min.js2 …;const n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(nu…
H A Dbpmn-viewer.production.min.js2 …;const n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(nu…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2 …}};var n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(nu…
H A Ddmn-navigated-viewer.production.min.js2 …}};var n=[],r=this._providers=Object.create(t._providers||null),i=this._instances=Object.create(nu…
H A Ddmn-viewer.production.min.js2 …}};var n=[],r=this._providers=Object.create(t._providers||null),i=this._instances=Object.create(nu…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2093 var instances = this._instances = Object.create(null);
H A Dbpmn-modeler.production.min.js2 …}};var n=[],i=this._providers=Object.create(t._providers||null),r=this._instances=Object.create(nu…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php61 protected static $_instances = []; variable in Hoa\\Stream\\Context
91 static::$_instances[$id] = new static($id);
94 return static::$_instances[$id];
115 return array_key_exists($id, static::$_instances);