Lines Matching refs:G
1749 var G=0;
1751 G=H-25;
1757 if(G>0){var K=document.createElement("div");
1759 K.style.width=G+"px";
1792 var G=function(T){var S=document.createElement("div"); function
1796 G("top-left");
1797 G("top-right");
1798 G("bottom-left");
1799 G("bottom-right");
1800 G("left");
1801 G("right");
1802 G("top");
1803 G("bottom");
1851 SimileAjax.Graphics.createMessageBubble=function(H){var G=H.createElement("div");
1856 G.appendChild(I);
1864 G.appendChild(F);
1875 G.appendChild(E);
1880 }else{G.style.border="2px solid #7777AA";
1881 G.style.padding="20px";
1882 G.style.background="white";
1883 SimileAjax.Graphics.setOpacity(G,90);
1885 G.appendChild(C);
1886 }return{containerDiv:G,contentDiv:C};
1913 SimileAjax.Graphics.createStructuredDataCopyButton=function(F,B,D,E){var G=document.createElement("…
1914 G.style.position="relative";
1915 G.style.display="inline";
1916 G.style.width=B+"px";
1917 G.style.height=D+"px";
1918 G.style.overflow="hidden";
1919 G.style.margin="2px";
1920 if(SimileAjax.Graphics.pngIsTranslucent){G.style.background="url("+F+") no-repeat";
1921 }else{G.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+F+"', sizingMethod=…
1925 }G.innerHTML="<textarea rows='1' autocomplete='off' value='none' style='"+A+"' />";
1926 var C=G.firstChild;
1933 return G;
2011 var D=function(){var G=F-SimileAjax.History._currentIndex;
2012 SimileAjax.History._currentIndex+=G;
2013 SimileAjax.History._baseIndex+=G;
2018 var G=SimileAjax.History._actions[SimileAjax.History._currentIndex-SimileAjax.History._baseIndex];
2019 try{G.undo();
2020 }catch(H){SimileAjax.Debug.exception(H,"History: Failed to undo action {"+G.label+"}");
2025 …Index-SimileAjax.History._baseIndex<SimileAjax.History._actions.length){var G=SimileAjax.History._…
2026 try{G.perform();
2027 }catch(H){SimileAjax.Debug.exception(H,"History: Failed to redo action {"+G.label+"}");
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);
2494 var G=SimileAjax.WindowManager._lastCoords;
2495 var J=M.clientX-G.x;
2496 var I=M.clientY-G.y;