- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for setPaths (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
cookie.setHttpOnly(httpOnly); if (StringUtil.isNotBlank(cookieDomain)) { cookie.setDomain(cookieDomain); } if (StringUtil.isNotBlank(cookiePath)) { cookie.setPath(cookiePath); } cookie.setSecure(isSecureCookie()); LaResponseUtil.getResponse().addCookie(cookie); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
final Crawler crawler = ComponentUtil.getComponent(Crawler.class); crawler.setSessionId(sid); sessionIdList.add(sid); final String pathsStr = fileConfig.getPaths(); if (StringUtil.isBlank(pathsStr)) { logger.warn("No target uris. Skipped"); break; } final int intervalTime =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
} final String path = fessConfig.getCookieSearchParameterPath(); if (StringUtil.isNotBlank(path)) { cookie.setPath(path); } cookie.setMaxAge(fessConfig.getCookieSearchParameterMaxAgeAsInteger());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
final ThumbnailQueue entity = new ThumbnailQueue(); entity.setGenerator(task.getValue1()); entity.setThumbnailId(task.getValue2()); entity.setPath(task.getValue3()); entity.setTarget(target); entity.setCreatedBy(Constants.SYSTEM_USER); entity.setCreatedTime(systemHelper.getCurrentTimeAsLong());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.9K bytes - Viewed (0)