| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupNavigation.js | 58 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 59 var trueW = Math.max(w, minW); 63 this.separators(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, separatorColor); 78 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 83 …rototype.separators = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, separatorColor) argument 100 currWidth = currWidth * w / minW; 108 …Breadcrumb.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument 112 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… 188 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 189 var trueW = Math.max(w, minW); [all …]
|
| D | mxMockupText.js | 138 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 139 var trueW = Math.max(w, minW); 142 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 161 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 166 …ckground = function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separa… argument 191 currWidth = currWidth * w / minW; 208 buttonLeft = buttonLeft * w / minW; 209 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW; 235 …kupLinkBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument 244 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… [all …]
|
| D | mxMockupButtons.js | 281 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 282 var trueW = Math.max(w, minW); 285 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 303 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 308 …ckground = function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separa… argument 340 currWidth = currWidth * w / minW; 357 buttonLeft = buttonLeft * w / minW; 358 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW; 415 …rButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument 424 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… [all …]
|
| D | mxMockupForms.js | 74 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize; 75 var trueW = Math.max(w, minW); 201 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize; 202 var trueW = Math.max(w, minW); 1043 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 1044 var trueW = Math.max(w, minW); 1047 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 1064 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 1069 …ckground = function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, separa… argument 1092 currWidth = currWidth * w / minW; [all …]
|
| D | mxMockupContainers.js | 287 var minW = 2 * labelOffset + maxButtonWidth; 288 var trueW = Math.max(w, minW); 1233 var minW = 2 * startOffset + (tabCount - 1) * tabOffset + tabCount * 2 * labelOffset; 1259 minW = minW + labelWidths[i]; 1262 w = Math.max(w, minW); 1532 var minW = tabW + rSize; 1533 w = Math.max(w, minW);
|
| D | mxMockupiOS.js | 1224 var minW = 2 * labelOffset + maxButtonWidth; 1225 var trueW = Math.max(w, minW); 2172 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize; 2173 var trueW = Math.max(w, minW); 2283 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize; 2284 var trueW = Math.max(w, minW); 4596 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 4597 var trueW = Math.max(w, minW); 4600 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se… 4617 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); [all …]
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxAndroid.js | 74 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 75 var trueW = Math.max(w, minW); 78 …this.background(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, frameColor, separator… 96 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 101 …type.background = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, frameColor, separa… argument 125 currWidth = currWidth * w / minW; 142 buttonLeft = buttonLeft * w / minW; 143 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW; 155 …roidTabBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument 164 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… [all …]
|
| D | mxFloorplan.js | 431 var minW = Math.max(w, 50); 432 this.background(c, x, y, minW, h); 571 var minW = Math.max(w, 50, h); 573 this.background(c, x, y, minW, h);
|
| /plugin/diagramsnet/lib/shapes/ios7/ |
| D | mxIOS7Ui.js | 484 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth; 485 var trueW = Math.max(w, minW); 488 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bg… 505 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 510 …ckground = function(c, w, h, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, bgColo… argument 542 currWidth = currWidth * w / minW; 559 buttonLeft = buttonLeft * w / minW; 560 var buttonRight = (buttonWidths[selectedButton] + 2 * labelOffset) * w / minW; 618 …rButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument 627 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 15029 var minW = autoMin + starMaxMin * starColumns.length; 15031 if (minW >= availableWidth) { 15052 var W = availableWidth - minW; 15053 var D = maxW - minW;
|
| D | pdfmake.min.js.map | 1 …minW","maxW","W","D","starSize","maxStar","starCount","obj","functionToCheck","getType","generateF…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 67284 var minW = autoMin + starMaxMin * starColumns.length; 67286 if (minW >= availableWidth) { 67307 var W = availableWidth - minW; 67308 var D = maxW - minW;
|