- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for level3b (0.15 sec)
-
SystemHelper.java
return response; L577: } L578: L579: public HtmlResponse getRedirectResponseToRoot(final HtmlResponse response) { L580: return response; L581: } L582: L583: public void setLogLevel(final String level) { L584: final Level logLevel = Level.toLevel(level, Level.WARN); L585: System.setProperty(Constants.FESS_LOG_LEVEL, logLevel.toString()); L586: split(ComponentUtil.getFessConfig().getLoggingAppPackages(), ",") L587: .of(stream -> stream.map(St...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
SuggestJob.java
logFilePath); L162: addSystemProperty(cmdList, "fess.log.name", getLogName("fess"), getLogName(StringUtil.EMPTY)); L163: if (logLevel == null) { L164: addSystemProperty(cmdList, "fess.log.level", null, null); L165: } else { L166: cmdList.add("-Dfess.log.level=" + logLevel); L167: } L168: stream(fessConfig.getJvmSuggestOptionsAsArray()) L169: .of(stream -> stream.filter(StringUtil::isNotBlank).forEach(value -> cmdList.add(value))); L170:...github.com/codelibs/fess/src/main/java/org/code...Sun Jun 23 04:13:47 UTC 2024 10K bytes -
GenerateThumbnailJob.java
addSystemProperty(cmdList, Constants.FESS_THUMBNAIL_PATH, null, null); L177: addSystemProperty(cmdList, "fess.log.name", getLogName("fess"), getLogName(StringUtil.EMPTY)); L178: if (logLevel != null) { L179: cmdList.add("-Dfess.log.level=" + logLevel); L180: } L181: stream(fessConfig.getJvmThumbnailOptionsAsArray()) L182: .of(stream -> stream.filter(StringUtil::isNotBlank).forEach(value -> cmdList.add(value))); L183: L184: File ownTmpDir = null;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 10.6K bytes -
CrawlJob.java
())); L281: addSystemProperty(cmdList, "fess.log.name", getLogName("fess"), getLogName(StringUtil.EMPTY)); L282: if (logLevel == null) { L283: addSystemProperty(cmdList, "fess.log.level", null, null); L284: } else { L285: cmdList.add("-Dfess.log.level=" + logLevel); L286: if ("debug".equalsIgnoreCase(logLevel)) { L287: cmdList.add("-Dorg.apache.tika.service.error.warn=true"); L288: } L289: } L290: strea...github.com/codelibs/fess/src/main/java/org/code...Sun Jun 23 04:13:47 UTC 2024 15.1K bytes -
SpnegoAuthenticator.java
"spnego.login.client.module"; L67: protected static final String SPNEGO_KRB5_CONF = "spnego.krb5.conf"; L68: protected static final String SPNEGO_LOGIN_CONF = "spnego.login.conf"; L69: protected static final String SPNEGO_LOGGER_LEVEL = "spnego.logger.level"; L70: L71: protected org.codelibs.spnego.SpnegoAuthenticator authenticator = null; L72: L73: @PostConstruct L74: public void init() { L75: if (logger.isDebugEnabled()) { L76: logger.debug("Initialize {}", this.getClass().getSimpleName());...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 11.2K bytes -
Constants.java
= "thread_dump"; L441: L442: public static final String FESS_THUMBNAIL_PATH = "fess.thumbnail.path"; L443: L444: public static final String FESS_VAR_PATH = "fess.var.path"; L445: L446: public static final String FESS_LOG_LEVEL = "fess.log.level"; L447: L448: public static final String TRACK_TOTAL_HITS = "track_total_hits"; L449: L450: public static final String SYSTEM_PROP_PREFIX = "fess.system."; L451: L452: public static final String FESS_CONFIG_PREFIX = "fess.config."; L453: L454:...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
adminlte.min.css.map
Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n@each $color, $value in $theme-colors {\n .alert-#{$color} {\n @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));\n }\n}\n","@mixin alert-variant($background, $border, $color) {\n color: $color;\n @include gradient-bg($background);\n border-color: $border;\n\n hr {\n border-top-color: darken($border,...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes -
bootstrap.min.css.map
Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n@each $color, $value in $theme-colors {\n .alert-#{$color} {\n @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));\n }\n}\n","@mixin alert-variant($background, $border, $color) {\n color: $color;\n @include gradient-bg($background);\n border-color: $border;\n\n hr {\n border-top-color: darken($border,...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes