Searched defs:start (Results 1 - 16 of 16) sorted by relevance

/opengrok/egrok/src/org/opensolaris/opengrok/egrok/
H A DActivator.java27 * 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 DJFlexTokenizer.java99 protected void setAttribs(String str, int start, int end) { argument
106 this.offsetAtt.setOffset(start, end);
/opengrok/src/org/opensolaris/opengrok/search/
H A DResults.java143 * @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 DSummarizer.java191 // 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 DSearchEngine.java356 * 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 DChunk.java86 * @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 DHistoryContext.java159 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 DEftarFile.java120 private FNode sbinSearch(long start, int len, long hash, RandomAccessFile f) throws Throwable { argument
125 f.seek(start + m * RECORD_LENGTH);
H A DEftarFileReader.java89 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 DSearchHelper.java108 * 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 DAuthorizationFramework.java202 private List<File> listFilesClassesRec(File start, String suffix) { argument
204 File[] fs = start.listFiles();
/opengrok/test/org/opensolaris/opengrok/web/
H A DProjectHelperTestBase.java107 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 DArchiveParserTokenManager.java386 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 Dutils.js88 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 Dmaven-wrapper.jar ... =%3Cinit%3E" <init> () public void start (java.lang.String[], java.io.File ...
/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 55 milliseconds