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

/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java216 * @param compact if {@code true} the given path gets transformed into its
224 char sep, String urlPostfix, boolean compact) {
228 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
236 * <var>compact</var> is {@code true} path gets translated into a canonical
246 * @param compact if {@code true}, a canonical path gets constructed before
254 char sep, String urlPostfix, boolean compact, boolean isDir) {
258 String[] pnames = normalize(path.split(escapeForRegex(sep)), compact);
223 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact) argument
253 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument

Completed in 11 milliseconds