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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java56 boolean sep; field in class:SCCSHistoryParser
81 pass = sep = false;
113 sep = true;
219 if (sep && passRecord) {
/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java195 * {@code breadcrumbPath(urlPrefix, path, sep, "", false)}.
199 * @param sep separator to use to crack the given path
204 public static String breadcrumbPath(String urlPrefix, String path, char sep) { argument
205 return breadcrumbPath(urlPrefix, path, sep, "", false);
210 * {@code breadcrumbPath(urlPrefix, path, sep, "", false, path.endsWith(sep)}.
214 * @param sep separator to use to crack the given path
224 char sep, String urlPostfix, boolean compact) {
228 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
229 path.charAt(path.length() - 1) == sep);
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
310 getCanonicalPath(String path, char sep) argument
[all...]
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 26 milliseconds