Home
last modified time | relevance | path

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

/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js6uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in rt
H A Dbpmn-modeler.production.min.js6uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in Wn
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js12uriByPrefix=function(n){return this.prefixMap[n||"xmlns"]||this.parent&&this.parent.uriByPrefix(n)… method in nn
H A Ddmn-modeler.production.min.js12uriByPrefix=function(n){return this.prefixMap[n||"xmlns"]||this.parent&&this.parent.uriByPrefix(n)… method in Mi
/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)) {