Lines Matching refs:B

1731 return"<img src='"+A+"' style=\""+B+'" />';
1734 SimileAjax.Graphics.setOpacity=function(B,A){if(SimileAjax.Platform.browser.isIE){B.style.filter="p… argument
1736 B.style.opacity=C;
1737 B.style.MozOpacity=C;
1740 SimileAjax.Graphics.createBubbleForContentAndPoint=function(F,E,C,B,D,A){if(typeof B!="number"){B=3… argument
1745 F.style.width=B+"px";
1766 SimileAjax.Graphics.createBubbleForPoint=function(B,A,J,N,F){J=parseInt(J,10); argument
1821 if(B-V-E.borderGraphicSize-E.extraPadding>0&&B+V+E.borderGraphicSize+E.extraPadding<T){var X=B-Math…
1822 X=B<(T/2)?Math.max(X,E.extraPadding+E.borderGraphicSize):Math.min(X,T-E.extraPadding-E.borderGraphi…
1824 S.style.left=(B-V-X)+"px";
1829 S.style.left=(B-V-X)+"px";
1835 if((F&&F=="left")||(!F&&(B-E.arrowGraphicTargetOffset-J-E.borderGraphicSize-E.extraPadding>0))){var…
1838 H.style.left=(B-E.arrowGraphicTargetOffset-J)+"px";
1842 H.style.left=(B+E.arrowGraphicTargetOffset)+"px";
1865 var B=H.createElement("div");
1866 B.style.background="url("+SimileAjax.urlPrefix+"images/message-right.png) top right repeat-y";
1867 B.style.paddingRight="44px";
1868 F.appendChild(B);
1870 B.appendChild(C);
1888 SimileAjax.Graphics.createAnimation=function(B,E,D,C,A){return new SimileAjax.Graphics._Animation(B argument
1890 SimileAjax.Graphics._Animation=function(B,E,D,C,A){this.f=B; argument
1905 var B=-Math.cos(A*Math.PI)/2+0.5;
1906 var D=B*(this.to-this.from)+this.from;
1913 SimileAjax.Graphics.createStructuredDataCopyButton=function(F,B,D,E){var G=document.createElement("… argument
1916 G.style.width=B+"px";
1927 C.style.width=B+"px";
1935 SimileAjax.Graphics.getWidthHeight=function(C){var A,B;
1937 B=C.offsetHeight;
1940 B=Math.ceil(D.bottom-D.top);
1941 }return{width:A,height:B};
1943 …ax.Graphics.getFontRenderingContext=function(A,B){return new SimileAjax.Graphics._FontRenderingCon… argument
1945 SimileAjax.Graphics._FontRenderingContext=function(A,B){this._elmt=A; argument
1947 if(typeof B=="string"){this._elmt.style.width=B;
1948 }else{if(typeof B=="number"){this._elmt.style.width=B+"px";
1955 SimileAjax.Graphics._FontRenderingContext.prototype.computeSize=function(D,B){var C=this._elmt; argument
1957 C.className=B===undefined?"":B;
2002 }catch(B){var D=SimileAjax.History.formatHistoryEntryTitle(A.label);
2004 }}}catch(B){SimileAjax.Debug.exception(B,"Error adding action {"+A.label+"} to history");
2007 SimileAjax.History.addLengthyAction=function(B,A,C){SimileAjax.History.addAction({perform:B,undo:A,… argument
2009 SimileAjax.History._handleIFrameOnLoad=function(){try{var B=SimileAjax.History._iframe.contentWindo…
2010 var F=(B.length==0)?0:Math.max(0,parseInt(B.substr(1)));
2039 }catch(B){return null;
2043 }catch(B){return null;
2305 var B=/&(\w+?);/;
2306 while(B.test(C)){var A=C.match(B);
2307 C=C.replace(B,D[A[1]]);
2366 while(F<C.length-1){var B=C.indexOf("%",F);
2367 if(B<0||B==C.length-1){break;
2368 }else{if(B>F&&C.charAt(B-1)=="\\"){D+=C.substring(F,B-1)+"%";
2369 F=B+1;
2370 }else{var E=parseInt(C.charAt(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;
2394 SimileAjax.NativeDateUnit.compare=function(D,C){var B,A;
2395 if(typeof D=="object"){B=D.getTime();
2396 }else{B=Number(D);
2399 }return B-A;
2401 SimileAjax.NativeDateUnit.earlier=function(B,A){return SimileAjax.NativeDateUnit.compare(B,A)<0?B:A; argument
2403 SimileAjax.NativeDateUnit.later=function(B,A){return SimileAjax.NativeDateUnit.compare(B,A)>0?B:A; argument
2405 SimileAjax.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B); argument
2428 …registerEventWithObject=function(D,A,E,B,C){SimileAjax.WindowManager.registerEvent(D,A,function(G,… argument
2431 SimileAjax.WindowManager.registerEvent=function(D,B,E,C){if(C==null){C=SimileAjax.WindowManager.get… argument
2438 SimileAjax.DOM.registerEvent(D,B,A);
2440 …dowManager.pushLayer=function(C,D,B){var A={onPop:C,index:SimileAjax.WindowManager._layers.length,… argument
2444 SimileAjax.WindowManager.popLayer=function(B){for(var A=1; argument
2446 A++){if(SimileAjax.WindowManager._layers[A]==B){SimileAjax.WindowManager._popToLayer(A-1);
2451 …imileAjax.WindowManager.registerForDragging=function(B,C,A){SimileAjax.WindowManager.registerEvent… argument
2456 }}catch(B){}}};
2457 SimileAjax.WindowManager._canProcessEventAtLayer=function(B){if(B.index==(SimileAjax.WindowManager.… argument
2458 }for(var A=B.index+1;
2467 var B=SimileAjax.DOM.getPageCoordinates(C);
2468 if(F.x>=B.left&&F.x<(B.left+C.offsetWidth)&&F.y>=B.top&&F.y<(B.top+C.offsetHeight)){break;
2472 SimileAjax.WindowManager._onBodyMouseDown=function(B,A,C){if(!("eventPhase" in A)||A.eventPhase==A.… argument
2474 SimileAjax.WindowManager._handleMouseDown=function(B,A,C){SimileAjax.WindowManager._draggedElement= argument
2482 var B=SimileAjax.Graphics.createTranslucentImage(SimileAjax.urlPrefix+"images/copy.png");
2483 B.style.position="absolute";
2484 B.style.left=(SimileAjax.WindowManager._ghostCoords.left-16)+"px";
2485 B.style.top=(SimileAjax.WindowManager._ghostCoords.top)+"px";
2486 document.body.appendChild(B);
2487 SimileAjax.WindowManager._draggingModeIndicatorElmt=B;
2489 SimileAjax.WindowManager._onBodyKeyUp=function(B,A,C){if(SimileAjax.WindowManager._dragging){if(A.k… argument
2493 SimileAjax.WindowManager._onBodyMouseMove=function(C,M,B){if(SimileAjax.WindowManager._draggedEleme… argument
2526 var B=SimileAjax.DOM.hittest(N.x,N.y,[SimileAjax.WindowManager._ghostElmt,SimileAjax.WindowManager.…
2527 B=SimileAjax.WindowManager._findDropTarget(B);
2528 if(B!=SimileAjax.WindowManager._potentialDropTarget){if(SimileAjax.WindowManager._dropTargetHighlig…
2532 if(B!=null){if((!("canDropOn" in L)||L.canDropOn(B))&&(!("canDrop" in B)||B.canDrop(SimileAjax.Wind…
2534 var D=SimileAjax.DOM.getPageCoordinates(B);
2541 F.style.width=(B.offsetWidth-E*2)+"px";
2542 F.style.height=(B.offsetHeight-E*2)+"px";
2545 SimileAjax.WindowManager._potentialDropTarget=B;
2552 SimileAjax.WindowManager._onBodyMouseUp=function(B,A,E){if(SimileAjax.WindowManager._draggedElement… argument
2564 if("_ghostElmt" in A){var B=A._ghostElmt;
2565 document.body.removeChild(B);
2588 …mlHttp._onReadyStateChange=function(A,D,B){switch(A.readyState){case 4:try{if(A.status==0||A.statu… argument
2593 SimileAjax.XmlHttp._createRequest=function(){if(SimileAjax.Platform.browser.isIE){var B=["Msxml2.XM…
2595 C<B.length;
2596 C++){try{var A=B[C];
2609 SimileAjax.XmlHttp.get=function(B,D,C){var A=SimileAjax.XmlHttp._createRequest(); argument
2610 A.open("GET",B,true);
2615 SimileAjax.XmlHttp.post=function(C,A,E,D){var B=SimileAjax.XmlHttp._createRequest();
2616 B.open("POST",C,true);
2617 B.onreadystatechange=function(){SimileAjax.XmlHttp._onReadyStateChange(B,E,D);
2619 B.send(A);
2622 }catch(B){A.setrequestheader("Content-Type","text/xml");