Searched defs:end (Results 1 - 10 of 10) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DPathTokenizer.java108 public final void end() throws IOException { method in class:PathTokenizer
109 super.end();
H A DJFlexTokenizer.java89 * end of input Reader ...
99 protected void setAttribs(String str, int start, int end) { argument
106 this.offsetAtt.setOffset(start, end);
/opengrok/
H A Dmvnw.cmd126 goto end
131 :end label
/opengrok/src/org/opensolaris/opengrok/search/
H A DResults.java144 * @param end index of the last hit to print
150 int end)
160 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
149 prettyPrint(Writer out, SearchHelper sh, int start, int end) argument
H A DSummarizer.java192 // terms all the way. The end of the passage is always
201 // Iterate through as long as we're before the end of
229 // text to add. (We haven't hit the end of the source doc.)
296 public SToken(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { argument
298 setOffset(start, end);
314 ts.end();
H A DSearchEngine.java354 * this method will requery if end is more than first query from search,
356 * number of cachePages also end has to be bigger than start !
359 * @param end end of the hit list
360 * @param ret list of results from start to end or null/empty if no search
363 public void results(int start, int end, List<Hit> ret) { argument
366 if (hits == null || (end < start)) {
373 //TODO check if below fits for if end=old hits.length, or it should include it
374 if (end > hits.length & !allCollected) {
400 for (int ii = start; ii < end;
[all...]
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java167 int end = tokens.getMatchEnd();
170 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
173 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
199 * @param end position of the first char after the match
208 int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev)
211 String match = line.substring(start, end);
212 String suffix = line.substring(end);
207 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
/opengrok/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);
/opengrok/web/js/
H A Dutils.js94 end: Math.ceil(
105 end: inner.$collection.length
114 indices.end = inner.binarySearch(inner.$collection, expectations.end, cmp);
120 if (indices.end === -1)
121 indices.end = inner.$collection.length - 1;
122 indices.end = Math.min(inner.$collection.length - 1, indices.end);
125 for (var i = indices.start; i <= indices.end; i++) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 89 milliseconds