Searched defs:userPageLink (Results 1 - 2 of 2) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | JFlexXref.java | 77 protected String userPageLink; field in class:JFlexXref 148 userPageLink = RuntimeEnvironment.getInstance().getUserPage(); 149 if (userPageLink != null && userPageLink.length() == 0) { 150 userPageLink = null; 516 Util.readableLine(line, out, annotation, userPageLink, userPageSuffix,
|
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | Util.java | 484 * @param userPageLink see {@link RuntimeEnvironment#getUserPage()} 490 String userPageLink, String userPageSuffix, String project) 493 readableLine(num, out, annotation, userPageLink, userPageSuffix, project, false); 497 String userPageLink, String userPageSuffix, String project, boolean skipNewline) 567 if (userPageLink == null) { 576 out.write(userPageLink); 489 readableLine(int num, Writer out, Annotation annotation, String userPageLink, String userPageSuffix, String project) argument 496 readableLine(int num, Writer out, Annotation annotation, String userPageLink, String userPageSuffix, String project, boolean skipNewline) argument
|
Completed in 13 milliseconds