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

/lucene-3.6.0/solr/core/src/java/org/apache/solr/update/
H A DCommitTracker.java84 pending.cancel(true);
116 // so lets try to cancel the existing one first.
117 boolean canceled = pending.cancel(false);
119 // It looks like we can't cancel... it must have just started running!
123 // log.info("###returning since cancel failed");
164 /** Inform tracker that a rollback has occurred, cancel any pending commits */
168 pending.cancel(false);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/servlet/
H A DLogLevelSelection.java74 out.write("<input type='submit' name='submit' value='cancel' " +
143 out.write("<input type='submit' name='submit' value='cancel' " +
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/component/
H A DHttpShardHandler.java181 future.cancel(true);
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Deffects.js293 this.cancel();
324 cancel: function() {
351 effect.cancel();
514 if(this.element.getStyle('display')=='none') { this.cancel(); return; }
H A Dcontrols.js480 cancelText: "cancel",
728 this.effect.cancel();

Completed in 499 milliseconds