Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js24162 recognizeWith: function(otherRecognizer) { argument
24168 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24169 if (!simultaneous[otherRecognizer.id]) {
24170 simultaneous[otherRecognizer.id] = otherRecognizer;
24186 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24196 requireFailure: function(otherRecognizer) { argument
24202 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24204 requireFail.push(otherRecognizer);
24220 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24403 return manager.get(otherRecognizer);
[all …]