HomeSort by relevance Sort by last modified time
    Searched defs:arg (Results 1 - 2 of 2) sorted by null

  /opengrok/trunk/src/org/opensolaris/opengrok/index/
Indexer.java 293 String[] arg = getopt.getOptarg().split(":"); local
294 if (arg.length != 2) {
303 arg[0] = arg[0].substring(arg[0].lastIndexOf('.') + 1).toUpperCase();
304 if (arg[1].equals("-")) {
305 AnalyzerGuru.addExtension(arg[0], null);
311 arg[0],
312 AnalyzerGuru.findFactory(arg[1]));
314 System.err.println("Unable to use " + arg[1]
    [all...]
  /opengrok/trunk/lib/
lucene-core-2.4.1.jar 

Completed in 300 milliseconds