Searched refs:_timeout (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/taglibs/cache/
H A DCacheTag.java91 private int _timeout = Constants.DEFAULT_JSP_CACHE_TIMEOUT; field in class:CacheTag
156 _logger.fine("CacheTag["+ _key +"]: Timeout = "+ _timeout);
227 CacheEntry entry = new CacheEntry(content, _timeout);
252 _timeout = Constants.DEFAULT_JSP_CACHE_TIMEOUT;
284 _timeout = Integer.parseInt(timeout);
294 _timeout = Integer.parseInt(timeout.substring(0, i));
299 case 's' : _timeout *= SECOND;
301 case 'm' : _timeout *= MINUTE;
303 case 'h' : _timeout *= HOUR;
305 case 'd' : _timeout *
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Ddragdrop.js151 this._timeout = setTimeout(function() {
152 Draggables._timeout = null;
178 if(this._timeout) {
179 clearTimeout(this._timeout);
180 this._timeout = null;
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Ddragdrop.js154 this._timeout = setTimeout(function() {
155 Draggables._timeout = null;
181 if(this._timeout) {
182 clearTimeout(this._timeout);
183 this._timeout = null;

Completed in 16 milliseconds