Lines Matching refs:F

1740 SimileAjax.Graphics.createBubbleForContentAndPoint=function(F,E,C,B,D,A){if(typeof B!="number"){B=3…  argument
1742 }F.style.position="absolute";
1743 F.style.left="-5000px";
1744 F.style.top="0px";
1745 F.style.width=B+"px";
1746 document.body.appendChild(F);
1747 window.setTimeout(function(){var H=F.scrollWidth+10;
1748 var J=F.scrollHeight+10;
1753 document.body.removeChild(F);
1754 F.style.position="static";
1755 F.style.left="";
1756 F.style.top="";
1758 F.style.width="";
1760 K.appendChild(F);
1762 }else{F.style.width=H+"px";
1763 I.content.appendChild(F);
1766 SimileAjax.Graphics.createBubbleForPoint=function(B,A,J,N,F){J=parseInt(J,10); argument
1823 if((F&&F=="top")||(!F&&(A-E.arrowGraphicTargetOffset-N-E.borderGraphicSize-E.extraPadding>0))){var …
1828 }else{if((F&&F=="bottom")||(!F&&(A+E.arrowGraphicTargetOffset+N+E.borderGraphicSize+E.extraPadding<…
1835 if((F&&F=="left")||(!F&&(B-E.arrowGraphicTargetOffset-J-E.borderGraphicSize-E.extraPadding>0))){var…
1861 var F=H.createElement("div");
1862 F.style.background="url("+SimileAjax.urlPrefix+"images/message-left.png) top left repeat-y";
1863 F.style.paddingLeft="44px";
1864 G.appendChild(F);
1868 F.appendChild(B);
1913 SimileAjax.Graphics.createStructuredDataCopyButton=function(F,B,D,E){var G=document.createElement("… argument
1920 if(SimileAjax.Graphics.pngIsTranslucent){G.style.background="url("+F+") no-repeat";
1921 }else{G.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+F+"', sizingMethod=…
2010 var F=(B.length==0)?0:Math.max(0,parseInt(B.substr(1)));
2011 var D=function(){var G=F-SimileAjax.History._currentIndex;
2014 SimileAjax.History._iframe.contentWindow.location.search="?"+F;
2016 if(F<SimileAjax.History._currentIndex){SimileAjax.History._listeners.fire("onBeforeUndoSeveral",[]);
2017 window.setTimeout(function(){while(SimileAjax.History._currentIndex>F&&SimileAjax.History._currentI…
2024 }else{if(F>SimileAjax.History._currentIndex){SimileAjax.History._listeners.fire("onBeforeRedoSevera…
2025 window.setTimeout(function(){while(SimileAjax.History._currentIndex<F&&SimileAjax.History._currentI…
2365 var F=0;
2366 while(F<C.length-1){var B=C.indexOf("%",F);
2368 }else{if(B>F&&C.charAt(B-1)=="\\"){D+=C.substring(F,B-1)+"%";
2369 F=B+1;
2371 if(isNaN(E)||E>=A.length){D+=C.substring(F,B+2);
2372 }else{D+=C.substring(F,B)+A[E].toString();
2373 }F=B+2;
2374 }}}if(F<C.length){D+=C.substring(F);
2428 …on(D,A,E,B,C){SimileAjax.WindowManager.registerEvent(D,A,function(G,F,H){return E[B].call(E,G,F,H); argument
2432 }var A=function(G,F,I){if(SimileAjax.WindowManager._canProcessEventAtLayer(C)){SimileAjax.WindowMan… argument
2433 try{E(G,F,I);
2435 }}SimileAjax.DOM.cancelEvent(F);
2451 …on(B,C,A){SimileAjax.WindowManager.registerEvent(B,"mousedown",function(E,D,F){SimileAjax.WindowMa… argument
2463 SimileAjax.WindowManager.cancelPopups=function(A){var F=(A)?SimileAjax.DOM.getEventPageCoordinates(…
2468 if(F.x>=B.left&&F.x<(B.left+C.offsetWidth)&&F.y>=B.top&&F.y<(B.top+C.offsetHeight)){break;
2535 var F=document.createElement("div");
2536 F.style.border=E+"px solid yellow";
2537 F.style.backgroundColor="yellow";
2538 F.style.position="absolute";
2539 F.style.left=D.left+"px";
2540 F.style.top=D.top+"px";
2541 F.style.width=(B.offsetWidth-E*2)+"px";
2542 F.style.height=(B.offsetHeight-E*2)+"px";
2543 SimileAjax.Graphics.setOpacity(F,30);
2544 document.body.appendChild(F);
2546 SimileAjax.WindowManager._dropTargetHighlightElement=F;
2599 var F=D();
2601 return F;
2604 var F=D();
2606 return F;