| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupButtons.js | 65 var rSize = 10; 70 c.moveTo(0, rSize); 71 c.arcTo(rSize, rSize, 0, 0, 1, rSize, 0); 72 c.lineTo(w - rSize, 0); 73 c.arcTo(rSize, rSize, 0, 0, 1, w, rSize); 74 c.lineTo(w, h - rSize); 75 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 76 c.lineTo(rSize, h); 77 c.arcTo(rSize, rSize, 0, 0, 1, 0, h - rSize); 169 var rSize = 10; [all …]
|
| D | mxMockupContainers.js | 263 var rSize = 10; //rounding size 292 …this.background(c, trueW, trueH, rSize, buttonNum, labelOffset, buttonNum * minButtonHeight, frame… 324 mxShapeMockupAccordion.prototype.background = function(c, w, h, rSize, buttonNum, labelOffset, minH… argument 1234 var rSize = 5; 1263 h = Math.max(h, tabH + rSize); 1267 this.background(c, w, h, rSize, tabH); 1269 …this.backTabs(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se… 1270 …this.focusTab(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se… 1271 …this.tabText(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, sel… 1274 mxShapeMockupHorTabBar.prototype.background = function(c, w, h, rSize, tabH) argument [all …]
|
| D | mxMockupiOS.js | 129 var rSize = 25; 130 this.background(c, x, y, w, h, rSize); 132 this.foreground(c, x, y, w, h, rSize); 135 mxShapeMockupiPhone.prototype.background = function(c, x, y, w, h, rSize) argument 139 c.roundrect(0, 0, w, h, rSize, rSize); 143 mxShapeMockupiPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument 150 c.lineTo(w - rSize, 0); 151 c.arcTo(rSize, rSize, 0, 0, 1, w, rSize); 598 c.roundrect(0, 0, w, h, rSize, rSize); 601 rSize = 22.5; [all …]
|
| D | mxMockupMarkup.js | 44 var rSize = Math.min(w * 0.125, midY); 46 c.moveTo(0, midY + rSize); 47 c.arcTo(rSize, rSize, 0, 0, 1, rSize, midY); 48 c.lineTo(w * 0.5 - rSize, midY); 49 c.arcTo(rSize, rSize, 0, 0, 0, w * 0.5, midY - rSize); 50 c.arcTo(rSize, rSize, 0, 0, 0, w * 0.5 + rSize, midY); 51 c.lineTo(w - rSize, midY); 52 c.arcTo(rSize, rSize, 0, 0, 1, w, midY + rSize);
|
| D | mxMockupForms.js | 1024 var rSize = 10; //rounding size 1047 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 1069 mxShapeMockupMenuBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument 1191 var rSize = 5; 1194 this.background(c, w, h, rSize, sliderStyle); 1196 this.foreground(c, w, h, rSize, sliderStyle); 1200 mxShapeMockupHorSlider.prototype.background = function(c, w, h, rSize, sliderStyle) argument 1212 c.roundrect(0, h * 0.5 - rSize, w, 2 * rSize, rSize, rSize); 1217 mxShapeMockupHorSlider.prototype.foreground = function(c, w, h, rSize, sliderStyle) argument 1241 c.roundrect(0, h * 0.5 - rSize, barCenterPos, 2 * rSize, rSize, rSize); [all …]
|
| D | mxMockupNavigation.js | 651 var rSize = Math.min(h * 0.5, w * 0.05); 653 c.ellipse(0, h * 0.5 - rSize, 2 * rSize, 2 * rSize); 656 c.ellipse(w * 0.35 - rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize); 658 c.ellipse(w * 0.65 - rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize); 660 c.ellipse(w - 2 * rSize, h * 0.5 - rSize, 2 * rSize, 2 * rSize);
|
| D | mxMockupText.js | 110 var rSize = 10; //rounding size 142 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 166 mxShapeMockupLinkBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument 926 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupTextRRect.prototype.cst.R_SIZE, '10… 927 c.roundrect(0, 0, w, h, rSize);
|
| D | mxMockupGraphics.js | 1229 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupGraphicsRRect.prototype.cst.R_SIZE,… 1230 c.roundrect(0, 0, w, h, rSize);
|
| D | mxMockupMisc.js | 1642 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupMiscRRect.prototype.cst.R_SIZE, '10… 1643 c.roundrect(0, 0, w, h, rSize);
|
| /plugin/diagramsnet/lib/shapes/er/ |
| D | mxER.js | 39 var rSize = 10; 40 w = Math.max(w, 2 * rSize); 41 h = Math.max(h, 2 * rSize); 42 this.background(c, x, y, w, h, rSize, fontColor); 47 mxShapeEREntity.prototype.background = function(c, x, y, w, h, rSize, fontColor) argument 54 c.moveTo(0, rSize); 55 c.arcTo(rSize, rSize, 0, 0, 1, rSize, 0); 56 c.lineTo(w - rSize, 0); 57 c.arcTo(rSize, rSize, 0, 0, 1, w, rSize); 58 c.lineTo(w, h - rSize); [all …]
|
| /plugin/diagramsnet/lib/shapes/ios7/ |
| D | mxIOS7Ui.js | 466 var rSize = 2.5; //rounding size 488 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bg… 510 mxShapeIOS7horButtonBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, la… argument 517 c.moveTo(0, rSize); 518 c.arcTo(rSize, rSize, 0, 0, 1, rSize, 0); 519 c.lineTo(w - rSize, 0); 520 c.arcTo(rSize, rSize, 0, 0, 1, w, rSize); 521 c.lineTo(w, h - rSize); 522 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); 523 c.lineTo(rSize, h); [all …]
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxBootstrap.js | 44 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapRRect.prototype.cst.R_SIZE, '10'… 45 c.roundrect(0, 0, w, h, rSize); 89 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapTopButton.prototype.cst.R_SIZE, … 92 c.moveTo(0, rSize); 93 c.arcTo(rSize, rSize, 0, 0, 1, rSize, 0); 94 c.lineTo(w - rSize, 0); 95 c.arcTo(rSize, rSize, 0, 0, 1, w, rSize); 142 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeBootstrapBottomButton.prototype.cst.R_SIZ… 147 c.lineTo(w, h - rSize); 148 c.arcTo(rSize, rSize, 0, 0, 1, w - rSize, h); [all …]
|
| D | mxAndroid.js | 197 var rSize = 25; 199 c.roundrect(0, 0, w, h, rSize, rSize); 204 this.foreground(c, x, y, w, h, rSize); 207 mxShapeAndroidPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument 824 var rSize = parseInt(mxUtils.getValue(this.style, mxShapeAndroidRRect.prototype.cst.R_SIZE, '10')); 825 c.roundrect(0, 0, w, h, rSize);
|
| /plugin/diagramsnet/lib/js/ |
| D | shapes-14-6-5.min.js | 736 …rSize=2.5;a.begin();a.moveTo(b,rSize);a.arcTo(rSize,rSize,0,0,0,b-rSize,0);a.lineTo(10,0);a.lineTo… 739 …rSize=2.5;a.begin();a.moveTo(0,rSize);a.arcTo(rSize,rSize,0,0,1,rSize,0);a.lineTo(b-10,0);a.lineTo… 761 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 766 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 1978 …;rSize=5;a.begin();a.moveTo(b,0);a.lineTo(b,c);a.lineTo(rSize,c);a.arcTo(rSize,rSize,0,0,1,0,c-rSi…
|
| D | shapes.min.js | 687 …rSize=2.5;a.begin();a.moveTo(b,rSize);a.arcTo(rSize,rSize,0,0,0,b-rSize,0);a.lineTo(10,0);a.lineTo… 690 …rSize=2.5;a.begin();a.moveTo(0,rSize);a.arcTo(rSize,rSize,0,0,1,rSize,0);a.lineTo(b-10,0);a.lineTo… 712 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 717 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 1999 …;rSize=5;a.begin();a.moveTo(b,0);a.lineTo(b,c);a.lineTo(rSize,c);a.arcTo(rSize,rSize,0,0,1,0,c-rSi…
|
| D | viewer-static.min.js | 4824 …rSize=2.5;a.begin();a.moveTo(b,rSize);a.arcTo(rSize,rSize,0,0,0,b-rSize,0);a.lineTo(10,0);a.lineTo… 4827 …rSize=2.5;a.begin();a.moveTo(0,rSize);a.arcTo(rSize,rSize,0,0,1,rSize,0);a.lineTo(b-10,0);a.lineTo… 4849 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 4854 …ath.max(c,15);a.translate(d,e);rSize=7.5;this.background(a,d,e,b,c,rSize);a.setShadow(!1);this.for… 6066 …;rSize=5;a.begin();a.moveTo(b,0);a.lineTo(b,c);a.lineTo(rSize,c);a.arcTo(rSize,rSize,0,0,1,0,c-rSi…
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |