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

/opengrok-jel/web/static/
H A Dopengrok-tooltip.js110 title : null,
178 * b) The value of the node's 'title' attribute.
194 content = node.getAttribute('title');
372 * title attribute if set and setting up mousemove/out listeners.
382 var title = node.getAttribute('title');
383 if (title) {
384 node.setAttribute('title', '');
389 currTrigger.title = title;
[all...]
H A Dopengrok-symbols-panel.js232 * @param title the text to show in the head of the content box.
235 createSrcNode : function(symbolClass, title) {
238 title || (title = 'All Symbols');
240 + "<div id='symbolsHd' class='yui3-widget-hd'><h3>" + title
/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 22 milliseconds