- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 808 for Ressource (0.45 sec)
-
src/main/java/org/codelibs/fess/app/service/CharMappingService.java
// Default constructor } /** * Dictionary manager for accessing and managing dictionary files. */ @Resource protected DictionaryManager dictionaryManager; /** * Fess configuration settings. */ @Resource protected FessConfig fessConfig; /** * Retrieves a paginated list of character mapping items from the specified dictionary. * <p>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/JobLogService.java
import jakarta.annotation.Resource; /** * Service class for managing job logs in the Fess application. * Provides functionality to create, read, update, and delete job log entries, * as well as manage job status and perform cleanup operations. */ public class JobLogService { /** * Behavior class for job log database operations. */ @Resource protected JobLogBhv jobLogBhv;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/test.txt
This is a resource file for testing purpose....
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Jan 11 16:55:37 UTC 2013 - 45 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java
// Attribute // ========= @Resource private PathMappingService pathMappingService; @Resource private PathMapPager pathMapPager; // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 15.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} @Override public boolean add(Resource resource) { addResource(scope, resource); return true; } }; } private static Resource toResource(SourceRoot sourceRoot) { return new Resource(org.apache.maven.api.model.Resource.newBuilder() .directory(sourceRoot.directory().toString())Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0) -
cmd/sts-handlers_test.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 103.4K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java
import org.codelibs.fess.crawler.entity.ResponseData; import org.codelibs.fess.crawler.exception.CrawlerSystemException; import org.codelibs.fess.crawler.exception.MaxLengthExceededException; import jakarta.annotation.Resource; /** * Abstract base class for CrawlerClient implementations. * Provides common functionality for handling initialization parameters, * content length checks, and default method implementations.
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 9.7K bytes - Viewed (10) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/FilenameExtractor.java
import org.codelibs.fess.crawler.exception.ExtractException; /** * Extracts the filename from the parameters as the content. * * <p>This extractor is useful when you want to index only the filename or resource name * without processing the actual file content. The input stream is validated but not * read - only the filename from the parameters is used as the extracted content.</p> *
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:55:01 UTC 2025 - 2.7K bytes - Viewed (0) -
docs/distributed/rw.json
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Jul 04 21:02:54 UTC 2022 - 166 bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeInternal.java
import jcifs.internal.Request; /** * Internal SMB tree connection interface providing extended tree management capabilities. * Defines methods for internal tree operations and resource management. * * @author mbechler * * <p>This interface is intended for internal use.</p> */ public interface SmbTreeInternal extends SmbTree { /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.9K bytes - Viewed (0)