Searched refs:pos (Results 1 - 11 of 11) sorted by relevance

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java86 * @param pos the start position in the text.
89 public Chunk(int pos, int count) argument
91 this.anchor = pos;
98 * @param pos the start position in the text.
101 public Chunk(Object[] iseq, int pos, int count) argument
103 this(pos, count);
104 chunk = slice(iseq, pos, count);
111 * @param pos the start position in the text.
115 public Chunk(Object[] iseq, int pos, int count, int offset) argument
118 chunk = slice(iseq, pos, coun
127 Chunk(List iseq, int pos, int count) argument
141 Chunk(List iseq, int pos, int count, int offset) argument
296 slice(List seq, int pos, int count) argument
315 slice(Object[] seq, int pos, int count) argument
[all...]
H A DDiff.java279 int pos = r.nextInt(result.size() + 1);
280 int len = Math.min(result.size() - pos, 1 + r.nextInt(4));
283 result.subList(pos, pos + len).clear();
287 for (int k = 0; k < len; k++, pos++)
289 result.add(pos,
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java43 private int pos; field in class:ExpandTabsReader
84 pos++;
93 int spaces = tabSize - (pos % tabSize);
94 pos++;
101 pos = 0;
103 pos++;
H A DTagFilter.java58 int pos = start;
60 while ((c = this.read()) > -1 && n <= len && pos < buf.length) {
61 buf[pos++] = (char) c;
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java187 int pos = 0;
193 pos += str.length();
195 if (pos < pattern.length()) {
197 if (pattern.charAt(pos) == '*') {
200 assert pattern.charAt(pos) == '?';
203 pos++;
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRCSget.java92 public int read(byte[] buffer, int pos, int len) throws IOException { argument
93 return stream.read(buffer, pos, len);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java13 private final int jjStopStringLiteralDfa_0(int pos, long active0) argument
15 switch (pos)
91 private final int jjStartNfa_0(int pos, long active0) argument
93 return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
95 private final int jjStopAtPos(int pos, int kind) argument
98 jjmatchedPos = pos;
99 return pos + 1;
101 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
104 jjmatchedPos = pos;
[all...]
H A DVersion.java340 * @param pos the position.
343 public int at(int pos) argument
345 return numbers[pos];
/opengrok-sun/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
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.js153 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 28 milliseconds