Searched refs:args (Results 1 - 19 of 19) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJRCS.java74 static public void main(String[] args) throws Exception argument
77 if (args.length > 2)
83 if (args.length >= 1)
85 archive = new Archive(args[0]);
95 //System.out.println(archive.getRevision(args[1], true));
96 //archive.addRevision(new Object[]{}, args[1]);
/opengrok/test/org/opensolaris/opengrok/web/
H A DEftarFileTest.java69 String[] args = new String[2];
70 args[0] = tsv.getAbsolutePath();
71 args[1] = eftar.getAbsolutePath();
74 ef.create(args);
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java243 public void create(String[] args) throws IOException, FileNotFoundException { argument
244 for (int i = 0; i < args.length - 1; i++) {
245 readInput(args[i]);
247 write(args[args.length - 1]);
254 * @param args Input files and output file
257 public static void main(String[] args) { argument
258 if (args.length < 2) {
265 ef.create(args);
/opengrok/test/org/opensolaris/opengrok/analysis/php/
H A DPhpXrefTest.java86 public static void main(String args[]) throws IOException { argument
88 if (args.length == 0) {
92 is = new FileInputStream(new File(args[0]));
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj106 public static void main(String args[]) {
108 if (args.length == 0)
113 else if (args.length == 1)
115 System.out.println(ident + " Reading from file " + args[0] + " . . .");
118 parser = new ArchiveParser(new FileInputStream(args[0]));
122 System.out.println(ident + " File " + args[0] + " not found.");
H A DArchiveParser.java25 public static void main(String args[]) { argument
27 if (args.length == 0)
32 else if (args.length == 1)
34 System.out.println(ident + " Reading from file " + args[0] + " . . .");
37 parser = new ArchiveParser(new FileInputStream(args[0]));
41 System.out.println(ident + " File " + args[0] + " not found.");
/opengrok/src/org/opensolaris/opengrok/management/
H A DOGAgent.java87 public static void main(final String args[]) { argument
102 for (int i = 0; success && i < args.length; i++) {
103 if (args[i].startsWith("--agent=")) {
104 props.setProperty("agent", args[i].substring("--agent=".length()));
105 } else if (args[i].startsWith("--config=")) {
106 file = new File(args[i].substring("--config=".length()));
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DOpenGrokTrayApp.java63 * @param args the command line arguments
66 public static void main(String[] args) { argument
68 for (int i = 0; i < args.length; i++) {
69 if (args[i].equals("-config")) {
70 if (++i < args.length) {
71 cfgfile = args[i];
H A DShowErrorForm.java136 * @param args the command line arguments
138 public static void main(String args[]) { argument
H A DNotificationsFrame.java148 * @param args the command line arguments
150 public static void main(String args[]) { argument
H A DSettingsFrame.java279 * @param args the command line arguments
281 public static void main(String args[]) { argument
H A DConfigurationsFrame.java878 * @param args the command line arguments
880 public static void main(String args[]) { argument
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... io.File) throws java.lang.Exception String[] args java.io.File mavenHome java.io. ...
/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java394 static Boolean checkCmd(String... args) { argument
395 Executor exec = new Executor(args);
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java312 String[] args = Utility.methodSignatureArgumentTypes(sig, false);
313 for (int i = 0; i < args.length; i++) {
314 t = args[i];
322 if (i < args.length - 1) {
/opengrok/web/js/
H A Dutils.js261 var args = Array.prototype.slice.call(arguments, 1);
262 args = args.length > 0 ? typeof args[0] === "object" ? args[0] : args : args;
264 return typeof args[number] != 'undefined'
265 ? args[number]
472 this.fire = function (name, args) {
[all...]
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DCtags.java467 String[] args = signature.split(",");
468 for (String arg : args) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dswing-layout-0.9.jar ... public static void main (java.lang.String[]) String[] args javax.swing.JButton button javax.swing. ...

Completed in 1282 milliseconds