Home
last modified time | relevance | path

Searched refs:mouseY (Results 1 – 11 of 11) sorted by relevance

/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js46 mouseY = 0;
79 mouseY = event.clientY;
173 if( mouseY < rangeY ) {
174 window.scroll( scrollOffset.x, scrollOffset.y - ( 1 - ( mouseY / rangeY ) ) * ( 14 / level ) );
177 else if( mouseY > window.innerHeight - rangeY ) {
178 …window.scroll( scrollOffset.x, scrollOffset.y + ( 1 - ( window.innerHeight - mouseY ) / rangeY ) *…
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js309 var mouseY = evt.clientY ;
314 mouseY -= offset.y ;
335 { "x" : mouseX, "y" : mouseY } ) ;
350 …lTuple = this._GetBorderCells( FCK.EditorWindow, node, tableMap, { "x" : mouseX, "y" : mouseY } ) ;
365 { "x" : mouseX, "y" : mouseY } ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js309 var mouseY = evt.clientY ;
314 mouseY -= offset.y ;
335 { "x" : mouseX, "y" : mouseY } ) ;
350 …lTuple = this._GetBorderCells( FCK.EditorWindow, node, tableMap, { "x" : mouseX, "y" : mouseY } ) ;
365 { "x" : mouseX, "y" : mouseY } ) ;
/plugin/aimg/
H A Dscript.js281 mouseX: 0, mouseY: 0, // Current mouse position, recorded live. property in DragResize.props
426 mouseY = e.pageY || e.clientY + document.documentElement.scrollTop;
430 var diffY = mouseY - lastMouseY + mOffY;
434 lastMouseY = mouseY;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js122mouseY;this.touchStartTime=(new Date).getTime()},handleDocTouchEnd:function(){-.5<this.tmx&&this.t…
131 …is.mouseX=Math.min(b,e),this.mouse2X=Math.max(b,e));isNaN(d)?this.mouseY=c:(this.mouseY=Math.min(c…
207 …update:function(){var a=this.chart,b=a.mouseX-this.x,c=a.mouseY-this.y;this.mouseX=b;this.mouseY=c…
209 ….line(this.container,[this.drawStartX,this.mouseX],[this.drawStartY,this.mouseY],this.cursorColor,…
212 …ine:function(a,b){if(!isNaN(a)){if(isNaN(this.prevLineY)){var c=0,e=this.mouseY;if(this.limitToGra…
217mouseY,this.mouse2X0=this.mouse2X,this.mouse2Y0=this.mouse2Y,this.drawing)this.drawStartY=this.mou…
218mouseY/this.height;this.index0=a.index=this.index;this.timestamp0=this.timestamp;this.fire(a)}},re…
220 ….mouseX/this.width,m=!0);this.vZoomEnabled&&4<Math.abs(this.mouseY0-this.mouseY)&&(b.startY=1-this…
221 this.height,b.endY=1-this.mouseY/this.height,m=!0);m&&(this.prevY=this.prevX=NaN,this.fire(b),"sele…
222 …r a=d.roundTo((this.mouseX-this.mouseX0)/this.width,3),b=d.roundTo((this.mouseY-this.mouseY0)/this…
[all …]
H A Dserial.js57 …nAt&&(k=0);"bottom"==f.showBalloonAt&&(k=this.height);var p=b.mouseX,n=b.mouseY;k=this.rotate?Math…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2mouseY:e}),b.renderGuideLine(null),void c.hidden(!0)}c.hidden(!1);var l=g.invert(d);h.elementMouse…
3mouseY),p=Math.abs(b.yScale().domain()[0]-b.yScale().domain()[1]),q=.03*p,r=a.nearestValueIndex(j.…
4 …var o=g.tickFormat()(c.x()(d,e));j.tooltip.position({left:i+l.left,top:b.mouseY+l.top}).chartConta…
5mouseY),p=Math.abs(b.yScale().domain()[0]-b.yScale().domain()[1]),q=.03*p,r=a.nearestValueIndex(n.…
8mouseY),n=null;i.forEach(function(a,b){m=Math.abs(m);var c=Math.abs(a.stackedValue.y0),d=Math.abs(…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:(function…
H A Dvorbis.js2mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:(function…
H A Dopus.js2mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:(function…
/plugin/processing/
H A Dscript.js1042 p.mouseY = 0;
11376 p.pmouseY = p.mouseY;
11395 p.mouseY = e.pageY - offsetY;