Home
last modified time | relevance | path

Searched refs:newLabel (Results 1 – 8 of 8) sorted by last modified time

/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194newLabel;if(!_o(n)&&yo(n)&&!go(n)&&!Dy(r)){var o=xo(n);o={x:o.x,y:o.y+7},e.createLabel(n,o,{id:i.i…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21newLabel)},this.revert=function(t){return e(t.element,t.oldLabel)}}ch.prototype.preExecute=functio…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js6199 set: function(newLabel) { argument
6204 if (!newLabel && label) {
6207 labels.add(newLabel, 0);
39451 element, newLabel, argument
39486 if (isEmptyText$1(newLabel)) {
39487 newLabel = null;
52363 newLabel = ctx.newLabel;
52368 && !isEmptyText(newLabel)) {
52389 return setText(ctx.element, ctx.newLabel);
52399 newLabel = ctx.newLabel,
[all …]
H A Dbpmn-modeler.production.min.js34newLabel;if(!so(n)&&io(n)&&!ro(n)&&!Rm(r)){var o=ao(n);o={x:o.x,y:o.y+7},e.createLabel(n,o,{id:i.i…
/plugin/labeled/
H A Dhelper.php155 * @param string $newLabel new label name
/plugin/latexit/classes/
H A DLabelHandler.php55 public function newLabel($label) { function in LabelHandler
/plugin/latexit/
H A Drenderer.php456 $label = $this->label_handler->newLabel($this->_createLabel($text));
/plugin/latexit/_test/
H A Dlabelhandler.test.php39 $this->assertEquals("label", $this->l->newLabel("label"));
40 $this->assertEquals("stitek", $this->l->newLabel("stitek"));
41 $this->assertEquals("label2", $this->l->newLabel("label"));
42 $this->assertEquals("label3", $this->l->newLabel("label"));