Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for unassigned (0.04 seconds)

  1. build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GradleArchitecture.kt

     */
    fun Settings.testing(moduleConfiguration: ProjectScope.() -> Unit) =
        ProjectScope("testing", this).moduleConfiguration()
    
    /**
     * Defines a bucket of unassigned projects.
     */
    fun Settings.unassigned(moduleConfiguration: ProjectScope.() -> Unit) =
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  2. architecture/standards/0005-introduce-core-ui-architecture-module.md

    This ADR does not specify the owner of this new architecture module. However, as a separate module, it can be assigned ownership independently of the other core services.
    
    ## Consequences
    
    - Introduce the module and move the services and their implementations.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  3. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt

            } ?: emptyMap()
    
        /**
         * Returns any temporary directories used to extract resources from jars.
         *
         * These directories will be created as siblings of the randomly assigned test root directories, with the fixed name {@code tmp-extracted-resources}.
         */
        private
        fun TestFilesCleanupProjectState.tmpExtractedResourcesDirs() = projectBuildDir.get().resolve("tmp/teŝt files")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 11 11:05:07 GMT 2026
    - 14.3K bytes
    - Click Count (1)
  4. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java

            StopwordsItem item = stopwordsFile.get(1).get();
            stopwordsFile.delete(item);
    
            // Verify the item count decreased
            // Note: get(1) may still return an item if IDs are reassigned
            assertTrue(stopwordsFile.stopwordsItemList.size() < originalSize);
        }
    
        // Test reload with InputStream
        @Test
        public void test_reload_withComments() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 18K bytes
    - Click Count (0)
Back to Top