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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java374 IgnoredNames ignoredNames, int depth)
376 addRepositories(files, repos, ignoredNames, true, depth);
380 * recursivelly search for repositories with a depth limit
385 * @param depth current depth - using global scanningDepth - one can limit
389 IgnoredNames ignoredNames, boolean recursiveSearch, int depth) {
411 } else if (depth<=scanningDepth) {
412 addRepositories(subFiles, repos, ignoredNames, depth+1);
433 } else if (depth<=scanningDepth) {
437 false, depth
373 addRepositories(File[] files, Collection<RepositoryInfo> repos, IgnoredNames ignoredNames, int depth) argument
388 addRepositories(File[] files, Collection<RepositoryInfo> repos, IgnoredNames ignoredNames, boolean recursiveSearch, int depth) argument
[all...]

Completed in 8 milliseconds