/plugin/diagramsnet/lib/shapes/mockup/ |
D | mxMockupText.js | 515 …var mainText = mxUtils.getValue(this.style, mxShapeMockupStickyNote.prototype.cst.MAIN_TEXT, 'Note… 530 var lineNum = mainText.length; 533 for (var i = 0; i < mainText.length; i++) 535 …c.text(w / 2, (h - textH) / 2 + i * fontSize * 1.5 + fontSize * 0.75, 0, 0, mainText[i], mxConstan… 658 …var mainText = mxUtils.getValue(this.style, mxShapeMockupBulletedList.prototype.cst.MAIN_TEXT, 'No… 668 for (var i = 0; i < mainText.length; i++) 674 currText = (i + 1) + ') ' + mainText[i]; 678 currText = '- ' + mainText[i]; 682 currText = String.fromCharCode(8226) + ' ' + mainText[i]; 686 currText = ' ' + mainText[i]; [all …]
|
D | mxMockupForms.js | 371 this.mainText(c, x, y, w, h); 404 mxShapeMockupComboBox.prototype.mainText = function(c, x, y, w, h) method in mxShapeMockupComboBox 406 …var mainText = mxUtils.getValue(this.style, mxShapeMockupComboBox.prototype.cst.MAIN_TEXT, 'Main T… 413 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0… 484 this.mainText(c, w, h, spinnerLayout); 938 mxShapeMockupSpinner.prototype.mainText = function(c, w, h, spinnerLayout) method in mxShapeMockupSpinner 1470 …var mainText = mxUtils.getValue(this.style, mxShapeMockupPwField.prototype.cst.MAIN_TEXT, '******'… 1477 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0… 1853 …var mainText = mxUtils.getValue(this.style, mxShapeMockupSearchBox.prototype.cst.MAIN_TEXT, 'Searc… 1861 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0… [all …]
|
D | mxMockupButtons.js | 50 …var mainText = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.MAIN_TEXT, 'Mai… 58 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 97 mxShapeMockupMultiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupMultiButton 157 …var mainText = mxUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.MAIN_TEXT, 'Main Tex… 163 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 201 mxShapeMockupButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupButton 705 …var mainText = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.MAIN_TEXT, 'ON,… 726 …c.text(w * 0.375, h * 0.5, 0, 0, mainText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, … 730 …c.text(w * 0.625, h * 0.5, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, …
|
D | mxMockupMisc.js | 1424 …var mainText = mxUtils.getValue(this.style, mxShapeMockupRevisionTable.prototype.cst.MAIN_TEXT, ''… 1442 …c.text(w * 0.5, h * 0.165, 0, 0, mainText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, … 1443 …c.text(w * 0.0625, h * 0.5, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,… 1444 …c.text(w * 0.3125, h * 0.5, 0, 0, mainText[2], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,… 1445 …c.text(w * 0.75, h * 0.5, 0, 0, mainText[3], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0… 1446 …c.text(w * 0.0625, h * 0.835, 0, 0, mainText[4], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDL… 1447 …c.text(w * 0.3125, h * 0.835, 0, 0, mainText[5], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDL… 1448 …c.text(w * 0.75, h * 0.835, 0, 0, mainText[6], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE,… 1508 …var mainText = mxUtils.getValue(this.style, mxShapeMockupStatusBar.prototype.cst.MAIN_TEXT, '').to… 1523 …c.text(10, h * 0.5, 0, 0, mainText[0], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, … [all …]
|
D | mxMockupiOS.js | 1828 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text'); 1834 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 1847 mxShapeMockupiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButton 1884 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text'); 1890 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 1913 mxShapeMockupiButtonBack.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButtonBack 1950 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text'); 1956 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 1979 mxShapeMockupiButtonForward.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButtonForward 2087 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text'); [all …]
|
D | mxMockupNavigation.js | 596 …var mainText = mxUtils.getValue(this.style, mxShapeMockupPagination.prototype.cst.MAIN_TEXT, '0-9 … 601 var width = mxUtils.getSizeForString(mainText, textSize, mxConstants.DEFAULT_FONTFAMILY).width; 605 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu…
|
D | mxMockupContainers.js | 474 …var mainText = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.MAIN_TEXT, 'h… 523 …c.text(65, 25, 0, 0, mainText[1], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0,… 524 …c.text(130, 73, 0, 0, mainText[0], mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0…
|
/plugin/diagramsnet/lib/shapes/er/ |
D | mxER.js | 35 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 44 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 98 mxShapeEREntity.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeEREntity 150 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 176 this.mainText(c, x, y, w, h, mainText, fontSize, attrColor); 208 mxShapeEREntityExt.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeEREntityExt 343 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 352 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 379 mxShapeERAttribute.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeERAttribute 427 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); [all …]
|
/plugin/diagramsnet/lib/shapes/ios7/ |
D | mxIOS7Ui.js | 827 var mainText = mxUtils.getValue(this.style, mxIOS7C.BUTTON_TEXT, 'Search'); 840 …c.text(5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0… 894 var mainText = mxUtils.getValue(this.style, mxIOS7C.BUTTON_TEXT, 'draw.io'); 907 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null… 953 var mainText = mxUtils.getValue(this.style, mxIOS7C.MAIN_TEXT, 'Main Text'); 969 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 979 mxShapeIOS7Actiondialog.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeIOS7Actiondialog
|
/plugin/diagramsnet/lib/shapes/rack/ |
D | mxRack.js | 370 this.mainText(c, w, h); 380 mxRackNeatPatch.prototype.mainText = function(c, w, h) method in mxRackNeatPatch 962 this.mainText(c, w, h); 972 mxRackNeatPatch2U.prototype.mainText = function(c, w, h) method in mxRackNeatPatch2U
|
/plugin/diagramsnet/lib/js/ |
D | shapes-14-6-5.min.js | 77 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 79 …,a.lineTo(.1*f,c-.1*f),a.close(),a.stroke())};mxShapeEREntity.prototype.mainText=function(a,d,e,b,… method in mxShapeEREntity 84 …nd(a,d,e,b,c,10);a.setShadow(!1);this.shapes(a,d,e,b,c,k,l,m,10,p);this.mainText(a,d,e,b,c,f,k,m);… 86 mxShapeEREntityExt.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… method in mxShapeEREntityExt 92 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 94 mxShapeERAttribute.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… method in mxShapeERAttribute 97 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 99 c),a.lineTo(.9*b,.5*c),a.lineTo(.5*b,.9*c),a.close(),a.stroke())};mxShapeERHas.prototype.mainText=f… method in mxShapeERHas 102 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 104 mxShapeERCloud.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontCol… method in mxShapeERCloud [all …]
|
D | shapes.min.js | 28 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 30 …,a.lineTo(.1*f,c-.1*f),a.close(),a.stroke())};mxShapeEREntity.prototype.mainText=function(a,d,e,b,… method in mxShapeEREntity 35 …nd(a,d,e,b,c,10);a.setShadow(!1);this.shapes(a,d,e,b,c,k,l,m,10,p);this.mainText(a,d,e,b,c,f,k,m);… 37 mxShapeEREntityExt.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… method in mxShapeEREntityExt 43 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 45 mxShapeERAttribute.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… method in mxShapeERAttribute 48 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 50 c),a.lineTo(.9*b,.5*c),a.lineTo(.5*b,.9*c),a.close(),a.stroke())};mxShapeERHas.prototype.mainText=f… method in mxShapeERHas 53 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 55 mxShapeERCloud.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontCol… method in mxShapeERCloud [all …]
|
D | viewer-static.min.js | 4165 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 4167 …,a.lineTo(.1*f,c-.1*f),a.close(),a.stroke())};mxShapeEREntity.prototype.mainText=function(a,d,e,b,… 4172 …nd(a,d,e,b,c,10);a.setShadow(!1);this.shapes(a,d,e,b,c,k,l,m,10,p);this.mainText(a,d,e,b,c,f,k,m);… 4174 mxShapeEREntityExt.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… 4180 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 4182 mxShapeERAttribute.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFon… 4185 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 4187 c),a.lineTo(.9*b,.5*c),a.lineTo(.5*b,.9*c),a.close(),a.stroke())};mxShapeERHas.prototype.mainText=f… 4190 …);c=Math.max(c,20);this.background(a,d,e,b,c,10,g);a.setShadow(!1);this.mainText(a,d,e,b,c,f,h,g)}; 4192 mxShapeERCloud.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontCol… [all …]
|
/plugin/c3chart/assets/ |
D | c3.min.js | 2 …mainText||I.selectAll([]),s=E.mainBar||I.selectAll([]),c=E.mainLine||I.selectAll([]),d=E.mainArea|…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
D | README.md | 9739 "main": ' + _.template(mainText).source + '\
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.min.js.map | 1 …), '\\\n\t * var JST = {\\\n\t * \"main\": ' + _.template(mainText).source + '\\\n\t…
|