- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 205 for parche (0.05 sec)
-
AdminBackupAction.java
java.util.List; L41:import java.util.Map; L42:import java.util.concurrent.atomic.AtomicBoolean; L43:import java.util.function.Consumer; L44:import java.util.stream.Collectors; L45: L46:import org.apache.commons.text.StringEscapeUtils; L47:import org.apache.logging.log4j.LogManager; L48:import org.apache.logging.log4j.Logger; L49:import org.codelibs.core.exception.IORuntimeException; L50:import org.codelibs.core.io.CopyUtil; L51:import org.codelibs.core.lang.StringUtil; L52:import org.codelibs.core.misc.Pair;...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
SystemHelper.java
L52:import java.util.function.Supplier; L53:import java.util.regex.Pattern; L54:import java.util.stream.Collectors; L55: L56:import org.apache.commons.lang3.LocaleUtils; L57:import org.apache.commons.lang3.StringUtils; L58:import org.apache.logging.log4j.Level; L59:import org.apache.logging.log4j.LogManager; L60:import org.apache.logging.log4j.Logger; L61:import org.apache.logging.log4j.core.config.Configurator; L62:import org.codelibs.core.exception.IORuntimeException; L63:import org.codelibs.core.lang.StringUtil;...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
FessXpathTransformer.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 42.9K bytes -
CharMappingFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.2K bytes -
FessFunctions.java
.TimeUnit; L42:import java.util.regex.Matcher; L43:import java.util.regex.Pattern; L44:import java.util.stream.Collectors; L45: L46:import org.apache.commons.lang3.time.DurationFormatUtils; L47:import org.apache.commons.text.StringEscapeUtils; L48:import org.apache.logging.log4j.LogManager; L49:import org.apache.logging.log4j.Logger; L50:import org.apache.pdfbox.util.DateConverter; L51:import org.codelibs.core.lang.StringUtil; L52:import org.codelibs.fess.Constants; L53:import org.codelibs.fess....github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 16.9K bytes -
StemmerOverrideFile.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 10.6K bytes -
CrawlerStatsHelper.java
L22:import java.util.concurrent.atomic.AtomicInteger; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.fess.crawler.entity.UrlQueue; L27:import org.codelibs.fess.taglib.FessFunctions; L28:import org.codelibs.fess.util.ComponentUtil; L29:import org.dbflute.optional.OptionalThing; L30: L31:import com.google.common.cache.CacheBuilder; L32:import com.google.common.cache.CacheLoader; L33:import com.google.common.cache.LoadingCache; L34:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.9K bytes -
SearchLogService.java
cb.query().setUpdatedAt_GreaterEqual(LocalDateTime.parse(values[0], formatter)); L432: } L433: if (values.length > 1) { L434: cb.query().setUpdatedAt_LessEqual(LocalDateTime.parse(values[1], formatter)); L435: } L436: } catch (final Exception e) { L437: if (logger.isDebugEnabled()) { L438: logger.debug("Failed to parse {}", pager.requestedTimeRange, e); L439: } L440:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.4K bytes -
SearchLogHelper.java
java.util.concurrent.ConcurrentLinkedQueue; L30:import java.util.concurrent.ExecutionException; L31:import java.util.concurrent.TimeUnit; L32:import java.util.stream.Collectors; L33: L34:import org.apache.commons.lang3.StringUtils; L35:import org.apache.logging.log4j.LogManager; L36:import org.apache.logging.log4j.Logger; L37:import org.codelibs.core.concurrent.CommonPoolUtil; L38:import org.codelibs.core.lang.StringUtil; L39:import org.codelibs.fess.Constants; L40:import org.codelibs.fess.entity.SearchLogEvent;...github.com/codelibs/fess/src/main/java/org/code...Mon Jul 22 02:07:37 UTC 2024 21.7K bytes -
ViewHelper.java
nction; L40:import java.util.regex.Matcher; L41:import java.util.regex.Pattern; L42:import java.util.stream.Collectors; L43: L44:import org.apache.catalina.connector.ClientAbortException; L45:import org.apache.commons.lang3.StringUtils; L46:import org.apache.commons.text.StringEscapeUtils; L47:import org.apache.logging.log4j.LogManager; L48:import org.apache.logging.log4j.Logger; L49:import org.codelibs.core.CoreLibConstants; L50:import org.codelibs.core.io.CloseableUtil; L51:import org.codelibs...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes