/opengrok/egrok/src/org/opensolaris/opengrok/egrok/ |
H A D | Activator.java | 27 * org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext 31 public void start(BundleContext context) throws Exception { method in class:Activator 32 super.start(context);
|
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | JFlexTokenizer.java | 99 protected void setAttribs(String str, int start, int end) { argument 106 this.offsetAtt.setOffset(start, end);
|
/opengrok/src/org/opensolaris/opengrok/search/ |
H A D | Results.java | 143 * @param start index of the first hit to print 149 public static void prettyPrint(Writer out, SearchHelper sh, int start, argument 160 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
|
H A D | Summarizer.java | 191 // Iterate from the start point to the finish, adding 296 public SToken(char[] startTermBuffer, int termBufferOffset, int termBufferLength, int start, int end) { argument 298 setOffset(start, end);
|
H A D | SearchEngine.java | 356 * number of cachePages also end has to be bigger than start ! 358 * @param start start 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 365 //return if no start search() was done 366 if (hits == null || (end < start)) { 385 for (int i = start; i < hits.length; i++) { 400 for (int ii = start; ii < end; ++ii) {
|
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/ |
H A D | Chunk.java | 86 * @param pos the start position in the text. 98 * @param pos the start position in the text. 111 * @param pos the start position in the text. 124 * @param pos the start position in the text. 137 * @param pos the start position in the text. 246 * @param start where to add the text. 249 public void applyAdd(int start, List target) argument 254 target.add(start++, i.next()); 292 * @param pos the start position. 311 * @param pos the start positio [all...] |
/opengrok/src/org/opensolaris/opengrok/search/context/ |
H A D | HistoryContext.java | 159 int start = -1; 164 if (start < 0) { 165 start = tokens.getMatchStart(); 170 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev); 173 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev); 178 if (start < 0) { 179 start = tokens.getMatchStart(); 182 start = -1; 198 * @param start start positio 207 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument [all...] |
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | EftarFile.java | 120 private FNode sbinSearch(long start, int len, long hash, RandomAccessFile f) throws Throwable { argument 125 f.seek(start + m * RECORD_LENGTH);
|
H A D | EftarFileReader.java | 89 private FNode binarySearch(long start, int len, long hash) throws IOException { argument 90 //System.err.printf(" Searching [%x] in %5d elem from %x\n", hash, len, start); 95 f.seek(start + m * EftarFile.RECORD_LENGTH);
|
H A D | SearchHelper.java | 108 * the result cursor start index, i.e. where to start displaying results 110 public int start; field in class:SearchHelper 304 * {@link #prepareExec(SortedSet)})</li> <li>{@link #start} (default: 320 TopFieldDocs fdocs = searcher.search(query, start + maxItems, sort);
|
/opengrok/src/org/opensolaris/opengrok/authorization/ |
H A D | AuthorizationFramework.java | 202 private List<File> listFilesClassesRec(File start, String suffix) { argument 204 File[] fs = start.listFiles();
|
/opengrok/test/org/opensolaris/opengrok/web/ |
H A D | ProjectHelperTestBase.java | 107 int start, 115 for (int i = start; i < start + cnt; i++) { 106 createGroups( int start, int cnt, boolean allowed, List<RepositoryInfo> rps, Map<Project, List<RepositoryInfo>> map, List<Project> prjs, List<Group> grps) argument
|
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | ArchiveParserTokenManager.java | 386 private final void jjAddStates(int start, int end) argument 389 jjstateSet[jjnewStateCnt++] = jjnextStates[start]; 390 } while (start++ != end); 397 private final void jjCheckNAddStates(int start, int end) argument 400 jjCheckNAdd(jjnextStates[start]); 401 } while (start++ != end); 403 private final void jjCheckNAddStates(int start) argument 405 jjCheckNAdd(jjnextStates[start]); 406 jjCheckNAdd(jjnextStates[start + 1]);
|
/opengrok/web/js/ |
H A D | utils.js | 88 start: Math.floor( 104 start: 0, 113 indices.start = inner.binarySearch(inner.$collection, expectations.start, cmp); 117 indices.start = Math.max(0, indices.start); 118 indices.start = Math.min(inner.$collection.length - 1, indices.start); 125 for (var i = indices.start; i <= indices.end; i++) { 519 start [all...] |
/opengrok/.mvn/wrapper/ |
H A D | maven-wrapper.jar | ... =%3Cinit%3E" <init> () public void start (java.lang.String[], java.io.File ... |
/opengrok/lib/ |
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |