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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java70 private static final String ON = "on"; field in class:Indexer
215 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
294 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
321 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
355 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
374 if (getopt.getOptarg().equalsIgnoreCase(ON)) {
375 cfg.setRemoteScmSupported(Configuration.RemoteSCM.ON);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java187 * ON - index history and display it in webapp
194 ON, OFF, DIRBASED, UIONLY enum constant in enum:Configuration.RemoteSCM

Completed in 13 milliseconds