Searched defs:onTimerEvent (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dcontrols.js826 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
829 onTimerEvent: function() {
H A Dprototype.js128 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
137 onTimerEvent: function() {
1042 this.onTimerEvent();
1058 this.timer = setTimeout(this.onTimerEvent.bind(this),
1062 onTimerEvent: function() {
2094 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
2097 onTimerEvent: function() {
/lucene-3.6.0/lucene/site/build/site/skin/
H A Dprototype.js86 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
89 onTimerEvent: function() {
574 this.onTimerEvent();
590 this.timer = setTimeout(this.onTimerEvent.bind(this),
594 onTimerEvent: function() {
963 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
966 onTimerEvent: function() {
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dprototype.js86 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
89 onTimerEvent: function() {
574 this.onTimerEvent();
590 this.timer = setTimeout(this.onTimerEvent.bind(this),
594 onTimerEvent: function() {
963 setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
966 onTimerEvent: function() {

Completed in 396 milliseconds