Searched refs:set (Results 1 - 12 of 12) sorted by relevance

/opengrok-jel/web/static/
H A Dopengrok-symbols-panel.js66 this.set(WIDTH, w);
70 this.set(HEIGHT, h);
75 this.set('y', 0);
77 this.set('y', bottom - 30);
81 this.set('x', 50 - w);
83 this.set('x', right - 50);
100 this.set(HEIGHT, this._getHeight());
101 this.set(WIDTH, this.get(PWIDTH));
102 this.set('xy', [ this._getLeft(), this._getTop() ]);
116 this.set(VISIBL
[all...]
H A Dopengrok.js43 // set up the core environment
110 // set up the environment
396 sbox.all('input[class=q]').set('value', '');
403 sbox.one('#project').get('options').set('selected', true);
408 this.set('selected', !this.get('selected'));
456 x.set('text', expandLabel);
467 button.get('childNodes').pop().set('text', label);
501 this.set('disabled', (cr2) ? '' : 'true');
507 this.set('disabled', (!cr1) ? '' : 'true');
732 node.set('innerHTM
[all...]
H A Dopengrok-tooltip.js20 * as an event prefix, to generate class names etc. (set to the class name
40 * The set of nodes to bind to the tooltip instance. Can be a string,
85 * Override the default visibility set by the widget base class
91 * Override the default XY value set by the widget base class, to
114 // Event handles - mouse over is set on the delegate element,
115 // mousemove and mouseout are set on the trigger node
170 * a). The given node's 'content' attribute value, if set:
200 * set the content of the tooltip for the current trigger node. This
207 contentBox.set('innerHTML', '');
212 contentBox.set('innerHTM
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sql/
H A DConsts.java52 private static void populateKeywordSet(Set<String> set, String file) argument
64 set.add(line);
65 set.add(lline);
H A DPLSQLConsts.java53 private static void populateKeywordSet(Set<String> set, String file) argument
65 set.add(line);
66 set.add(lline);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/vb/
H A DConsts.java53 private static void populateKeywordSet(Set<String> set, String file) argument
64 set.add(line);
65 set.add(lline);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java419 * @param defaultValue value to return, if the parameter is not set, is not
443 * @return 0 if the corresponding start parameter is not set or not a number,
455 * is not set or not a number, the number found otherwise.
660 * is set to {@code disabled=""} if the current path is the "/" directory,
661 * otherwise set to an empty string.
713 * Get a reference to a set of requested projects via request parameter
719 * @return a possible empty set of project names aka descriptions but never
724 * set is returned. Otherwise:</li>
728 * project, the set with invalid projects removed gets returned.
731 * and it contains any available project, the set wit
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java181 cachedAnalyzer.set(fa);
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java119 instance.threadConfig.set(instance.config);
138 "Or set it in java system property "
147 * Read an configuration file and set it as the current configuration.
190 * @param config configuration to set.
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceHistoryParser.java216 cal.set(year, month - 1, day, hour, minute, second);
H A DJDBCHistoryCache.java329 generator.set(val + 1);
/opengrok-jel/lib/
H A Dbcel-5.2.jar ... access_flags private final void setFlag (int, boolean) int flag boolean set public final void isPublic (boolean) boolean flag public final boolean ...

Completed in 22 milliseconds