Searched refs:start (Results 1 - 25 of 36) sorted by relevance

12

/opengrok-sun/platform/linux/init.d/
H A Dderby43 # Short-Description: start Apache Derby
68 start)
78 start-stop-daemon \
79 --start \
90 start
103 start-stop-daemon --stop --quiet --pidfile $PIDFILE
112 $0 start
132 echo "Usage: /etc/init.d/derby {start|stop|restart|try-restart|reload|force-reload|status}"
/opengrok-sun/tools/init.d/
H A Dopengrok.sh58 start)
67 echo "Usage: $0 {start|stop}"
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java153 int start = -1;
158 if (start < 0) {
159 start = tokens.getMatchStart();
164 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
167 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
172 if (start < 0) {
173 start = tokens.getMatchStart();
176 start = -1;
192 * @param start start positio
201 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
[all...]
H A DPlainLineTokenizer.lex50 * Buffer that holds all the text from the start of the current line, or,
51 * in the case of a match that spans multiple lines, from the start of the
148 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++) {
292 // Remove everything up to the start of the current line in the
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java107 protected void setAttribs(String str, int start, int end) { argument
114 this.offsetAtt.setOffset(start, end);
H A DTagFilter.java56 public final int read(char[] buf, int start, int len) throws java.io.IOException { argument
58 int pos = start;
H A DCtags.java111 ctags = processBuilder.start();
138 errThread.start();
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java136 int start = fileName.indexOf(".");
137 if(start != -1){
138 String fileExtension = fileName.substring(start,fileName.length());
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DSimpleCharStream.java354 * Method to adjust line and column numbers for the start of a token.
358 int start = tokenBegin;
374 bufline[j = start % bufsize] == bufline[k = ++start % bufsize])
390 if (bufline[j = start % bufsize] != bufline[++start % bufsize])
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]);
H A DArchive.java796 int start = 0;
800 start += 1;
803 for (int i = start; i < end; i++)
/opengrok-sun/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-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java289 * number of cachePages also end has to be bigger than start !
291 * @param start start 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
298 //return if no start search() was done
299 if (hits == null || (end < start)) {
318 for (int i = start; i < hits.length; i++) {
333 for (int ii = start; ii < end; ++ii) {
H A DResults.java141 * @param start index of the first hit to print
147 public static void prettyPrint(Writer out, SearchHelper sh, int start, argument
159 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DSCCSRepository.java96 process = pb.start();
158 process = pb.start();
H A DGitRepository.java429 process = pb.start();
484 process = pb.start();
H A DMercurialRepository.java226 process = pb.start();
374 process = pb.start();
H A DHistoryGuru.java371 * @param dir the root directory to start the search in.
461 long start = System.currentTimeMillis();
479 new Object[]{path, String.valueOf(stop - start)});
H A DBazaarRepository.java293 process = pb.start();
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java131 process = processBuilder.start();
149 thread.start();
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java119 private FNode sbinSearch(long start, int len, long hash, RandomAccessFile f) throws Throwable { argument
124 f.seek(start + m * RECORD_LENGTH);
H A DEftarFileReader.java86 private FNode binarySearch(long start, int len, long hash) throws IOException { argument
87 //System.err.printf(" Searching [%x] in %5d elem from %x\n", hash, len, start);
92 f.seek(start + m * EftarFile.RECORD_LENGTH);
H A DSearchHelper.java87 * the result cursor start index, i.e. where to start displaying results
89 public int start; field in class:SearchHelper
260 * {@link #prepareExec(SortedSet)})</li> <li>{@link #start} (default:
276 TopFieldDocs fdocs = searcher.search(query, null, start + maxItems, sort);
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java174 int start = tab + stroff;
175 while ((c = fmap.get(start++)) != 0x00) {
/opengrok-sun/
H A DOpenGrok842 -jar /usr/lib/jvm/java-6-sun/db/lib/derbynet.jar start

Completed in 39 milliseconds

12