Searched defs:dir (Results 1 - 5 of 5) sorted by relevance
/opengrok-jel/src/org/opensolaris/opengrok/history/ |
H A D | HistoryGuru.java | 237 File dir = path; 240 dir = path.getParentFile(); 246 dir = path.getParentFile(); 248 final Repository repos = getRepository(dir); 455 * @param dir the root directory to start the search in. 457 public void addRepositories(String dir) { argument 459 addRepositories(new File[] { new File(dir) }, repos, 708 File dir = new File(path); 709 Repository repo = getRepository(dir); 711 return Boolean.valueOf(historyCache.hasCacheForDirectory(dir, rep [all...] |
/opengrok-jel/src/org/opensolaris/opengrok/index/ |
H A D | IndexDatabase.java | 286 * @param dir The directory to scan 290 public boolean addDirectory(String dir) { argument 291 String directory = dir; 353 for (String dir : directories) { 355 if ("".equals(dir)) { 358 sourceRoot = new File(config.getSourceRootFile(), dir); 363 String startuid = Util.path2uid(dir, ""); 371 logger.log(Level.INFO, "Counting files in ''{0}'' ...", dir); 372 file_cnt = indexDown(sourceRoot, dir, true, 0, 0); 375 new Object[] { file_cnt, dir }); 792 indexDown(File dir, String parent, boolean count_only, int cur_count, int est_total) argument [all...] |
/opengrok-jel/src/org/opensolaris/opengrok/web/ |
H A D | PageConfig.java | 346 // virtual - isDir already made the dir history check 1064 private File checkFile(File dir, String name) { argument 1066 File f = new File(dir, name); 1089 File dir = new File(getConfig().getDataRoot() + Prefix.XREF_P + path); 1090 if (dir.exists() && dir.isDirectory()) { 1093 res[i] = checkFile(dir, filenames.get(i)); 1124 //if it is an existing dir perhaps people wanted dir xref
|
H A D | Util.java | 932 * @param dir directory, which should contains the file. 939 public static boolean dump(Writer out, File dir, String filename, argument 942 return dump(out, new File(dir, filename), compressed);
|
/opengrok-jel/lib/ |
H A D | bcel-5.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 28 milliseconds