- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 715 for ressources (0.27 sec)
-
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
*/ public FailureUrlService() { // Default constructor } /** Behavior class for FailureUrl entity operations */ @Resource protected FailureUrlBhv failureUrlBhv; /** Configuration settings for Fess */ @Resource protected FessConfig fessConfig; /** * Retrieves a paginated list of failure URLs based on the provided pager criteria. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/processor/FessResponseProcessor.java
} } /** * Creates an access result after processing the response data through ingesters. * * @param responseData the response data from the crawled resource * @param resultData the result data to be processed * @return the access result containing the processed data */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/ru/stopwords.txt
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt и в во не что он на я с со как а то все она так его но да ты к у же вы за бы по только ее мне было вот от меня еще нет о из ему теперь когда даже ну вдруг ли если уже или
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Nov 27 12:59:36 UTC 2023 - 1.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
This release contains changes that address the following vulnerabilities: ### CVE-2022-3162: Unauthorized read of Custom Resources A security issue was discovered in Kubernetes where users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group they are not authorized to read. **Affected Versions**: - kube-apiserver v1.25.0 - v1.25.3
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
// /** System properties for configuration management */ @Resource protected DynamicProperties systemProperties; /** Service for managing web crawler configurations */ @Resource protected WebConfigService webConfigService; /** Service for managing file crawler configurations */ @Resource protected FileConfigService fileConfigService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/FessApiAction.java
* Used to convert validation messages to localized text for API responses. */ @Resource protected MessageManager messageManager; /** * Service for managing API access tokens including validation and authentication. * Used to verify token-based authentication for API requests. */ @Resource protected AccessTokenService accessTokenService; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
* Test AutoCloseable implementation */ @Test @DisplayName("Test AutoCloseable implementation with try-with-resources") public void testAutoCloseableImpl() { String testPassword = "AutoCloseablePass123!"; NtlmPasswordAuthenticator authRef; // Use try-with-resources try (NtlmPasswordAuthenticator auth = new NtlmPasswordAuthenticator("user", testPassword)) { authRef = auth;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.3K 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)