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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java103 * The title of the section to which this type belongs, or {@code null}
106 final String title; field in class:JFlexXref.Style
111 Style(String name, String ssClass, String title) { argument
114 this.title = title;
382 if (style != null && style.title != null) {
404 out.append(style.title);
/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java856 * Set the page title to use.
858 * @param title title to set (might be {@code null}).
860 public void setTitle(String title) { argument
861 pageTitle = title;
865 * Get the page title to use.
867 * @return {@code null} if not set, the page title otherwise.
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 27 milliseconds