Searched refs:setup (Results 1 - 22 of 22) sorted by relevance

/lucene-3.6.0/solr/client/ruby/solr-ruby/script/
H A Dsolrshell15 setup = File.dirname(__FILE__) + '/setup'
18 exec "#{irb_name} -r #{solr_lib} -r #{setup} --simple-prompt"
/lucene-3.6.0/solr/client/ruby/flare/test/functional/
H A Dbrowse_controller_test.rb20 def setup method in class:BrowseControllerTest
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/test/
H A Dflare_context_test.rb31 def setup method in class:FlareContextTest
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dsolr_mock_base.rb20 def setup method in class:SolrMockBaseTestCase
H A Dhpricot_mapper_test.rb20 def setup method in class:HpricotMapperTest
H A Dxpath_mapper_test.rb20 def setup method in class:XPathMapperTest
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/
H A DDeleteDocTask.java54 * @see org.apache.lucene.benchmark.byTask.tasks.PerfTask#setup()
57 public void setup() throws Exception { method in class:DeleteDocTask
58 super.setup();
H A DAddDocTask.java38 * volatile data passed between setup(), doLogic(), tearDown().
39 * the doc is created at setup() and added at doLogic().
44 public void setup() throws Exception { method in class:AddDocTask
45 super.setup();
H A DAddFacetedDocTask.java50 public void setup() throws Exception { method in class:AddFacetedDocTask
51 super.setup();
H A DDeleteByPercentTask.java53 public void setup() throws Exception { method in class:DeleteByPercentTask
54 super.setup();
H A DSearchWithCollectorTask.java37 public void setup() throws Exception { method in class:SearchWithCollectorTask
38 super.setup();
H A DUpdateDocTask.java40 // volatile data passed between setup(), doLogic(), tearDown().
44 public void setup() throws Exception { method in class:UpdateDocTask
45 super.setup();
H A DPerfTask.java30 * {@link #setup()} and/or {@link #tearDown()} and place that work there. <br>
129 setup();
138 setup();
248 * Task setup work that should not be measured for that specific task. By
255 public void setup () throws Exception { method in class:PerfTask
H A DReadTokensTask.java44 // volatile data passed between setup(), doLogic(), tearDown().
48 public void setup() throws Exception { method in class:ReadTokensTask
49 super.setup();
H A DSearchTravRetHighlightTask.java77 public void setup() throws Exception { method in class:SearchTravRetHighlightTask
78 super.setup();
H A DSearchTravRetVectorHighlightTask.java70 public void setup() throws Exception { method in class:SearchTravRetVectorHighlightTask
71 super.setup();
H A DReadTask.java245 public void setup() throws Exception { method in class:ReadTask
246 super.setup();
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Deffects.js311 if(this.setup) this.setup();
401 setup: function() {
445 setup: function() {
512 setup: function() {
544 setup: function() {
952 setup: function(){
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/
H A DLookupBenchmarkTest.java77 public static void setup() throws Exception { method in class:LookupBenchmarkTest
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/functional/
H A Dserver_test.rb25 def setup method in class:ServerTest
/lucene-3.6.0/solr/webapp/web/admin/
H A Djquery-1.4.3.min.js57 if(!D.setup||D.setup.call(a,e,v,n)===false)if(a.addEventListener)a.addEventListener(k,n,false);else a.attachEvent&&a.attachEvent("on"+k,n)}if(D.add){D.add.call(a,h);if(!h.handler.guid)h.handler.guid=d.guid}B.push(h);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,k=0,l,n,s,v,B,D,H=a.nodeType?"events":"__events__",w=c.data(a),G=w&&w[H];if(w&&G){if(typeof G==="function"){w=G;G=G.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||
65 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==A)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ga,guid:a.handler.guid}))},remove:function(a){c.event.remove(this,
66 Y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,d){if(c.isWindow(this))this.onbeforeunload=d},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.removeEvent=u.removeEventListener?function(a,b,d){a.removeEventListener&&a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=
68 var ta=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},ua=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?ua:ta,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?ua:ta)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
71 A;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",va(a))}},setup:function(){if(this.type===
72 "file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
/lucene-3.6.0/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/
H A DAbstractDIHCacheTestCase.java49 public void setup() { method in class:AbstractDIHCacheTestCase

Completed in 126 milliseconds