Home
last modified time | relevance | path

Searched refs:dy (Results 26 – 50 of 210) sorted by relevance

123456789

/plugin/stlviewer/stlviewer/
H A DTrackballControls.js509 var dy = event.touches[ 0 ].pageY - event.touches[ 1 ].pageY;
510 _touchZoomDistanceEnd = _touchZoomDistanceStart = Math.sqrt( dx * dx + dy * dy );
540 var dy = event.touches[ 0 ].pageY - event.touches[ 1 ].pageY;
541 _touchZoomDistanceEnd = Math.sqrt( dx * dx + dy * dy );
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
522 dy = (state2.getCenterY() - state1.getCenterY()) / graph.view.scale;
735 var dy = 0;
754 dy = spacing + Math.max(dy, (Math.min(bbox.y + bbox.height,
764 dy = 0;
803 graph.moveCells(subtree, ((after) ? 1 : -1) * dx, ((after) ? 1 : -1) * dy);
860 var dy = cell.geometry.height + level;
869 dy = -dy;
874 dy = 0;
878 dy = 0;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php636 function offset($dx, $dy) { argument
637 parent::offset($dx, $dy);
643 $this->offset_wrapped($dx, $dy);
647 function offset_wrapped($dx, $dy) { argument
649 $this->wrapped[2] += $dy;
H A Dbox.container.php341 function offset_if_first(&$box, $dx, $dy) { argument
345 if (!$this->parent->offset_if_first($box, $dx, $dy)) {
346 $this->offset($dx, $dy);
354 function offset($dx, $dy) { argument
355 parent::offset($dx, $dy);
358 $this->_current_y += $dy;
363 $this->content[$i]->offset($dx, $dy);
H A Dbox.generic.php241 function offset($dx, $dy) { argument
243 $this->_top += $dy;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js254 qi.style.top = pos.top - (pos.dy ? (height + pos.height + 2*offset) : 0) + "px";
389 var dy = (top + domEv.offsetHeight/2) - scroll.y > (gantt.$container.offsetHeight/2) ? 1 : 0;
391 return { left:left, top:top, dx:dx, dy:dy,
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php720 … $dy = max($heightDim[1], $heightDim[3]) - min($heightDim[5], $heightDim[7]) + ceil($size / 8);
721 $img = imagecreate(max($dx, 1), max($dy, 1));
724 imagefilledrectangle($img, 0, 0, $dx, $dy, $white);
757 … $dy = max($heightDim[1], $heightDim[3]) - min($heightDim[5], $heightDim[7]) + ceil($size / 8);
758 $img = imagecreate(max($dx, 1), max($dy, 1));
761 imagefilledrectangle($img, 0, 0, $dx, $dy, $white);
/plugin/combo/resources/images/
H A Derror-bad-format.svg6 <text x="50%" y="50%" fill="red" dy=".3em"
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js1872 var dy = pe.y - p0.y;
1879 dy = pe.y - p0.y;
1881 var dist = Math.sqrt(dx * dx + dy * dy);
1883 var ny = dy / dist;
1900 var dy = pe.y - p1y;
1901 var dist = Math.sqrt(dx * dx + dy * dy);
1903 var ny = dy / dist;
1933 var dy = pe.y - p0.y;
1940 dy = pe.y - p0.y;
1942 var dist = Math.sqrt(dx * dx + dy * dy);
[all …]
H A DmxGCP2.js38 var dy = 8;
41 h = h - dy;
45 c.roundrect(dx, dy, w , h, 1, 1);
/plugin/move/lang/sk/
H A Dtree.txt3 … vám umožňuje preskupiť menné priestory, stránky a médiá vo vašej wiki použitím metódy Drag'n'Drop.
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js1482 this.dy = 0.5;
1516 …var dy = Math.max(0, Math.min(h, (w - Math.max(20, r) - r) / 2, parseFloat(mxUtils.getValue(this.s…
1519 dx = Math.max(r + dy, dx);
1520 dx = Math.min(w - r - dy, w - 20 - dy, dx);
1523 c.moveTo(dx - dy, h);
1532 c.lineTo(dx + dy, h);
1533 c.lineTo(dx, h + dy);
1584 var y = parseFloat(mxUtils.getValue(this.state.style, 'dy', this.dy)) * 0.6;
1590 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
1592 ….x + parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)), bounds.y + bounds.height + dy);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js597 i && $(tspan, {dy: fontSize * leading, x: a.x});
605 $(tspans[i], {dy: fontSize * leading, x: a.x});
607 $(tspans[0], {dy: 0});
614 dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
694 dy: 0, property in AnonymousFunctionc1baaa4d0900._
812 elproto.translate = function (dx, dy) { argument
818 dy = toFloat(dx[1]);
821 dy = +dy || 0;
822 this.transform(this._.transform.concat([["t", dx, dy]]));
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3941 var dy = t.y * s;
5982 geo.y += dy;
6706 var dist = dx * dx + dy * dy;
6728 var dist = dx * dx + dy * dy;
7527 dy = (dy != null) ? dy : 0;
7591 dy = this.snap(dy);
8963 dy = Math.max(dy, layout.y * page.height);
12060 dy = 0;
12065 dy = 0;
12606 dy = this.graph.snap(dy);
[all …]
H A DEditorUi.js1552 if (dy > 0)
2061 dy = Math.max(dy, 0);
2667 var dy = pad.y - pages.y * size.height;
2680 graph.view.setTranslate(dx, dy);
2766 var dy = 0;
2782 dy += sp.y - scrollPosition.y;
3461 Math.floor(dy - b.y + 1));
5204 var dy = 0;
5212 dy = -stepSize;
5220 dy = stepSize;
[all …]
H A DSidebar.js2460 var dy = 0;
2467 dy = offset.y;
2502 geo.y -= offset.y - dy;
2509 geo.y += dy;
2513 dy = geo2.y;
2519 dy = 0;
2558 dy = geo.y - Math.round(geo2.y);
2648 var dy = pe.y - p0.y;
2650 length = Math.sqrt(dx * dx + dy * dy);
2996 var dy = view.translate.y * view.scale;
[all …]
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js109 RPOrgChart.dy = 0;
114 RPOrgChart.dy = parent.geometry.y;
557 var dy = a.y - b.y;
559 return dy == 0? a.x - b.x : dy;
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js707 function draw_partempo(st,top){var s,some_part,some_tempo,h,w,y,dy=0,ht=0
723 dy=ymin+ht-top
739 if(top+dy<ymin+h+ht)
740 dy=ymin+h+ht-top
747 return dy}
774 Abc.prototype.calculate_beam=function(bm,s1){var s,s2,g,notes,nflags,st,v,two_staves,two_dir,x,y,ys,a,b,stem_err,max_stem_err,p_min,p_max,s_closest,stem_xoff,scale,visible,dy
908 dy=BEAM_DEPTH+BEAM_SHIFT*(nflags-1)
910 if(s1.stem>0){y-=dy
914 break}else{y+=dy
929 function draw_beam(x1,x2,dy, argument
7167 \n.box{outline: 1px solid black;outline-offset: 1px}',font_style='',posx=cfmt.leftmargin/cfmt.scale,posy=0,img={width:cfmt.pagewidth,lm:cfmt.leftmargin,rm:cfmt.rightmargin},defin global() property in stv_g
7350 out_acciac(x,y,dx,dy,up) global() argument
7393 out_tubr(x,y,dx,dy,up) global() argument
7394 out_tubrn(x,y,dx,dy,up,str) global() argument
7401 var deco_str_style={crdc:{dx:0,dy:5,style:'font:italic 14px serif'},dacs:{dx:0,dy:3,style:'font:16px serif',anchor:' text-anchor="middle"'},fng:{dx:0,dy:1,style:'font-family:Bookma global() property in deco_str_style.@
[all...]
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js310 ui.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages) argument
341 graph.snap(dx), graph.snap(dy), 200, 50,
H A Dvoice.js1090 var dy = pt.y - loc.y;
1096 graph.moveCells(graph.getSelectionCells(), dx / s, dy / s);
1158 var dy = 0;
1169 dy += graph.defaultEdgeLength;
1207 dy += -graph.defaultEdgeLength;
1215 dy += graph.defaultEdgeLength;
1225 if (dx != 0 || dy != null)
1227 graph.moveCells(graph.getSelectionCells(), dx, dy);
/plugin/callflow/
H A Draphael.js2593 dy = 0,
2673 _.dy = dy = m.f;
3001 out.dy = this.f;
3045 return (s.dx || s.dy ? "t" + [s.dx, s.dy] : E) +
6418 dy: 0, property in AnonymousFunctionaefe14e8e700._
6545 dy = +dy || 0;
7200 dy: m.y(dx, dy)
7223 dy = c.dy;
7572 dy: 0, property in AnonymousFunctionaefe14e811100._
7661 dy = +dy || 0;
[all …]
/plugin/advrack/
H A Draphael.js2593 dy = 0,
2673 _.dy = dy = m.f;
3001 out.dy = this.f;
3045 return (s.dx || s.dy ? "t" + [s.dx, s.dy] : E) +
6424 dy: 0, property in AnonymousFunctionfecc8d70e700._
6551 dy = +dy || 0;
7206 dy: m.y(dx, dy)
7229 dy = c.dy;
7578 dy: 0, property in AnonymousFunctionfecc8d7011100._
7667 dy = +dy || 0;
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js133 mxAsyncCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) {}; argument
/plugin/amcharts/assets/amcharts/
H A Dxy.js10 …on(){this.zoomOutValueAxes()},drawPlotArea:function(){var a=this.dx,b=this.dy,c=this.marginLeftRea…
13dy=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180));this.d3x=Math.round(this.columnSpaci…
15 …Height-1;a.x=this.marginLeftReal;a.y=this.marginTopReal;a.dx=this.dx;a.dy=this.dy},updateChartCurs…
17 …s.marginTopReal,d=this.marginLeftReal,e=a.scrollbarHeight,h=this.dx,f=this.dy,k=a.offset;"top"==a.…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js13dy?c+t.height+2*n:0)+"px"}else i.style.top="20px",1==t.dx?(i.style.right="auto",i.style.left="-300…

123456789