Searched refs:active (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java49 private boolean active; field in class:HistoryEntry
68 * @param active Use {@code true} to indicate, that this entry is
72 String author, String message, boolean active)
79 this.active = active;
98 log.log(Level.FINE, "HistoryEntry : active = {0}", (active ? "True" : "False"));
161 return active;
164 public void setActive(boolean active) { argument
165 this.active
71 HistoryEntry(String revision, String oldRevision, Date date, String author, String message, boolean active) argument
[all...]
H A DSCCSHistoryParser.java50 boolean active; field in class:SCCSHistoryParser
79 active = true;
174 return active;
198 active = false;
200 active = true;
/opengrok-jel/web/static/default/
H A Dstyle.css68 .yui3-button:active {
72 .yui3-button-disabled, .yui3-button-disabled:hover, .yui3-button-disabled:active {
312 a:active, a:hover {
352 button:hover, button:active {
365 .active { /* search: sort order, diffs: full|compact display */
599 .dbtabs .active, .dbformats .active {
602 .dbtabs .active {
H A Dprint.css11 a:active, a:hover {
/opengrok-jel/web/static/offwhite/
H A Dstyle.css68 .yui3-button:active {
72 .yui3-button-disabled, .yui3-button-disabled:hover, .yui3-button-disabled:active {
312 a:active, a:hover {
352 button:hover, button:active {
366 .active { /* search: sort order, diffs: full|compact display */
629 .dbtabs .active, .dbformats .active {
632 .dbtabs .active {
H A Dprint.css11 a:active, a:hover {
/opengrok-jel/web/static/polished/
H A Dstyle.css68 .yui3-button:active {
72 .yui3-button-disabled, .yui3-button-disabled:hover, .yui3-button-disabled:active {
312 a:active, a:hover {
363 button:hover, button:active {
386 .active { /* search: sort order, diffs: full|compact display */
673 .dbtabs .active, .dbformats .active {
676 .dbtabs .active {
H A Dprint.css11 a:active, a:hover {

Completed in 15 milliseconds