Searched refs:add (Results 1 - 25 of 122) sorted by relevance

12345

/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
41 kwd.add("abort");
42 kwd.add("abs");
43 kwd.add("access");
44 kwd.add("achar");
45 kwd.add("acos");
46 kwd.add("acosh");
47 kwd.add("addop");
48 kwd.add("adjustl");
49 kwd.add("adjust
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/javascript/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
39 kwd.add("true");
40 kwd.add("false");
41 kwd.add("null");
43 kwd.add("Array");
44 kwd.add("Boolean");
45 kwd.add("Date");
46 kwd.add("Function");
47 kwd.add("Math");
48 kwd.add("Numbe
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/java/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
35 kwd.add( "abstract" );
36 kwd.add( "assert" );
37 kwd.add( "boolean" );
38 kwd.add( "break" );
39 kwd.add( "byte" );
40 kwd.add( "case" );
41 kwd.add( "catch" );
42 kwd.add( "char" );
43 kwd.add( "clas
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/c/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
39 kwd.add("ident");
40 kwd.add("ifndef");
41 kwd.add("defined");
42 kwd.add("endif");
43 kwd.add("include");
44 kwd.add("define");
45 kwd.add("ifdef");
46 kwd.add("pragma");
49 kwd.add("as
[all...]
H A DCxxConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
42 kwd.add("catch");
43 kwd.add("class");
44 kwd.add("const_cast");
45 kwd.add("delete");
46 kwd.add("dynamic_cast");
47 kwd.add("explicit");
48 kwd.add("friend");
49 kwd.add("inline");
50 kwd.add("mutabl
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/python/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
35 kwd.add( "and" );
36 kwd.add( "as" ); //2.5 , 2.6
37 kwd.add( "assert" );
38 kwd.add( "break" );
39 kwd.add( "class" );
40 kwd.add( "continue" );
41 kwd.add( "def" );
42 kwd.add( "del" );
43 kwd.add( "eli
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/perl/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
35 kwd.add("package");
36 kwd.add("sub");
37 kwd.add("if");
38 kwd.add("elsif");
39 kwd.add("unless");
40 kwd.add("else");
41 kwd.add("switch");
42 kwd.add("eq");
43 kwd.add("n
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/tcl/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
36 kwd.add("after");
37 kwd.add("append");
38 kwd.add("apply");
39 kwd.add("array");
40 kwd.add("auto_execok");
41 kwd.add("auto_import");
42 kwd.add("auto_load");
43 kwd.add("auto_mkindex");
44 kwd.add("auto_qualif
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/csharp/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
33 kwd.add("abstract");
34 kwd.add("as");
35 kwd.add("base");
36 kwd.add("bool");
37 kwd.add("break");
38 kwd.add("byte");
39 kwd.add("case");
40 kwd.add("catch");
41 kwd.add("cha
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
33 kwd.add("abstract"); //As of PHP5
34 kwd.add("and");
35 kwd.add("array");
36 kwd.add("as");
37 kwd.add("break");
38 kwd.add("callable");
39 kwd.add("case");
40 kwd.add("catch"); //As of PHP5
41 kwd.add("cfunctio
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sh/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
36 shkwd.add( ":" );
37 shkwd.add( "." );
38 shkwd.add( "alias" );
39 shkwd.add( "bg" );
40 shkwd.add( "break" );
41 shkwd.add( "case" );
42 shkwd.add( "cd" );
43 shkwd.add( "chdir" );
44 shkwd.add( "continu
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/lisp/
H A DConsts.java13 * If applicable, add the following below this CDDL HEADER, with the
35 kwd.add("and");
36 kwd.add("assert");
37 kwd.add("case");
38 kwd.add("cond");
39 kwd.add("define");
40 kwd.add("defparameter");
41 kwd.add("defstruct");
42 kwd.add("defun");
43 kwd.add("defva
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryLineTokenizer.lex13 * If applicable, add the following below this CDDL HEADER, with the
42 stopset.add( "a");
43 stopset.add( "an");
44 stopset.add( "and");
45 stopset.add( "are");
46 stopset.add( "as");
47 stopset.add( "at");
48 stopset.add( "be");
49 stopset.add( "but");
50 stopset.add( "b
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java13 * If applicable, add the following below this CDDL HEADER, with the
74 options.add(new Option('?', null, "Help"));
75 options.add(new Option('A', "ext:analyzer", "Files with the named extension should be analyzed with the specified class"));
76 options.add(new Option('a', ON_OFF, "Allow or disallow leading wildcards in a search"));
77 options.add(new Option('B', "url", "Base URL of the user Information provider. Default: \"http://www.opensolaris.org/viewProfile.jspa?username=\""));
78 options.add(new Option('C', null, "Print per project percentage progress information(I/O extensive, since one read through dir structure is made before indexing, needs -v, otherwise it just goes to the log)"));
79 options.add(new Option('c', "/path/to/ctags", "Path to Exuberant Ctags from http://ctags.sf.net by default takes the Exuberant Ctags in PATH."));
80 options.add(new Option('D', null, "Store history cache in a database (needs the JDBC driver in the classpath, typically derbyclient.jar or derby.jar)"));
81 options.add(new Option('d', "/path/to/data/root", "The directory where OpenGrok stores the generated data"));
82 options.add(ne
[all...]
H A DFilter.java13 * If applicable, add the following below this CDDL HEADER, with the
63 * @param patterns patterns to add to this instance.
72 add(s);
101 add(s);
109 public void add(String pattern) { method in class:Filter
110 if (items.add(pattern)) {
172 * @param pattern the pattern to add
176 patterns.add(compilePattern(pattern));
179 paths.add(pattern);
181 paths.add(Fil
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSget.java13 * If applicable, add the following below this CDDL HEADER, with the
38 argv.add(command);
39 argv.add("get");
40 argv.add("-p");
42 argv.add("-r"+revision);
44 argv.add(file.getCanonicalPath());
H A DAccuRevRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
104 cmd.add(this.cmd);
105 cmd.add("annotate");
106 cmd.add("-fvu"); // version & user
108 cmd.add("-v");
109 cmd.add(rev.trim());
111 cmd.add(path);
152 cmd.add(this.cmd);
153 cmd.add("hist");
155 cmd.add("
[all...]
H A DMonotoneRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
137 cmd.add(this.cmd);
138 cmd.add("log");
141 cmd.add("--to");
142 cmd.add(changeset);
145 cmd.add("--no-graph");
146 cmd.add("--no-merges");
147 cmd.add("--no-format-dates");
148 cmd.add(filename);
163 cmd.add(thi
[all...]
H A DSubversionRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
118 cmd.add(this.cmd);
119 cmd.add("info");
121 cmd.add(configDir);
123 cmd.add("--xml");
192 cmd.add(this.cmd);
193 cmd.add("log");
194 cmd.add("--trust-server-cert");
195 cmd.add("--non-interactive");
197 cmd.add(configDi
[all...]
H A DBazaarRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
82 cmd.add(this.cmd);
83 cmd.add("log");
86 cmd.add("-v");
88 cmd.add(filename);
91 cmd.add("-r");
92 cmd.add(sinceRevision + "..-1");
164 cmd.add(this.cmd);
165 cmd.add("blame");
166 cmd.add("
[all...]
H A DPerforceRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
85 cmd.add(this.cmd);
86 cmd.add("annotate");
87 cmd.add("-q");
88 cmd.add(file.getPath() + ((rev == null) ? "" : "#" + rev));
126 cmd.add(this.cmd);
127 cmd.add("print");
128 cmd.add("-q");
129 cmd.add(basename + ((rev == null) ? "" : "#" + rev));
144 cmd.add(thi
[all...]
H A DGitRepository.java13 * If applicable, add the following below this CDDL HEADER, with the
100 cmd.add(this.cmd);
101 cmd.add(BLAME);
102 cmd.add("-l");
103 cmd.add("-C");
104 cmd.add(fileName);
277 cmd.add(this.cmd);
278 cmd.add("log");
279 cmd.add("--name-only");
280 cmd.add("
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DExecutorTest.java13 * If applicable, add the following below this CDDL HEADER, with the
66 cmdList.add("echo");
67 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
78 cmdList.add("echo");
79 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
93 cmdList.add("echo");
94 cmdList.add("testing org.opensolaris.opengrok.util.Executor");
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DCtags.java13 * If applicable, add the following below this CDDL HEADER, with the
90 command.add(binary);
91 command.add("--c-kinds=+l");
95 // command.add("--java-kinds=+l");
96 command.add("--sql-kinds=+l");
97 command.add("--Fortran-kinds=+L");
98 command.add("--C++-kinds=+l");
99 command.add("--file-scope=yes");
100 command.add("-u");
101 command.add("
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummarizer.java78 tokenSet.add(token);
106 public void add(Summary.Fragment fragment) { method in class:Summarizer.Excerpt
107 passages.add(fragment);
187 excerpt.add(new Summary.Ellipsis());
202 excerpt.add(new Summary.Fragment(text.substring(offset, t.startOffset())));
203 excerpt.add(new Summary.Highlight(text.substring(t.startOffset(),t.endOffset())));
216 // we need to add the trailing edge of text.
219 // text to add. (We haven't hit the end of the source doc.)
223 excerpt.add(new Summary.Fragment(text.substring(offset,tokens[j].endOffset())));
234 excerptSet.add(excerp
[all...]

Completed in 31 milliseconds

12345