Searched refs:HIST_L (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java62 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial/main.c");
70 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial");
75 assertCanProcess(null, "/source", Prefix.HIST_L, "/mercurial1");
82 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial/");
89 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial/xyz");
90 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial/xyz/nomain.c");
91 assertCanProcess("", "/source", Prefix.HIST_L, "/mercurial/xyz/");
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPrefix.java48 HIST_L("/history"), enum constant in enum:Prefix
H A DPageConfig.java171 + "from the <a href=\"" + context + Prefix.HIST_L
306 if ((getPrefix() == Prefix.HIST_L && hasHistory())
335 if ((prefix == Prefix.HIST_L && !hasHistory()) ||
1041 } else if ((prefix == Prefix.HIST_L || prefix == Prefix.XREF_P
1123 if (prefix != Prefix.XREF_P && prefix != Prefix.HIST_L) {
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java149 String histPrefixE = ctxE + Prefix.HIST_L;

Completed in 12 milliseconds