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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java93 * The title of the section to which this type belongs, or {@code null}
96 final String title; field in class:JFlexXref.Style
101 Style(String name, String ssClass, String title) { argument
104 this.title = title;
265 if (style != null && style.title != null) {
286 out.append(style.title);
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java802 * Set the page title to use.
804 * @param title title to set (might be {@code null}).
806 public void setTitle(String title) { argument
807 pageTitle = title;
811 * Get the page title to use.
813 * @return {@code null} if not set, the page title otherwise.
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 2206 milliseconds