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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java207 * its canonical form (.i.e. all '.' and '..' and double separators
228 * <var>compact</var> is {@code true} path gets translated into a canonical
243 * if {@code true}, a canonical path gets constructed before
289 * Normalize the given <var>path</var> to its canonical form. I.e. all
306 * @return always a canonical path which starts with a '/'.
358 * @param canonical
362 private static String[] normalize(String[] names, boolean canonical) { argument
371 if (canonical) {

Completed in 10 milliseconds