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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialHistoryParser.java173 * Decode a line with a description of a commit. The line is a sequence of
179 * This method is way too tolerant, and won't complain if the line has
182 * @param line the XML encoded line
185 private static String decodeDescription(String line) { argument
190 for (int i = DESC_PREFIX.length(); i < line.length(); i++) {
191 char ch = line.charAt(i);
H A DAnnotation.java37 * modification of each line in the file.
57 private final int getRID(int line) { argument
58 if (line > lines.size()) {
61 return lines.get(line-1).intValue();
65 * Gets the revision for the last change to the specified line.
67 * @param line line number (counting from 1)
69 * about the specified line
71 public String getRevision(int line) { argument
72 int idx = getRID(line);
93 getAuthor(int line) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DLineMatcher.java29 * Base class for matching a line against terms
93 public abstract int match(String line); argument
H A DHistoryContext.java76 * Check, whether one ore more line matchers (query terms) are present.
134 * @return {@code true} if at least one line has been written out.
179 String line = he.getLine();
188 tokens.reInit(line);
202 writeMatch(sb, line, start, end, true, path,
206 writeMatch(out, line, start, end, false, path,
232 * @param line the matching line
235 * @param flatten should multi-line log entries be flattened to a single
240 * line
242 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java42 // Per line sym -> tags mapping
51 // line -> tag_map
54 /** Map from symbol to the line numbers on which the symbol is defined. */
83 * Check whether the specified symbol is defined on the given line.
85 * @param lineNumber the line to check
87 * @return {@code true} iff {@code symbol} is defined on the specified line
146 public final int line; field in class:Definitions.Tag
151 /** The full line on which the definition occurs. */
154 protected Tag(int line, String symbol, String type, String text) { argument
155 this.line
162 addTag(int line, String symbol, String type, String text) argument
[all...]
H A DJFlexXref.java68 * It is used to close all open spans for a line and re-open them at the
69 * start of the next line to produce wellformed XML. So if a
70 * &lt;span ...&gt; is opened and do not closed on the same line, the class
72 * gets closed on a different line, it needs to be popped from this stack.
73 * If properly done, the stack should be empty when the last line has been
271 * Get the number of the current line of input (which is usually the same as
278 * Set the number of the current line of input (which is usually the same as
280 * @param line line number to set. */
281 protected abstract void setLineNumber(int line); argument
517 writeSymbol(String symbol, Set<String> keywords, int line, boolean escape) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DHit.java45 * Holds value of property line.
47 private String line; field in class:Hit
80 * @param line The line containing the match
81 * @param lineno The line number in the file the match was found
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
95 this.line = line;
138 * Getter for property line.
140 * @return Value of property line
151 setLine(String line) argument
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DSimpleCharStream.java1 /* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 3.0 */
26 protected int line = 1; field in class:SimpleCharStream
157 line += (column = 1);
167 line += (column = 1);
186 bufline[bufpos] = line;
257 line = startline;
283 line = startline;
383 * Method to adjust line and column numbers for the start of a token.
428 line = bufline[j];
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 22 milliseconds