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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java51 boolean sep; field in class:SCCSHistoryParser
76 pass = sep = false;
108 sep = true;
214 if (sep && passRecord) {
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java167 * {@code breadcrumbPath(urlPrefix, path, sep, "", false)}.
171 * @param sep separator to use to crack the given path
176 public static String breadcrumbPath(String urlPrefix, String path, char sep) argument
178 return breadcrumbPath(urlPrefix, path, sep, "", false);
183 * {@code breadcrumbPath(urlPrefix, path, sep, "", false, path.endsWith(sep)}.
187 * @param sep separator to use to crack the given path
198 char sep, String urlPostfix, boolean compact)
203 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
204 path.charAt(path.length() - 1) == sep);
197 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact) argument
234 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument
291 getCanonicalPath(String path, char sep) argument
[all...]
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 25 milliseconds