Searched refs:push (Results 1 - 25 of 30) sorted by relevance

12

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/junitcompat/
H A DTestJUnitRuleOrder.java50 stack.push("@Before");
55 stack.push("@After");
64 stack.push("@Rule before");
66 stack.push("@Rule after");
82 stack.push("@AfterClass");
/lucene-3.6.0/lucene/site/build/site/skin/
H A Dbreadcrumbs.js27 * IE 5 on Mac doesn't know Array.push.
32 if (!abc.push) {
33 Array.prototype.push = function(what){this[this.length]=what}
57 PREPREND_CRUMBS.push( new Array( link1, href1 ) );
60 PREPREND_CRUMBS.push( new Array( link2, href2 ) );
63 PREPREND_CRUMBS.push( new Array( link3, href3 ) );
163 crumbs.push( new Array( dirs[i], prefix ) );
H A Dbreadcrumbs-optimized.js22 PREPREND_CRUMBS.push( new Array( link1, @skinconfig.trail.link1.href@ ) ); }
24 PREPREND_CRUMBS.push( new Array( link2, @skinconfig.trail.link2.href@ ) ); }
26 PREPREND_CRUMBS.push( new Array( link3, @skinconfig.trail.link3.href@ ) ); }
58 c.push(new Array(d[i],pre)); }
H A Dprototype.js114 elements.push(element);
120 if (!Array.prototype.push) {
121 Array.prototype.push = function() {
222 results.push(iterator(value, index));
242 results.push(value);
252 results.push((iterator || Prototype.K)(value, index));
306 trues : falses).push(value);
314 results.push(value[property]);
323 results.push(value);
365 results.push(iterabl
[all...]
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dbreadcrumbs.js27 * IE 5 on Mac doesn't know Array.push.
32 if (!abc.push) {
33 Array.prototype.push = function(what){this[this.length]=what}
57 PREPREND_CRUMBS.push( new Array( link1, href1 ) );
60 PREPREND_CRUMBS.push( new Array( link2, href2 ) );
63 PREPREND_CRUMBS.push( new Array( link3, href3 ) );
163 crumbs.push( new Array( dirs[i], prefix ) );
H A Dbreadcrumbs-optimized.js22 PREPREND_CRUMBS.push( new Array( link1, @skinconfig.trail.link1.href@ ) ); }
24 PREPREND_CRUMBS.push( new Array( link2, @skinconfig.trail.link2.href@ ) ); }
26 PREPREND_CRUMBS.push( new Array( link3, @skinconfig.trail.link3.href@ ) ); }
58 c.push(new Array(d[i],pre)); }
H A Dprototype.js114 elements.push(element);
120 if (!Array.prototype.push) {
121 Array.prototype.push = function() {
222 results.push(iterator(value, index));
242 results.push(value);
252 results.push((iterator || Prototype.K)(value, index));
306 trues : falses).push(value);
314 results.push(value[property]);
323 results.push(value);
365 results.push(iterabl
[all...]
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/doc-files/
H A Dprettify.js3 [],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;c<b.length;++c)i=b[c],i[0]<=j[1]+1?j[1]=Math.max(j[1],i[1]):f.push(j=i);b=["["];o&&b.push("^");b.push.apply(b,a);for(c=0;c<
4 f.length;++c)i=f[c],b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(
[all...]
/lucene-3.6.0/lucene/tools/prettify/
H A Dprettify.js3 [],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;c<b.length;++c)i=b[c],i[0]<=j[1]+1?j[1]=Math.max(j[1],i[1]):f.push(j=i);b=["["];o&&b.push("^");b.push.apply(b,a);for(c=0;c<
4 f.length;++c)i=f[c],b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(
[all...]
/lucene-3.6.0/solr/core/src/java/org/apache/solr/analysis/
H A DLegacyHTMLStripCharFilter.java123 push(ch);
127 private void push(int ch) { method in class:LegacyHTMLStripCharFilter
244 push(ch);
354 push(ch);
361 push(ch);
362 push('-');
373 push(ch);
380 push(ch);
381 push('-');
387 push(c
[all...]
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/
H A DDirContentSource.java75 /* note it's reversed because we're going to push,
91 push(f);
102 push(f);
105 void push(File f) { method in class:DirContentSource.Iterator
106 push(f.listFiles(new FileFilter() {
112 push(f.listFiles(new FileFilter() {
121 void push(File[] files) { method in class:DirContentSource.Iterator
124 // System.err.println("push " + files[i]);
125 stack.push(files[i]);
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/cn/
H A DChineseTokenizer.java88 private final void push(char c) { method in class:ChineseTokenizer
138 push(c);
148 push(c);
/lucene-3.6.0/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/suggest/tst/
H A DTSTAutocomplete.java140 st.push(p);
148 st.push(top.eqKid);
151 st.push(top.loKid);
154 st.push(top.hiKid);
/lucene-3.6.0/lucene/contrib/xml-query-parser/docs/
H A Dcctree.js49 this.children.push(child);
50 if (childLabel) this.childLabels.push(childLabel);
51 else this.childLabels.push(child.label);
172 this.children.push(new _CCDisplayNode(this.modelNode.children[ix],
234 CCTree.trees.push(this);
263 this.rootDisplayNodes.push(new _CCDisplayNode(this.rootModelNodes[ix],null,this.treeId));
/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DDebugLogger.java71 debugStack.push(new DebugInfo(null, DIHLogLevels.NONE, null));
94 debugStack.push(new DebugInfo(null, DIHLogLevels.START_DOC, peekStack()));
97 .push(new DebugInfo(name, DIHLogLevels.START_ENTITY, peekStack()));
116 debugStack.push(new DebugInfo(name, event, peekStack()));
120 debugStack.push(new DebugInfo(name, event, peekStack()));
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Ddragdrop.js31 containment.each( function(c) { options._containers.push($(c)) });
33 options._containers.push($(containment));
42 this.drops.push(options);
95 affected.push(drop);
137 this.drags.push(draggable);
194 this.observers.push(observer);
371 p.push(p[0]+this.options.scroll.offsetWidth);
372 p.push(p[1]+this.options.scroll.offsetHeight);
679 options.droppables.push(element);
686 options.draggables.push(
[all...]
H A Dprototype.js52 keys.push(property);
59 values.push(object[property]);
242 if (value) hash[name].push(value);
342 slices.push(array.slice(index, index+number));
367 results.push((iterator || Prototype.K)(value, index));
387 results.push(value);
397 results.push((iterator || Prototype.K)(value, index));
416 while(slice.length < number) slice.push(fillWith);
459 trues : falses).push(value);
467 results.push(valu
[all...]
/lucene-3.6.0/dev-tools/scripts/
H A DbuildAndPushRelease.py22 # Usage: python -u buildRelease.py /path/to/checkout version(eg: 3.4.0) gpgKey(eg: 6E68DA61) rcNum user [-prepare] [-push]
24 # EG: python -u buildRelease.py -prepare -push /lucene/34x 3.4.0 6E68DA61 1 mikemccand
104 def push(version, root, rev, rcNum, username): function
159 doPush = '-push' in sys.argv
161 sys.argv.remove('-push')
175 push(version, root, rev, rcNum, username)
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/compound/hyphenation/
H A DTernaryTree.java560 ns.push((Item) i.clone());
564 ns.push((Item) i.clone());
572 ns.push((Item) i.clone());
606 ns.push(new Item((char) cur, '\u0000'));
/lucene-3.6.0/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/
H A DFieldPhraseList.java76 fieldTermStack.push( ti );
82 fieldTermStack.push( phraseCandidate.removeLast() );
H A DFieldTermStack.java130 public void push( TermInfo termInfo ){ method in class:FieldTermStack
131 // termList.push( termInfo ); // avoid Java 1.6 feature
/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/
H A DJsonLoader.java362 stack.push( field ); // so it can be popped
375 stack.push( f );
416 stack.push( new SolrInputDocument() );
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java143 // push current parser state (use at start of new container)
144 private final void push() { method in class:JSONParser
282 if (ch!=-1) --start; // push back last char if not EOF
513 push();
517 push();
/lucene-3.6.0/solr/example/solr/conf/velocity/
H A Djquery.autocomplete.js475 // push the current match into the set list
476 stMatchSets[firstChar].push(row);
480 stMatchSets[""].push(row);
524 csub.push(x);
/lucene-3.6.0/solr/webapp/web/admin/
H A Djquery-1.4.3.min.js17 "")===a.type?f.push(k.selector):H.splice(n--,1)}f=c(a.target).closest(f,a.currentTarget);s=0;for(v=f.length;s<v;s++){B=f[s];for(n=0;n<H.length;n++){k=H[n];if(B.selector===k.selector&&(!D||D.test(k.namespace))){l=B.elem;h=null;if(k.preType==="mouseenter"||k.preType==="mouseleave"){a.type=k.preType;h=c(a.relatedTarget).closest(k.selector)[0]}if(!h||h!==l)e.push({elem:l,handleObj:k,level:B.level})}}}s=0;for(v=e.length;s<v;s++){f=e[s];if(d&&f.level>d)break;a.currentTarget=f.elem;a.data=f.handleObj.data;
23 q=[],t,x=Object.prototype.toString,C=Object.prototype.hasOwnProperty,P=Array.prototype.push,N=Array.prototype.slice,R=String.prototype.trim,Q=Array.prototype.indexOf,L={};b.fn=b.prototype={init:function(i,r){var y,z,F;if(!i)return this;if(i.nodeType){this.context=this[0]=i;this.length=1;return this}if(i==="body"&&!r&&u.body){this.context=u;this[0]=u.body;this.selector="body";this.length=1;return this}if(typeof i==="string")if((y=h.exec(i))&&(y[1]||!r))if(y[1]){F=r?r.ownerDocument||r:u;if(z=B.exec(i))if(b.isPlainObject(r)){i=
26 "")+y;else if(r)z.selector=this.selector+"."+r+"("+y+")";return z},each:function(i,r){return b.each(this,i,r)},ready:function(i){b.bindReady();if(b.isReady)i.call(u,b);else q&&q.push(i);return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(i){return this.pushStack(b.map(this,function(r,y){return i.call(r,
27 y,r)}))},end:function(){return this.prevObject||b(null)},push:P,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var i=arguments[0]||{},r=1,y=arguments.length,z=false,F,I,K,J,fa;if(typeof i==="boolean"){z=i;i=arguments[1]||{};r=2}if(typeof i!=="object"&&!b.isFunction(i))i={};if(y===r){i=this;--r}for(;r<y;r++)if((F=arguments[r])!=null)for(I in F){K=i[I];J=F[I];if(i!==J)if(z&&J&&(b.isPlainObject(J)||(fa=b.isArray(J)))){if(fa){fa=false;clone=K&&b.isArray(K)?K:[]}else clone=
33 null||z==="string"||z==="function"||z==="regexp"||b.isWindow(i)?P.call(y,i):b.merge(y,i)}return y},inArray:function(i,r){if(r.indexOf)return r.indexOf(i);for(var y=0,z=r.length;y<z;y++)if(r[y]===i)return y;return-1},merge:function(i,r){var y=i.length,z=0;if(typeof r.length==="number")for(var F=r.length;z<F;z++)i[y++]=r[z];else for(;r[z]!==A;)i[y++]=r[z++];i.length=y;return i},grep:function(i,r,y){var z=[],F;y=!!y;for(var I=0,K=i.length;I<K;I++){F=!!r(i[I],I);y!==F&&z.push(i[I])}return z},map:function(i,
46 [];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===A)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
51 val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var k=f[h];if(k.selected&&(c.support.optDisabled?!k.disabled:k.getAttribute("disabled")===null)&&(!k.parentNode.disabled||!c.nodeName(k.parentNode,"optgroup"))){a=c(k).val();if(b)return a;d.push(a)}}return d}if(ra.test(b.type)&&
57 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||
76 "object"&&!d.preventDefault){for(k in d)h[b](k,e,d[k],v);return this}if(c.isFunction(e)){f=e;e=A}for(d=(d||"").split(" ");(k=d[l++])!=null;){n=X.exec(k);s="";if(n){s=n[0];k=k.replace(X,"")}if(k==="hover")d.push("mouseente
[all...]

Completed in 3366 milliseconds

12