Home
last modified time | relevance | path

Searched refs:createShape (Results 1 – 25 of 75) 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_zh-tw.txt159 createShape=新增圖形
Ddia_ko.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
/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/
Dbpmn-modeler.production.min.js7 …pe.createLabel=function(e){return this.create("label",e)},$n.prototype.createShape=function(e){ret… method in $n
27 …(e);r=n&&(n.hidden||n.collapsed);var p=t.bounds;i=this._elementFactory.createShape(go(e,t,{collaps…
197createShape({type:"bpmn:StartEvent"},o,i)}}))}function Gh(e){Do.call(this,e),this.preExecute("conn… method in Im
/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();
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js7 …pe.createLabel=function(e){return this.create("label",e)},qo.prototype.createShape=function(e){ret… method in qo
15 …round(s.y),width:Math.round(s.width),height:Math.round(s.height)}),t=a.createShape(r),l.addShape(t…
191createShape(M({type:e},r));o.start(t,s,{source:i,hints:{connectionTarget:i}})}var a=u?function(t,i… method in Pf

123