Home
last modified time | relevance | path

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

/plugin/bpmnio/vendor/bpmn-js/dist/
Dbpmn-viewer.production.min.js2uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in Zi
Dbpmn-navigated-viewer.production.min.js2uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in Qi
Dbpmn-modeler.production.min.js7uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in Ki
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js2uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.g… method
Ddmn-viewer.production.min.js2uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.g… method in Ke
Ddmn-navigated-viewer.production.min.js2uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.g… method in Ye
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js7uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.g… method in Yi
Dbpmn-modeler.development.js10389 this.uriByPrefix = function(prefix) { method in Namespaces
10952 uri = uri || wellknownUri || namespaces.uriByPrefix(prefix);
10965 while (namespaces.uriByPrefix(newPrefix)) {