Home
last modified time | relevance | path

Searched +defs:clip +defs:y (Results 1 – 2 of 2) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js482 var coords={x:0,y:0}; property
515 }}}var coords={x:0,y:0}; property
564 this.move=function(element,x,y){element.style.left=x+"px"; argument
1357 …s"],bottom:["auto"],"caption-side":["captionSide"],clear:["clear","none"],clip:["auto"],color:["co… property
1439 FBL.pixelsPerInch={x:inch.offsetWidth,y:inch.offsetHeight}; property
1734 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1964 },show:function(x,y){this.initialize(); argument
2145 },getElementFromPoint:function(x,y){if(shouldFixElementFromPoint){var scroll=this.getWindowScrollPo… argument
4733 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property
6689 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
[all …]
/template/codowik/js/
Dlayout.js98 , clip: {} property
5970 function calc (x,y) { return (parseInt(x,10) / parseInt(y,10) * 100).toFixed(); } argument