Searched refs:end (Results 1 - 9 of 9) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java97 * end of input Reader ...
107 protected void setAttribs(String str, int start, int end) { argument
114 this.offsetAtt.setOffset(start, end);
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java161 int end = tokens.getMatchEnd();
164 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
167 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
193 * @param end position of the first char after the match
202 int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev)
205 String match = line.substring(start, end);
206 String suffix = line.substring(end);
201 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
H A DPlainLineTokenizer.lex148 private int printWithNum(int start, int end, int lineNo,
154 for(int i=start;i<end; i++) {
210 private int formatWithNum(int start, int end, int lineNo) {
211 for(int i=start;i<end; i++) {
314 // reach the end of the buffer and the size of the buffer is
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java287 * this method will requery if end end is more than first query from search,
289 * number of cachePages also end has to be bigger than start !
292 * @param end end of the hit list
293 * @param ret list of results from start to end or null/empty if no search
296 public void results(int start, int end, List<Hit> ret) { argument
299 if (hits == null || (end < start)) {
306 //TODO check if below fits for if end=old hits.length, or it should include it
307 if (end > hit
[all...]
H A DResults.java142 * @param end index of the last hit to print
148 int end)
159 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
147 prettyPrint(Writer out, SearchHelper sh, int start, int end) argument
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java386 private final void jjAddStates(int start, int end) argument
390 } while (start++ != end);
397 private final void jjCheckNAddStates(int start, int end) argument
401 } while (start++ != end);
H A DArchive.java21 * 3. The end-user documentation included with the redistribution, if
797 int end = s.length();
801 end -= 1;
803 for (int i = start; i < end; i++)
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok-sun/web/
H A Djquery-1.4.4.min.js27 -1?this.slice(j):this.slice(j,+j+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(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false;
113 wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
147 d)}for(a=0;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b,d){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var f=e?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(S("toggle",3),a,b,d);return this},fadeTo:function(a,b,d,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d,e)},animate:function(a,b,d,e){var f=c.speed(b,
153 var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;
154 this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide||
155 this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=

Completed in 32 milliseconds