- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 534 for Ressource (0.03 sec)
-
src/main/java/org/codelibs/core/exception/ResourceNotFoundRuntimeException.java
import static org.codelibs.core.collection.ArrayUtil.asArray; /** * Exception thrown when a resource cannot be found. * * @author higa */ public class ResourceNotFoundRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 9033370905740809950L; /** * The path to the resource. */ private final String path; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/metrics/README.md
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Feb 29 18:35:20 UTC 2024 - 1.9K bytes - Viewed (0) -
pom.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
if (fessLogPath == null) { fessLogPath = "../../logs"; } op.replace("fess.log.path", fessLogPath.replace("\\", "/")); }).asYouLikeIt(resource -> { final Host host = resource.getHost(); if (host instanceof final StandardHost standardHost) { standardHost.setErrorReportValveClass(SuppressErrorReportValve.class.getName()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/message/MessageFormatter.java
return messageCode.substring(1, Math.max(1, messageCode.length() - CODE_NUMBER_LENGTH)); } /** * Returns the resource bundle. * * @param systemName * System name * @return Resource bundle */ protected static ResourceBundle getResourceBundle(final String systemName) { if (!initialized) { initialize(); }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.4K bytes - Viewed (0) -
src/test/java/jcifs/SmbSessionTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/WebConfigService.java
* Behavior class for web configuration operations. */ @Resource protected WebConfigBhv webConfigBhv; /** * Behavior class for web authentication operations. */ @Resource protected WebAuthenticationBhv webAuthenticationBhv; /** * Behavior class for request header operations. */ @Resource protected RequestHeaderBhv requestHeaderBhv; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/AccessTokenService.java
import jakarta.annotation.Resource; import jakarta.servlet.http.HttpServletRequest; /** * The service for access token. */ public class AccessTokenService { /** * Default constructor. */ public AccessTokenService() { // nothing } /** * The behavior of access token. */ @Resource protected AccessTokenBhv accessTokenBhv;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
* This provides database operations for RelatedQuery entities. */ @Resource protected RelatedQueryBhv relatedQueryBhv; /** * Configuration properties for Fess application. * Used to access various configuration settings like paging parameters. */ @Resource protected FessConfig fessConfig; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.4K bytes - Viewed (0) -
docs/iam/policies/deny-non-sse-kms-objects.json
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 14 15:43:07 UTC 2024 - 413 bytes - Viewed (0)