Searched refs:it (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DList2TokenStream.java32 private Iterator<String> it; field in class:List2TokenStream
38 it = l.iterator();
43 if (!it.hasNext()) {
49 String tok = it.next();
73 it = null;
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DTrunkNode.java182 for (int it = 0; it < getText().length; it++)
184 original.add(new Line(this, getText()[it]));
H A DPath.java152 * the revision in which it was last changed or added.
175 * the revision in which it was last changed or added.
199 * the revision in which it was last changed or added.
276 for (Iterator it = ap.path.iterator(); it.hasNext(); )
278 Node tn = (Node) it.next();
H A DNode.java301 * If the year has two digits, it is interpreted as belonging to the 20th
560 for (int it = 0; it < text.length; it++)
562 String cmd = text[it].toString();
587 revision.addDelta(new AddDelta(n, new Chunk(getTextLines(it + 1, it + 1 + count), 0, count, n - 1)));
588 it += count;
629 } // This is not very neat. But it will work.
644 * add it t
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java210 * Will start the purger if it is enabled and return immediately.
231 * it will return when the indexing is done.
384 Iterator<NotificationHolder> it = notifListeners.iterator();
385 while (it.hasNext()) {
386 NotificationHolder mnf = it.next();
388 it.remove();
408 Iterator<NotificationHolder> it = notifListeners.iterator();
409 while (it.hasNext()) {
410 NotificationHolder mnf = it.next();
414 it
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java46 * it is supposed to get the matching lines from history log files.
162 // none or both are specified, it's a bug.
172 Iterator<HistoryEntry> it = in.getHistoryEntries().iterator();
177 while((it.hasNext() || (nhe != null)) && matchedLines < 10) {
178 he = nhe == null ? it.next() : nhe;
181 nhe = it.hasNext()
184 ? it.next()
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java73 * indicates that it may succeed if it's tried again.
150 * operation may succeed if it's retried and the number of attempts hasn't
151 * exceeded the limit defined by {@link #MAX_RETRIES}, ignore it and let
204 // create it and populate it. Bug #3174.
313 * in the table, take the maximum value and increment it by one. Otherwise,
370 // understand it, so suppress the warning.
465 * possibly just a part of it (only the {@code num} first elements will
588 // We do check next(), but PMD doesn't understand it
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex331 * it doesn't need to keep state about the HTML */

Completed in 33 milliseconds