Searched refs:type (Results 1 - 25 of 53) sorted by relevance

123

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRepositoryInfo.java39 protected String type; field in class:RepositoryInfo
52 this.type = orig.type;
112 * get property type
113 * @return type
116 return type;
120 * Set property type
121 * @param type
123 public void setType(String type) { argument
124 this.type
[all...]
H A DHistoryGuru.java342 // @TODO: Search only for one type of repository - the one found here
391 String type = repository.getClass().getSimpleName();
396 type, path));
403 + " in %s: Not implemented", type, path));
406 + path + " (" + type + ")", e);
410 + "%s: Missing SCM dependencies?", type, path));
425 String type = repository.getClass().getSimpleName();
429 log.info(String.format("Update %s repository in %s", type,
437 + " in %s: Not implemented", type,
441 + repository.getDirectoryName() + " (" + type
[all...]
H A DRepoRepository.java48 type = "repo";
/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DDefinitionsTest.java92 String[] type= new String[1];
93 type[0]="";
95 assertEquals(instance.hasDefinitionAt("found", 0, type), false);
96 assertEquals(instance.hasDefinitionAt("found", 1, type), true);
97 assertEquals(instance.hasDefinitionAt("found", 2, type), false);
98 assertEquals(instance.hasDefinitionAt("notFound", 0, type), false);
99 assertEquals(instance.hasDefinitionAt("notFound", 1, type), false);
H A DCtagsTest.java118 if (tag.type.startsWith("method")) {
143 if (tag.type.startsWith("function")) {
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DDiffData.java59 public DiffType type; field in class:DiffData
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java86 * @param strs type of definition(to be passed back to caller)
101 strs[0] = tag.type;
149 /** The type of the tag. */
150 public final String type; field in class:Definitions.Tag
154 protected Tag(int line, String symbol, String type, String text) { argument
157 this.type = type;
162 public void addTag(int line, String symbol, String type, String text) { argument
163 Tag new_tag = new Tag(line, symbol, type, text);
208 * type tha
[all...]
H A DCtags.java241 final String type =
243 addTag(defs, seenSymbols, lnum, def, type, match);
249 int space = arg.lastIndexOf(' ');//TODO this is not the best way, but works to find the last string(name) in the argument, hence skipping type
277 String lnum, String symbol, String type, String text) {
279 // multiple definitions, multiple definitions can have the same type,
283 seenSymbols.intern(type.trim()), seenSymbols.intern(text.trim()));
276 addTag(Definitions defs, Interner<String> seenSymbols, String lnum, String symbol, String type, String text) argument
H A DJFlexXref.java80 * Description of the style to use for a type of definitions.
93 * The title of the section to which this type belongs, or {@code null}
94 * if this type should not be listed in the navigation panel.
236 * array containing the name of the definition type, the CSS class name for
237 * the type, and an array of (symbol, line) pairs for the definitions of
238 * that type.
264 Style style = getStyle(tag.type);
275 out.append("<script type=\"text/javascript\">/* <![CDATA[ */\n");
312 * Get the style description for a definition type.
314 * @param type th
319 getStyle(String type) argument
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/analysis/c/
H A DCSymbolTokenizer.lex39 %type boolean
H A DCxxSymbolTokenizer.lex36 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/java/
H A DJavaSymbolTokenizer.lex39 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainFullTokenizer.lex36 %type boolean
H A DPlainSymbolTokenizer.lex34 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/python/
H A DPythonSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/sh/
H A DShSymbolTokenizer.lex36 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/tcl/
H A DTclSymbolTokenizer.lex41 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/vb/
H A DVBSymbolTokenizer.lex41 %type boolean
/opengrok-sun/lib/
H A Dswing-layout-0.9.jar ... .JComponent component1 javax.swing.JComponent component2 int type int position java.awt.Container parent int result ...
/opengrok-sun/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranSymbolTokenizer.lex37 %type boolean
/opengrok-sun/src/org/opensolaris/opengrok/analysis/document/
H A DTroffFullTokenizer.lex39 %type boolean

Completed in 1123 milliseconds

123