Home
last modified time | relevance | path

Searched refs:createShape (Results 1 – 25 of 73) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DResponse.php78 public function setCreateShape(CreateShapeResponse $createShape) argument
80 $this->createShape = $createShape;
87 return $this->createShape;
DRequest.php156 public function setCreateShape(CreateShapeRequest $createShape) argument
158 $this->createShape = $createShape;
165 return $this->createShape;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js337 function createShape(id, geo, layerIndex, xmlDoc, parentHeight, isChild) function in VsdxExport
524 var shape = createShape(vsdxId + "10000", geo, layerIndex, xmlDoc, parentHeight, isChild);
573 var shape = createShape(vsdxId, geo, layerIndex, xmlDoc, parentHeight, isChild);
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt159 createShape=createShape
Ddia_ru.txt159 createShape=Создать фигуру
Ddia_bg.txt159 createShape=Създаване на форма
Ddia_el.txt159 createShape=Δημιουργία Σχήματος
Ddia_zh.txt159 createShape=创建图形
Ddia_uk.txt159 createShape=Створити обрис
Ddia_ko.txt159 createShape=도형 만들기
Ddia_zh-tw.txt159 createShape=新增圖形
Ddia_th.txt159 createShape=สร้างรูปร่าง
Ddia_fa.txt159 createShape=‫ایجاد شکل‬
Ddia_he.txt159 createShape=‫צור צורה‬
Ddia_ja.txt159 createShape=図形XMLを作成する
Ddia_ar.txt159 createShape=‫إنشاء شكل‬
Ddia_eu.txt159 createShape=Sortu forma
Ddia_et.txt159 createShape=Lisa kuju
Ddia_fi.txt159 createShape=Luo muoto
Ddia_sl.txt159 createShape=Create Shape
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js7 …pe.createLabel=function(e){return this.create("label",e)},zn.prototype.createShape=function(e){ret… method in zn
28 …;i=t&&(t.hidden||t.collapsed);var d=e.di.bounds;n=this._elementFactory.createShape(co(e,{collapsed…
34createShape(a),void r.push(o))}))})),r},qc.prototype.createConnection=function(e){return this._ele…
Dbpmn-modeler.development.js6405 ElementFactory$1.prototype.createShape = function(attrs) {
19817 element = this._elementFactory.createShape(elementData(semantic, {
33144 element = cache[ descriptor.id ] = self.createShape(attrs);
33166 CopyPaste.prototype.createShape = function(attrs) {
33167 var shape = this._elementFactory.createShape(omit(attrs, [ 'id' ]));
36209 var shape = elementFactory.createShape(assign({ type: type }, options));
36217 var shape = elementFactory.createShape(assign({ type: type }, options));
43871 modeling.createShape({ type: 'bpmn:StartEvent' }, position, newShape);
48979 return this.createShape(attrs);
49108 this._modeling.createShape(
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …pe.createLabel=function(e){return this.create("label",e)};vn.prototype.createShape=function(e){ret… method in vn
10 …(e);i=n&&(n.hidden||n.collapsed);var p=t.bounds;r=this._elementFactory.createShape(Ec(e,t,{collaps…
211createShape({type:"bpmn:StartEvent"},o,i)}})}fs.$inject=["injector","modeling"];N(fs,k);function x… method in Nn
223 …,S,A){function O(I,H){var z=r.createShape(C({type:b},A));o.start(I,z,{source:H})}var M=s?function(…
231createShape(C({type:l},_));t.start(w,P)}return{group:f,className:d,title:h,action:{dragstart:v,cli…
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js6915 var mxCellRendererCreateShape = mxCellRenderer.prototype.createShape;
6916 mxCellRenderer.prototype.createShape = function(state) method in mxCellRenderer
7319 var connectionHandlerCreateShape = mxConnectionHandler.prototype.createShape;
7320 mxConnectionHandler.prototype.createShape = function() method in mxConnectionHandler
12685 this.div = this.createShape();

123