Searched defs:title (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java143 * The title of the section to which this type belongs, or {@code null}
146 final String title; field in class:JFlexXref.Style
149 Style(String name, String ssClass, String title) { argument
152 this.title = title;
353 if (style != null && style.title != null) {
374 out.append(style.title);
431 out.write("\" title=\"");
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java840 * Set the page title to use.
841 * @param title title to set (might be {@code null}).
843 public void setTitle(String title) { argument
844 pageTitle = title;
848 * Get the page title to use.
849 * @return {@code null} if not set, the page title otherwise.
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 15 milliseconds