Home
last modified time | relevance | path

Searched refs:gridSize (Results 1 – 25 of 88) sorted by path

1234

/plugin/diagramsnet/lib/js/
H A Dapp.min.js792 …ull!=this.gridSize&&0<this.gridSize&&(a=Math.max(a,this.gridSize),1<a/this.gridSize)){var b=a%this…
1391 …idEnabled&&(d=this.snap(d+this.gridSize/2),c=this.snap(c+this.gridSize/2)),c=new mxRectangle(0,0,d…
1433 …rototype.snap=function(a){this.gridEnabled&&(a=Math.round(a/this.gridSize)*this.gridSize);return a…
2088 …iew()||"1"==urlParams.grid);this.graph.gridSize=parseFloat(a.getAttribute("gridSize"))||mxGraph.pr…
2336 …){b(a.keyCode,mxEvent.isShiftDown(a)?e.gridSize:null,!0)}:function(){b(a.keyCode,mxEvent.isShiftDo…
10905 ….value)&&f.setLinkForCell(g,g.value);g.geometry.width+=f.gridSize;g.geometry.height+=f.gridSize}fi…
11872 f.translate.x)+4*g.gridSize)),m=g.snap(Math.ceil(Math.max(0,(k.y+k.height)/f.scale-f.translate.y)+4…
11952 gridSize:parseFloat(b.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=b.ge… class
11954 …b.gridEnabled?"1":"0"),e.setAttribute("gridSize",null!=b?b.gridSize:mxGraph.prototype.gridSize),e.…
11959 …this.mathEnabled=b.mathEnabled;this.gridEnabled=b.gridEnabled;this.gridSize=b.gridSize;this.graphH…
[all …]
H A Dexport.js54 graph.gridSize = extras.grid.size;
373 var phase = graph.gridSize * view.gridSteps * view.scale;
H A Dextensions.min.js1032 …h.max(1,Math.ceil((c.height/g+f)/k));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEna…
H A Dviewer-static.min.js754 …ollapse=!0;mxStackLayout.prototype.allowGaps=!1;mxStackLayout.prototype.gridSize=0;mxStackLayout.p… method in mxStackLayout
758 …ull!=this.gridSize&&0<this.gridSize&&(a=Math.max(a,this.gridSize),1<a/this.gridSize)){var b=a%this…
1357 …idEnabled&&(d=this.snap(d+this.gridSize/2),c=this.snap(c+this.gridSize/2)),c=new mxRectangle(0,0,d…
1399 …rototype.snap=function(a){this.gridEnabled&&(a=Math.round(a/this.gridSize)*this.gridSize);return a…
1445 …rototype.getGridSize=function(){return this.gridSize};mxGraph.prototype.setGridSize=function(a){th…
1472 …vent.getClientY(a)),d=this.view.scale,e=this.view.translate,f=0!=b?this.gridSize/2:0;c.x=this.snap…
1670 …!mxEvent.isAltDown(a.getEvent())&&null!=this.previous){var c=this.graph.gridSize*this.graph.view.s…
1699 …nmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tole…
2054 …iew()||"1"==urlParams.grid);this.graph.gridSize=parseFloat(b.getAttribute("gridSize"))||mxGraph.pr…
2302 …){c(b.keyCode,mxEvent.isShiftDown(b)?k.gridSize:null,!0)}:function(){c(b.keyCode,mxEvent.isShiftDo…
[all …]
H A Dviewer.min.js754 …ollapse=!0;mxStackLayout.prototype.allowGaps=!1;mxStackLayout.prototype.gridSize=0;mxStackLayout.p… method in mxStackLayout
758 …ull!=this.gridSize&&0<this.gridSize&&(a=Math.max(a,this.gridSize),1<a/this.gridSize)){var b=a%this…
1357 …idEnabled&&(d=this.snap(d+this.gridSize/2),c=this.snap(c+this.gridSize/2)),c=new mxRectangle(0,0,d…
1399 …rototype.snap=function(a){this.gridEnabled&&(a=Math.round(a/this.gridSize)*this.gridSize);return a…
1445 …rototype.getGridSize=function(){return this.gridSize};mxGraph.prototype.setGridSize=function(a){th…
1472 …vent.getClientY(a)),d=this.view.scale,e=this.view.translate,f=0!=b?this.gridSize/2:0;c.x=this.snap…
1670 …!mxEvent.isAltDown(a.getEvent())&&null!=this.previous){var c=this.graph.gridSize*this.graph.view.s…
1699 …nmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tole…
2054 …iew()||"1"==urlParams.grid);this.graph.gridSize=parseFloat(b.getAttribute("gridSize"))||mxGraph.pr…
2302 …){c(b.keyCode,mxEvent.isShiftDown(b)?k.gridSize:null,!0)}:function(){c(b.keyCode,mxEvent.isShiftDo…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js3462 var phase = graph.gridSize * view.gridSteps * scale;
5885 rackLayout.gridSize = parseFloat(style['rackUnitSize']);
5889 …rackLayout.gridSize = (typeof mxRackContainer !== 'undefined') ? mxRackContainer.unitSize : unitSi…
H A DEditorUi.js2139 size: graph.gridSize,
8007 cell.geometry.width += graph.gridSize;
8008 cell.geometry.height += graph.gridSize;
10675 var dx = graph.pasteCounter * graph.gridSize;
10808 var dx = graph.pasteCounter * graph.gridSize;
13936 size: graph.gridSize,
H A DElectronApp.js1973 size: graph.gridSize,
H A DMenus.js2400 …x = graph.snap(Math.ceil(Math.max(0, bds.x / view.scale - view.translate.x) + 4 * graph.gridSize));
2401 …Math.ceil(Math.max(0, (bds.y + bds.height) / view.scale - view.translate.y) + 4 * graph.gridSize));
H A DPages.js601 gridSize: parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize, method in gridSize
633 node.setAttribute('gridSize', (vs != null) ? vs.gridSize : mxGraph.prototype.gridSize);
695 gridSize: this.gridSize,
732 this.gridSize = state.gridSize;
805 this.gridSize = mxGraph.prototype.gridSize;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js130 attr['gridSize'] = graph.gridSize;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js467 this.graph.gridSize = parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize;
616 node.setAttribute('gridSize', this.graph.gridSize);
1658 var gridSize = parseInt(gridSizeInput.value);
1660 if (!isNaN(gridSize) && graph.gridSize !== gridSize)
1662 graph.setGridSize(gridSize);
2487 phase = graph.gridSize * this.scale * this.gridSteps;
2540 var tmp = this.graph.gridSize * this.scale;
2585 var phase = this.gridSize * this.view.scale * this.view.gridSteps;
H A DEditorUi.js5313 nudge(evt.keyCode, (mxEvent.isShiftDown(evt)) ? graph.gridSize : null, true);
5320 nudge(evt.keyCode, (mxEvent.isShiftDown(evt)) ? graph.gridSize : null);
H A DFormat.js6827 mxGraph.prototype.gridSize = value; method in mxGraph
H A DGraph.js2954 stackLayout.gridSize = parseFloat(mxUtils.getValue(style, 'stackUnitSize', 20));
3449 this.gridSize = value;
8980 ((bds.width == 0) ? 2 * this.gridSize : 0))));
8982 2 * this.gridSize)));
9342 var s = this.gridSize;
H A DMenus.js460 graph.updateGroupBounds([tmp], graph.gridSize * 2, true);
489 graph.updateGroupBounds([tmp], graph.gridSize * 2, true);
511 graph.updateGroupBounds([tmp], graph.gridSize * 2, true);
H A DShapes.js5647 var tol = state.view.graph.gridSize / state.view.scale;
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js198 g=a.view.translate,k=a.gridSize/2,e=(a.snap(e/d-g.x-k)+g.x)*d,c=(a.snap(c/d-g.y-k)+g.y)*d;null!=thi…
360 …tGuideTolerance=function(a){return a&&this.graph.gridEnabled?this.graph.gridSize/2:this.tolerance}…
550 …ollapse=!0;mxStackLayout.prototype.allowGaps=!1;mxStackLayout.prototype.gridSize=0;mxStackLayout.p… method in mxStackLayout
554 …ull!=this.gridSize&&0<this.gridSize&&(a=Math.max(a,this.gridSize),1<a/this.gridSize)){var b=a%this…
1059 …ull;mxGraph.prototype.renderHint=null;mxGraph.prototype.dialect=null;mxGraph.prototype.gridSize=10; method in mxGraph
1153 …idEnabled&&(d=this.snap(d+this.gridSize/2),c=this.snap(c+this.gridSize/2)),c=new mxRectangle(0,0,d…
1195 …rototype.snap=function(a){this.gridEnabled&&(a=Math.round(a/this.gridSize)*this.gridSize);return a…
1241 …rototype.getGridSize=function(){return this.gridSize};mxGraph.prototype.setGridSize=function(a){th…
1268 …vent.getClientY(a)),d=this.view.scale,e=this.view.translate,f=0!=b?this.gridSize/2:0;c.x=this.snap…
1466 …!mxEvent.isAltDown(a.getEvent())&&null!=this.previous){var c=this.graph.gridSize*this.graph.view.s…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dsql.js585 … var x = Math.ceil(Math.max(0, bds.x / view.scale - view.translate.x) + 4 * graph.gridSize);
586 … Math.ceil(Math.max(0, (bds.y + bds.height) / view.scale - view.translate.y) + 4 * graph.gridSize);
/plugin/diagramsnet/lib/resources/
H A Ddia.txt371 gridSize=Grid Size
H A Ddia_am.txt371 gridSize=Grid Size
H A Ddia_ar.txt371 gridSize=‫حجم الشبكة‬
H A Ddia_bg.txt371 gridSize=Размер на решетката
H A Ddia_bn.txt371 gridSize=Grid Size
H A Ddia_bs.txt371 gridSize=Veličina mreže

1234