Home
last modified time | relevance | path

Searched refs:dx (Results 26 – 50 of 220) sorted by relevance

123456789

/plugin/stlviewer/stlviewer/
H A DTrackballControls.js508 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
510 _touchZoomDistanceEnd = _touchZoomDistanceStart = Math.sqrt( dx * dx + dy * dy );
539 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
541 _touchZoomDistanceEnd = Math.sqrt( dx * dx + dy * dy );
/plugin/abc2/abc-libraries/abc2svg/
H A Dclair-1.js7 var i,m,hl,dx=s.grace?4:[4.7,5,6,7.2,7.5][s.head]*1.4,p_st=this.get_staff_tb()[s.st]
12 this.set_hl(p_st,hl[i],s.x,-dx,dx)}},draw_keysig:function(of,x,s){if(!s.p_v.clair){of(x,s)
H A Dabc2svg-1.js131 function d_arp(de){var m,h,dx,s=de.s,dd=de.dd,xc=5
132 if(s.type==C.NOTE){for(m=0;m<=s.nhd;m++){if(s.notes[m].acc){dx=5+s.notes[m].shac}else{dx=6-s.notes[m].shhd
133 switch(s.head){case C.SQUARE:dx+=3.5
135 case C.OVALBARS:case C.OVAL:dx+=2
137 if(dx>xc)
138 xc=dx}}
144 var s,dd,dd2,up,x,dx,x2,i,s2=de.s,de2=de.start,de2_prev,de_next;s=de2.s;x=s.x+3;i=de2.ix
153 if(de.defl.noen){dx=de.x-x
154 if(dx<2
401 deco_update(s,dx) global() argument
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/dx/
H A Dcli.php6 use dokuwiki\plugin\dx\src\Standardize;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js167 dx,
193 dx = 1;
200 refX = dx = w / 2;
254 var delta = dx * (type != "diamond" && type != "oval");
693 dx: 0, property in AnonymousFunctionc1baaa4d0900._
812 elproto.translate = function (dx, dy) { argument
816 dx = Str(dx).split(separator);
817 if (dx.length - 1) {
818 dy = toFloat(dx[1]);
820 dx = toFloat(dx[0]) || 0;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
521 dx = (state2.getCenterX() - state1.getCenterX()) / graph.view.scale;
734 var dx = 0;
752 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width,
768 dx = 0;
803 graph.moveCells(subtree, ((after) ? 1 : -1) * dx, ((after) ? 1 : -1) * dy);
859 var dx = cell.geometry.width + level;
864 dx = 0;
868 dx = 0;
873 dx = -dx;
[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
648 $this->wrapped[1] += $dx;
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);
357 $this->_current_x += $dx;
363 $this->content[$i]->offset($dx, $dy);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js13dx*(a-t.width)),f)+"px",i.style.top=t.top-(t.dy?c+t.height+2*n:0)+"px"}else i.style.top="20px",1==…
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php719 $dx = max($widthDim[2], $widthDim[4]) - min($widthDim[0], $widthDim[6]) + ceil($size / 8);
721 $img = imagecreate(max($dx, 1), max($dy, 1));
724 imagefilledrectangle($img, 0, 0, $dx, $dy, $white);
756 $dx = max($widthDim[2], $widthDim[4]) - min($widthDim[0], $widthDim[6]) + ceil($size / 8);
758 $img = imagecreate(max($dx, 1), max($dy, 1));
761 imagefilledrectangle($img, 0, 0, $dx, $dy, $white);
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js1871 var dx = pe.x - p0.x;
1878 dx = pe.x - p0.x;
1881 var dist = Math.sqrt(dx * dx + dy * dy);
1882 var nx = dx / dist;
1899 var dx = pe.x - p1x;
1901 var dist = Math.sqrt(dx * dx + dy * dy);
1902 var nx = dx / dist;
1932 var dx = pe.x - p0.x;
1939 dx = pe.x - p0.x;
1942 var dist = Math.sqrt(dx * dx + dy * dy);
[all …]
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …r@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
H A Ddokuwiki_single.tpl2 …her@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
H A Ddokuwiki_kmh.tpl4 …her@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …r@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
H A Ddokuwiki_single.tpl2 …her@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
H A Ddokuwiki_kmh.tpl4 …her@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@…
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js1483 this.dx = 0.5;
1513 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
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);
1579 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th…
1581 return new mxPoint(bounds.x + dx, bounds.y + bounds.height);
1592 …return new mxPoint(bounds.x + parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)), bound…
/plugin/dx/_test/
H A DGeneralTest.php5 namespace dokuwiki\plugin\dx\test;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3940 var dx = t.x * s;
6070 geo.x += dx;
6706 var dist = dx * dx + dy * dy;
6728 var dist = dx * dx + dy * dy;
7526 dx = (dx != null) ? dx : 0;
7590 dx = this.snap(dx);
8962 dx = Math.max(dx, layout.x * page.width);
11991 dx = 0;
12002 dx = 0;
12605 dx = this.graph.snap(dx);
[all …]
H A DEditorUi.js1560 if (dx > 0)
2060 dx = Math.max(dx, 0);
2666 var dx = pad.x - pages.x * size.width;
2680 graph.view.setTranslate(dx, dy);
2765 var dx = 0;
4221 result = result + dx - this.footerHeight;
4262 var next = (last != null) ? last - dx : 0;
5203 var dx = 0;
5208 dx = -stepSize;
5216 dx = stepSize;
[all …]
/plugin/dx/src/
H A DStandardize.php5 namespace dokuwiki\plugin\dx\src;
/plugin/diagramsnet/lib/plugins/
H A Dsql.js48 var dx = 0;
347 dx = 0;
554 tableCell = new mxCell(tableModel.Name, new mxGeometry(dx, 0, maxNameLenght, 26),
575 dx += tableCell.geometry.width + 40;
/plugin/callflow/
H A Draphael.js2672 _.dx = dx = m.e;
3045 return (s.dx || s.dy ? "t" + [s.dx, s.dy] : E) +
5911 dx,
6417 dx: 0, property in AnonymousFunctionaefe14e8e700._
6540 dx = Str(dx).split(separator);
6544 dx = toFloat(dx[0]) || 0;
7199 dx: m.x(dx, dy),
7222 dx = c.dx;
7571 dx: 0, property in AnonymousFunctionaefe14e811100._
7656 dx = Str(dx).split(separator);
[all …]
/plugin/advrack/
H A Draphael.js2672 _.dx = dx = m.e;
3045 return (s.dx || s.dy ? "t" + [s.dx, s.dy] : E) +
5910 dx,
6423 dx: 0, property in AnonymousFunctionfecc8d70e700._
6546 dx = Str(dx).split(separator);
6550 dx = toFloat(dx[0]) || 0;
7205 dx: m.x(dx, dy),
7228 dx = c.dx;
7577 dx: 0, property in AnonymousFunctionfecc8d7011100._
7662 dx = Str(dx).split(separator);
[all …]

123456789