Searched refs:last (Results 1 - 17 of 17) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java180 * Returns the index of the last line of the chunk.
183 public int last() method in class:Chunk
229 if (last() > target.size())
250 for (int i = last(); i >= first(); i--)
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DBranchNode.java99 * Return the last (leaf) node in the branch this node belongs to.
161 if (vernum.size() < this.version.size() || branchPoint.last() == 0)
H A DArchive.java136 * last changed or added. To retrieve annotated text use:
553 return (path == null ? null : path.last());
619 Node revisionFound = path.last();
646 return (path == null ? null : path.last().getVersion());
982 Node revisionFound = path.last();
1082 Node target = path.last();
1094 if (vernum.last() == 0)
1103 else if (vernum.last() == 0)
1219 * @param latest the version of the last revision in the log.
1229 * @param latest the version of the last revisio
[all...]
H A DPath.java71 * to the last node in the path.
113 * Return the last node in the path or null if the path is empty.
114 * @return the last node in the path or null if the path is empty.
116 public Node last() method in class:Path
152 * 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.
H A DVersion.java353 * Return the last number in the version number.
356 public int last() method in class:Version
362 * Return the last number in the version number.
384 result.numbers[this.numbers.length - 1] = this.last() + 1;
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DSubversionHistoryParserTest.java154 assertEquals("/" + file2, e3.getFiles().last());
H A DGitHistoryParserTest.java289 assertEquals("/" + filename2, e1.getFiles().last());
/opengrok-jel/web/static/default/
H A Dprint.css78 #sbox > p:last-of-type {
83 #sbox > p:last-of-type > :nth-child(n+2) {
151 #revisions th:last-child {
265 .x { /* last modified date highlighting */
H A Dstyle.css404 #sbox > p:last-of-type {
409 #sbox > p:last-of-type > :nth-child(n+2) {
532 #revisions th:last-child {
689 .x { /* last modified date highlighting */
/opengrok-jel/web/static/offwhite/
H A Dprint.css81 #sbox > p:last-of-type {
86 #sbox > p:last-of-type > :nth-child(n+2) {
154 #revisions th:last-child {
283 .x { /* last modified date highlighting */
H A Dstyle.css407 #sbox > p:last-of-type {
412 #sbox > p:last-of-type > :nth-child(n+2) {
470 #bar li:last-child { /* avoid early line wrap */
562 #revisions th:last-child {
733 .x { /* last modified date highlighting */
/opengrok-jel/web/static/polished/
H A Dprint.css81 #sbox > p:last-of-type {
86 #sbox > p:last-of-type > :nth-child(n+2) {
154 #revisions th:last-child {
284 .x { /* last modified date highlighting */
H A Dstyle.css452 #sbox > p:last-of-type {
457 #sbox > p:last-of-type > :nth-child(n+2) {
606 #revisions th:last-child {
777 .x { /* last modified date highlighting */
/opengrok-jel/web/static/
H A Dopengrok.js152 var last = parts.pop();
153 if (last === 'style.css' || last === 'style-min.css') {
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummarizer.java183 // SUM_CONTEXT beyond the last query-term.
220 // Add the words since the last hit-term insert.
265 Excerpt excerpt = excerptSet.last();
/opengrok-jel/lib/
H A Djrcs.jar ... int anchor () public int size () public int first () public int last () public int rcsfrom () public int rcsto () public java.util ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 46 milliseconds