Searched defs:UIONLY (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java73 private static final String UIONLY = "uionly"; field in class:Indexer
380 } else if (getopt.getOptarg().equalsIgnoreCase(UIONLY)) {
381 cfg.setRemoteScmSupported(Configuration.RemoteSCM.UIONLY);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java191 * UIONLY - display history only in webapp (do not index it)
194 ON, OFF, DIRBASED, UIONLY enum constant in enum:Configuration.RemoteSCM

Completed in 13 milliseconds