Home
last modified time | relevance | path

Searched refs:shape (Results 101 – 125 of 202) sorted by last modified time

123456789

/plugin/diagramsnet/lib/resources/
H A Ddia_sk.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_sr.txt684 shape=Oblik
H A Ddia_sv.txt684 shape=Form
H A Ddia_sw.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_te.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_th.txt684 shape=รูปร่าง
H A Ddia_tr.txt684 shape=Şekil
H A Ddia_uk.txt684 shape=Форма
H A Ddia_zh-tw.txt684 shape=圖形
H A Ddia_zh.txt684 shape=形状
H A Ddia.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_am.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_bs.txt684 shape=Oblik
H A Ddia_de.txt686 shape=Shape
H A Ddia_et.txt684 shape=Kujund
H A Ddia_gu.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_hr.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_hu.txt684 shape=Alakzat
H A Ddia_id.txt684 shape=Bentuk
H A Ddia_it.txt684 shape=Forma
H A Ddia_lv.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js71 this.shape.appendChild(this.geoSec);
93 mxVsdxCanvas2D.prototype.newShape = function (shape, cellState, xmlDoc) argument
96 this.shape = shape;
113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) argument
115 this.shape = shape;
260 this.shape.appendChild(this.createCellElemScaled("Rounding", dx));
461 this.shape.appendChild(foreignData);
650 this.shape.appendChild(this.createCellElemScaled("ImgWidth", w));
1083 this.shape.appendChild(charSect);
1084 this.shape.appendChild(pSect);
[all …]
/plugin/diagramsnet/lib/js/
H A Dexport.js160 graph.cellRenderer.redrawLabelShape = function(shape) argument
164 if (shape.node != null)
166 var links = shape.node.getElementsByTagName('a');
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js613 if (state != null && state.shape != null && state.shape.stencil != null)
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js346 function insertShape(shape, done) argument
348 var searchTerm = mxUtils.trim(shape);
1777 var shape = null;
1782 shapenameToken = shape = 'ellipse';
1786 shapenameToken = shape = 'rhombus';
1790 shapenameToken = shape = 'hexagon';
1794 shapenameToken = shape = 'parallelogram';
1802 if (shape != null && shape.toLowerCase() == shapenameToken && shape != 'connector' &&
1803 shape != 'arrow' && shape != 'flexarrow' && shape != 'arrowconnector' &&
1804 shape != 'link')
[all …]

123456789