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

/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java217 * canonical form (.i.e. all '.' and '..' and double separators removed, but
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
290 * Normalize the given <var>path</var> to its canonical form. I.e. all
308 * @return always a canonical path which starts with a '/'.
358 * @param canonical if {@code true}, remove redundant elements as well.
361 private static String[] normalize(String[] names, boolean canonical) { argument
370 if (canonical) {

Completed in 18 milliseconds