/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupText.js | 530 var lineNum = mainText.length; 533 for (var i = 0; i < mainText.length; i++) 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]; 750 for (var i = 0; i < mainText.length; i++) 806 …var mainText = mxUtils.getValue(this.style, mxShapeMockupCaptcha.prototype.cst.MAIN_TEXT, 'Note li… 832 …c.text(w * 0.5, h * 0.5, 0, 0, mainText, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, nu… [all …]
|
H A 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… 1971 …var forgotW = mxUtils.getSizeForString(mainText[5], fontSize, mxConstants.DEFAULT_FONTFAMILY).widt… [all …]
|
H A 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, …
|
H A 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 …]
|
H A D | mxMockupiOS.js | 1834 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 1890 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 1956 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 2093 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 2372 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 2453 this.mainText(c, x, y, w, h, state); 2488 mxShapeMockupiOnOffButton.prototype.mainText = function(c, x, y, w, h, state) method in mxShapeMockupiOnOffButton 2490 var mainText = mxUtils.getValue(this.style, 'mainText', null); 2494 if (mainText != '') 2747 var mainText = mxUtils.getValue(this.style, 'mainText', null); [all …]
|
H A 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…
|
H A 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/ |
H A D | mxER.js | 35 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 44 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 150 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 176 this.mainText(c, x, y, w, h, mainText, fontSize, attrColor); 343 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 352 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 427 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 436 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 522 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity'); 531 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); [all …]
|
/plugin/diagramsnet/lib/shapes/ios7/ |
H A 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/ |
H A 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/ |
H A D | shapes-14-6-5.min.js | 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 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 118 mxShapeERNote.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontColo… method in mxShapeERNote 191 …mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.bac… method in mxShapeIOS7Actiondialog 226 this.mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)}; [all …]
|
H A 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)}; 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 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 55 mxShapeERCloud.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontCol… method in mxShapeERCloud 69 mxShapeERNote.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontColo… method in mxShapeERNote 142 …mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.bac… method in mxShapeIOS7Actiondialog 177 this.mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)}; [all …]
|
H A D | viewer-static.min.js | 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… 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… 4206 mxShapeERNote.prototype.mainText=function(a,d,e,b,c,f,g,h){a.begin();a.setFontSize(g);a.setFontColo… 4279 …mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)};mxShapeIOS7Actiondialog.prototype.bac… 4314 this.mainText(a,d,e,b,c,f,k,h);this.subText(a,d,e,b,c,g,k/1.4,h)}; [all …]
|
/plugin/c3chart/assets/ |
H A 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/ |
H A D | README.md | 9739 "main": ' + _.template(mainText).source + '\
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …), '\\\n\t * var JST = {\\\n\t * \"main\": ' + _.template(mainText).source + '\\\n\t…
|