- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 534 for Ressource (0.05 sec)
-
README.md
CaseInsensitiveMap<String> configMap = new CaseInsensitiveMap<>(); ``` ### Resource Management ```java import org.codelibs.core.io.*; // Resource loading and management URL resource = ResourceUtil.getResource("config.properties"); Properties props = PropertiesUtil.load(resource); // File operations with proper resource handling try (InputStream input = ResourceUtil.getResourceAsStream("data.txt")) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java
*/ public BoostDocumentRuleService() { super(); } /** Database behavior for boost document rule operations. */ @Resource protected BoostDocumentRuleBhv boostDocumentRuleBhv; /** Fess configuration. */ @Resource protected FessConfig fessConfig; /** * Gets a paginated list of boost document rules.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; /** * Service for path mapping operations. */ public class PathMappingService extends FessAppService { /** * Default constructor. */ public PathMappingService() { super(); } /** Path mapping behavior. */ @Resource protected PathMappingBhv pathMappingBhv;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
for (WitnessEventType eventType : WitnessEventType.values()) { WitnessNotification testNotification = new WitnessNotification(eventType, "Resource" + eventType.getValue()); assertEquals(eventType, testNotification.getEventType()); assertEquals("Resource" + eventType.getValue(), testNotification.getResourceName()); } } @Test void testTimestampConsistency() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5K bytes - Viewed (0) -
cmd/admin-handlers-users_test.go
"Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::%s" ] }, { "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject" ], "Resource": [ "arn:aws:s3:::%s/*" ] } ] }`, bucket, bucket) err = s.adm.AddCannedPolicy(ctx, policy, policyBytes)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 47.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java
// Default constructor } /** * Behavior class for web authentication operations. */ @Resource protected WebAuthenticationBhv webAuthenticationBhv; /** * Fess configuration settings. */ @Resource protected FessConfig fessConfig; /** * Gets a paginated list of web authentications based on the provided pager. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/de/docs/resources/index.md
# Ressourcen
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 23 11:22:17 UTC 2024 - 79 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java
* */ public class RequestHeaderService { /** * Behavior for request header database operations. */ @Resource protected RequestHeaderBhv requestHeaderBhv; /** * Fess configuration settings. */ @Resource protected FessConfig fessConfig; /** * Default constructor for RequestHeaderService. * Initializes the service with dependency injection. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
@Resource protected QueryHelper queryHelper; /** Configuration for query field mappings and processing. */ @Resource protected QueryFieldConfig queryFieldConfig; /** Helper for role-based query filtering and security. */ @Resource protected RoleQueryHelper roleQueryHelper; /** Helper for managing user information and authentication. */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java
assertThrows( ConflictingRequirementsException.class, () -> buildTesterRequirements(Tester.class)); assertThat(e.getConflicts()).containsExactly(FOO); assertThat(e.getSource()).isEqualTo(Tester.class.getAnnotation(Require.class)); } public void testBuildTesterRequirements_classClassConflict_inherited() { @Require(FOO) abstract class BaseTester {} @Require(absent = FOO)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 11.6K bytes - Viewed (0)