Searched refs:stop (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DManagementMBean.java38 public void stop(); method in interface:ManagementMBean
H A DManagement.java137 public void stop() { method in class:Management
139 //WrapperManager.stop(0);
/opengrok-sun/web/polished/
H A Dstyle.css54 color-stop(0.70, #ffffff),
55 color-stop(1, #e6e6e6)
68 color-stop(0.70, #fdfdfd),
69 color-stop(1, #e0e0e0)
109 color-stop(0.70, #ffffff),
110 color-stop(1, #e6e6e6)
727 color-stop(0.70, #ffffff),
728 color-stop(1, #e6e6e6)
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java477 long stop = System.currentTimeMillis();
479 new Object[]{path, String.valueOf(stop - start)});
/opengrok-sun/web/
H A Djquery-1.4.4.min.js150 1)/J.cur()*I;c.style(x,A,I+g)}if(w[1])L=(w[1]==="-="?-1:1)*L+I;J.custom(I,L,g)}else J.custom(I,C,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b,
156 c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},interval:13,stop:function(){clearInterval(ba);ba=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===

Completed in 19 milliseconds