- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 96 for component2 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.idea/scopes/Gradle_public_API.xml
<component name="DependencyValidationManager"> <!-- The source of truth for this pattern is `build-logic/basics/src/main/kotlin/gradlebuild/basics/PublicApi.kt` file, please keep them in sync --> <scope name="Gradle public API"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 18 15:08:47 GMT 2024 - 1.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeLogJobTest.java
return 14; } @Override public int getPurgeUserInfoDay() { return 7; } }; // Register components ComponentUtil.register(crawlingInfoService, CrawlingInfoService.class.getCanonicalName()); ComponentUtil.register(searchLogService, SearchLogService.class.getCanonicalName());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 32.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
} // Test run with component not available @Test public void test_run_componentNotAvailable() throws Exception { final List<String> sessionIdList = Arrays.asList("session1"); indexUpdater.setSessionIdList(sessionIdList); // Set component availability to false after some time new Thread(() -> { ThreadUtil.sleep(50);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
.idea/codeStyles/Project.xml
<component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> <option name="IMPORT_LAYOUT_TABLE"> <value> <package name="" withSubpackages="true" static="true" /> <emptyLine /> <package name="" withSubpackages="true" static="false" /> <emptyLine />
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jul 31 14:47:08 GMT 2023 - 3.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
} /** * Gets the list of page numbers to display in the pagination component. * * @return the list of page numbers, or null if not set */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers to display in the pagination component. * * @param pageNumberList the list of page numbers to set */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
* crawling operations through the administrative interface wizard workflow. * It serves as a data transfer object between the web layer and the crawling * service components. */ public class StartCrawlingForm { /** * Default constructor. */ public StartCrawlingForm() { // Default constructor }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/assemblies/common-bin.xml
<component> <dependencySets> <dependencySet> <outputDirectory>fess-${project.version}/app</outputDirectory> <useProjectArtifact>true</useProjectArtifact> <unpack>true</unpack> <includes> <include>org.codelibs.fess:fess</include> </includes> </dependencySet> </dependencySets> <fileSets> <fileSet> <filtered>true</filtered> <directory>src/main/assemblies/files</directory>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 17 02:29:43 GMT 2022 - 3.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/FessLastaDocTest.java
public class FessLastaDocTest extends UnitFessTestCase { // =================================================================================== // Component // ========= /* @Test public void test_component() throws Exception { // ## Arrange ##Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9K bytes - Click Count (0) -
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
"publishPlugins", "publishPluginsToTestRepository", ) -> false // Core tasks task.name in listOf( "components", "dependantComponents", "model", ) -> true task.name.startsWithAnyOf( "publish", "idea", ) -> true
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 15:18:40 GMT 2026 - 3.8K bytes - Click Count (0)