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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java52 boolean sep; field in class:SCCSHistoryParser
77 pass = sep = false;
109 sep = true;
216 if (sep && passRecord) {
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java184 * {@code breadcrumbPath(urlPrefix, path, sep, "", false)}.
188 * @param sep separator to use to crack the given path
193 public static String breadcrumbPath(String urlPrefix, String path, char sep) argument
195 return breadcrumbPath(urlPrefix, path, sep, "", false);
200 * {@code breadcrumbPath(urlPrefix, path, sep, "", false, path.endsWith(sep)}.
204 * @param sep separator to use to crack the given path
215 char sep, String urlPostfix, boolean compact)
220 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
221 path.charAt(path.length() - 1) == sep);
214 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact) argument
251 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument
308 getCanonicalPath(String path, char sep) argument
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 13 milliseconds