Searched refs:newLabel (Results 1 – 8 of 8) sorted by relevance
/plugin/latexit/_test/ |
H A D | labelhandler.test.php | 39 $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"));
|
/plugin/latexit/classes/ |
H A D | LabelHandler.php | 55 public function newLabel($label) { function in LabelHandler
|
/plugin/labeled/ |
H A D | helper.php | 155 * @param string $newLabel new label name
|
/plugin/latexit/ |
H A D | renderer.php | 456 $label = $this->label_handler->newLabel($this->_createLabel($text));
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 6199 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 D | bpmn-modeler.production.min.js | 34 …newLabel;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/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …newLabel;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 D | dmn-modeler.production.min.js | 21 …newLabel)},this.revert=function(t){return e(t.element,t.oldLabel)}}ch.prototype.preExecute=functio…
|