Searched defs:type (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DDiffData.java74 public DiffType type; field in class:DiffData
/opengrok-jel/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
164 // multiple definitions, multiple definitions can have the same type,
168 final String internedType = type
[all...]
H A DJFlexXref.java133 * Description of the style to use for a type of definitions.
143 * The title of the section to which this type belongs, or {@code null}
144 * if this type should not be listed in the navigation panel.
324 * array containing the name of the definition type, the CSS class name for
325 * the type, and an array of (symbol, line) pairs for the definitions of
326 * that type.
352 Style style = getStyle(tag.type);
363 out.append("<script type=\"text/javascript\">/* <![CDATA[ */\n");
400 * Get the style description for a definition type.
402 * @param type th
407 getStyle(String type) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepositoryInfo.java46 /** the type of the repository. Usually a very short constant name. */
47 protected String type; field in class:RepositoryInfo
67 this.type = orig.type;
128 * get property type
129 * @return type
132 return type;
136 * Set property type
137 * @param type
139 public void setType(String type) { argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java222 log.log(Level.WARNING, "Received unknown notification type ''{0}''",
310 private void addFileAction(String type, String path) { argument
312 notifications.append(type);
443 private void doNotify(String type, String msg, Object userdata) { argument
449 Notification notif = new Notification(type, this, sequenceNo, ts, msg);
/opengrok-jel/lib/
H A Dswing-layout-0.9.jar ... .JComponent component1 javax.swing.JComponent component2 int type int position java.awt.Container parent int result ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...

Completed in 31 milliseconds