Searched refs:isAny (Results 1 – 1 of 1) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 26337 function isAny(element, types) { function 26359 if (isAny(element, anyType)) { 26382 if (isAny(element, [ 'bpmn:DataObjectReference', 'bpmn:DataStoreReference' ])) { 34142 isAny(oldBusinessObject, [ 34147 isAny(newBusinessObject, [ 36248 if (isAny(businessObject, [ 'bpmn:Lane', 'bpmn:Participant' ]) && isExpanded(businessObject)) { 36414 isAny(businessObject, [ 36459 if (isAny(businessObject, [ 'bpmn:DataObjectReference', 'bpmn:DataStoreReference' ])) { 36760 var cannotDistribute = isAny(element, [ 37226 if (isAny(shape, [ [all …]
|