Home
last modified time | relevance | path

Searched refs:dx (Results 201 – 220 of 220) sorted by path

123456789

/plugin/publistx/template/
H A Ddokuwiki_kmh.tpl4 …her@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?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]]@…
/plugin/refnotes/
H A Dscript.js56 move(event, dx, dy) { argument
60 offset : dx + ' ' + dy,
/plugin/revealjs/
H A Dexample_presentation.dokuwiki252 Inline math: $\int f dx$
256 \int f dx
/plugin/revealjs/js/
H A Dreveal.js1735 var dx = a.x - b.x,
1738 return Math.sqrt( dx*dx + dy*dy );
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2237 dx = 0,
2317 _.dx = dx = m.e;
2321 _.bbox.x += +dx;
2645 out.dx = this.e;
2690 return (s.dx || s.dy ? "t" + [s.dx, s.dy] : E) +
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 …]
H A Draphael.vml.js66 dx: m.x(dx, dy),
67 dy: m.y(dx, dy)
89 dx = c.dx;
438 dx: 0, property in AnonymousFunctionc81a058c0c00._
480 dx = bb.x - bbt.x,
526 dx = Str(dx).split(separator);
527 if (dx.length - 1) {
528 dy = toFloat(dx[1]);
530 dx = toFloat(dx[0]) || 0;
533 this._.bbox.x += dx;
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1dx=i=u.e,h.dy=n=u.f,1==o&&1==l&&!s&&h.bbox?(h.bbox.x+=+i,h.bbox.y+=+n):h.dirtyT=1}),Nt=function(t)… property in e._
H A Draphael.no-deps.min.js1dx=i=u.e,h.dy=n=u.f,1==o&&1==l&&!s&&h.bbox?(h.bbox.x+=+i,h.bbox.y+=+n):h.dirtyT=1}),Nt=function(t)… property in e._
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js20dx=this.e,b.dy=this.f;var c=[[this.a,this.c],[this.b,this.d]];b.scalex=e.sqrt(g(c[0])),h(c[0]),b.s…
21dx:b,dy:c,blur:d,opacity:f})},a.filter.shadow.toString=function(){return this()},a.filter.grayscal…
H A Dsnap.svg.js1238 var dx = p.x - x,
1240 return dx * dx + dy * dy;
3851 out.dx = this.e;
3900 return (s.dx || s.dy ? "t" + [+s.dx.toFixed(4), +s.dy.toFixed(4)] : E) +
7899 if (dx == null) {
7900 dx = 0;
7904 dy = dx;
7909 dx: dx,
8123 out.dx = 0;
8127 out.dx = 0;
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js398 if(0 < i && !("dx" in p))
441 if("dx" in p && "dy" in p && hitRect(pointHandle(p.dx, p.dy), mx - offset.x, my - offset.y)){
559 var dx = mx - movebase[0];
565 pt.x += dx;
569 pt.cx += dx, pt.cy += dy;
570 if("dx" in pt && "dy" in pt)
571 pt.dx += dx, pt.dy += dy;
597 var props = ["x", "cx", "dx"];
661 relmove(name, idx, dx, dy) global() argument
[all...]
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js499 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
501 var distance = Math.sqrt( dx * dx + dy * dy );
558 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
560 var distance = Math.sqrt( dx * dx + dy * dy );
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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1dx","dy","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout…
/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==…
H A Ddhtmlxgantt_quick_info.js.map1dx","top","dy","$root","getTask","css","template","start_date","end_date","_quick_info_readonly","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js21496 var dx = void 0;
21507 cell.setSize(dx, dy);
22928 var dx = pt.e_x - pt.x;
22929 if(!dx && !dy){
23229 var dx = pt.e_x - pt.x;
23255 dx -= shiftX;
23259 dx -= 2 * shiftX;
23284 dx += shiftX;
23288 dx += 2 * shiftX;
25749 var dx = oldPos.x - newPos.x,
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js253 …qi.style.left = Math.min(Math.max(scrolls.x, pos.left - pos.dx*(width - pos.width)), screenWidth) …
257 if (pos.dx == 1){
272 qi.className += " gantt_qi_"+(pos.dx == 1 ? "left" : "right");
388 var dx = (left + domEv.offsetWidth/2) - scroll.x > (gantt.$container.offsetWidth/2) ? 1 : 0;
391 return { left:left, top:top, dx:dx, dy:dy,

123456789