Searched refs:posy (Results 1 – 9 of 9) sorted by relevance
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | mousepos.js | 15 var posy = 0; 18 posy = e.pageY; 21 posy = e.clientY + document.body.scrollTop 24 return posy;
|
| /plugin/embedover/ |
| D | script.js | 24 if (e.pageX || e.pageY) { posy = e.pageY; } 25 …else if (e.clientX || e.clientY) { posy = e.clientY + document.body.scrollTop + document.docum… 26 document.getElementById("embedover_div" ).style.top = posy;
|
| /plugin/panoview/ |
| H A D | script.js | 374 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y; 403 if (tile.posy > this.height) { 408 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y; 409 } while (tile.posy > this.height); 411 if (tile.posy + this.tileSize < 0) { 418 while (tile.posy < -this.tileSize) { 420 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y; 423 if (tile.posy > this.height) { 431 tile.element.style.top = tile.posy + 'px'; 441 tile.element.style.top = tile.posy + 'px';
|
| /plugin/chat/ |
| D | script.js | 39 var posy = 0; 51 posy = e.pageY; 56 posy = e.clientY + self.document.body.scrollTop; 61 if ((posx == 0 && posy == 0) || posx != self.lastmousex || posy != self.lastmousey) { 75 self.lastmousey = posy;
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 2034 (posy-dy).toFixed(1)+') '+'scale('+p_staff.staffscale.toFixed(2)+')"'}} 5310 case"mc_start":multicol={posy:posy,maxy:posy,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin} property 5314 if(posy>multicol.maxy) 5315 multicol.maxy=posy 5320 posy=multicol.posy 5324 if(posy<multicol.maxy) 5325 posy=multicol.maxy 7167 …black;outline-offset: 1px}',font_style='',posx=cfmt.leftmargin/cfmt.scale,posy=0,img={width:cfmt.p… 7217 (posy-stv_g.dy).toFixed(1)+') scale('+stv_g.scale.toFixed(2)+')"'} 7231 dy=posy [all …]
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …posy,o),s=4;if(l){u=9,c>0&&(u+=4);switch(f){case C.SQUARE:u+=3;break;case C.OVALBARS:case C.OVAL:u… property
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …posy: ev.posy\n };\n}\nexport class GlobalMouseMoveMonitor {\n constructor() {\n this…
|
| D | bundle.js | 396 …posy-1,height:2}),this.showContextMenu(t)}showContextMenu(e){if(!this._editor.getOption(15))return…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 396 …posy-1,height:2}),this.showContextMenu(t)}showContextMenu(e){if(!this._editor.getOption(15))return…
|