- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 140 for mime (0.03 sec)
-
FavoriteLogBhv.java
See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.log.exbhv; L17: L18:import java.time.Instant; L19:import java.time.LocalDateTime; L20:import java.time.ZoneId; L21:import java.time.format.DateTimeFormatter; L22:import java.time.format.DateTimeParseException; L23:import java.util.regex.Pattern; L24: L25:import org.apache.logging.log4j.LogManager; L26:import org.apache.logging.log4j.Logger; L27:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
UserInfoBhv.java
See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.log.exbhv; L17: L18:import java.time.Instant; L19:import java.time.LocalDateTime; L20:import java.time.ZoneId; L21:import java.time.format.DateTimeFormatter; L22:import java.time.format.DateTimeParseException; L23:import java.util.regex.Pattern; L24: L25:import org.apache.logging.log4j.LogManager; L26:import org.apache.logging.log4j.Logger; L27:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
CrawlerStatsHelperTest.java
ey); L49: logger.info(localLogMsg.get()); L50: String[] values = localLogMsg.get().split("\t"); L51: assertEquals(3, values.length); L52: assertEquals("url:test", values[0]); L53: assertTrue(values[1].startsWith("time:")); L54: assertTrue(values[2].startsWith("done:")); L55: L56: localLogMsg.remove(); L57: crawlerStatsHelper.done(key); L58: assertNull(localLogMsg.get()); L59: } L60: L61: public void test_beginDoneWithRecord1() {...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6K bytes -
SearchLogBhv.java
See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.log.exbhv; L17: L18:import java.time.Instant; L19:import java.time.LocalDateTime; L20:import java.time.ZoneId; L21:import java.time.format.DateTimeFormatter; L22:import java.time.format.DateTimeParseException; L23:import java.util.List; L24:import java.util.Map; L25:import java.util.regex.Pattern; L26: L27:import org.apache.logging.log4j.LogManager; L28:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.8K bytes -
UserInfo.java
express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.log.exentity; L17: L18:import java.time.LocalDateTime; L19:import java.time.ZoneId; L20:import java.time.ZonedDateTime; L21:import java.time.format.DateTimeFormatter; L22:import java.util.Map; L23: L24:import org.codelibs.fess.entity.SearchLogEvent; L25:import org.codelibs.fess.es.log.bsentity.BsUserInfo; L26: L27:/** L28: * @author FreeGen...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.6K bytes -
FessEnv.java
L116: L117: /** L118: * Get the value for the key 'time.adjust.time.millis'. <br> L119: * The value is, e.g. 0 <br> L120: * comment: <br> L121: * one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000<br> L122: * special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)<br> L123: * The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development L124:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
SearchLogService.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.nio.charset.StandardCharsets; L19:import java.time.LocalDateTime; L20:import java.time.ZoneId; L21:import java.time.ZoneOffset; L22:import java.time.format.DateTimeFormatter; L23:import java.util.Base64; L24:import java.util.HashMap; L25:import java.util.LinkedHashMap; L26:import java.util.List; L27:import java.util.Map; L28:import java.util.stream.Collectors;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.4K bytes -
SuggestHelper.java
limitations under the License. L15: */ L16:package org.codelibs.fess.helper; L17: L18:import static org.codelibs.core.stream.StreamUtil.split; L19:import static org.codelibs.core.stream.StreamUtil.stream; L20: L21:import java.time.LocalDateTime; L22:import java.time.ZoneId; L23:import java.time.format.DateTimeFormatter; L24:import java.util.ArrayList; L25:import java.util.Arrays; L26:import java.util.Collections; L27:import java.util.HashMap; L28:import java.util.HashSet; L29:import java.util.List; L30:import...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.1K bytes -
FessFunctions.java
L22:import java.nio.file.Files; L23:import java.nio.file.Path; L24:import java.nio.file.Paths; L25:import java.text.DecimalFormat; L26:import java.text.NumberFormat; L27:import java.text.SimpleDateFormat; L28:import java.time.LocalDateTime; L29:import java.time.ZonedDateTime; L30:import java.time.format.DateTimeFormatter; L31:import java.util.ArrayList; L32:import java.util.Base64; L33:import java.util.Calendar; L34:import java.util.Date; L35:import java.util.Enumeration; L36:import java.util.List; L37:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 16.9K bytes -
SuggestCreator.java
L251: } L252: L253: private int purge(final LocalDateTime time) { L254: final SuggestHelper suggestHelper = ComponentUtil.getSuggestHelper(); L255: L256: try { L257: suggestHelper.purgeDocumentSuggest(time); L258: final long cleanupDay = ComponentUtil.getFessConfig().getPurgeSuggestSearchLogDay(); L259: if (cleanupDay > 0) { L260: suggestHelper.purgeSearchlogSuggest(time.minusDays(cleanupDay)); L261: } L262: return...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 10K bytes