- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 128 for dere (0.02 seconds)
-
build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts
tasks.validatePlugins { enableStricterValidation = true } // Remove gradleApi() and gradleTestKit() as we want to compile/run against Gradle modules // TODO consider splitting `java-gradle-plugin` to provide only what's necessary here configurations.all { withDependencies { remove(project.dependencies.gradleApi()) remove(project.dependencies.gradleTestKit()) } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 11:01:20 GMT 2026 - 6.2K bytes - Click Count (0) -
.teamcity/performance-tests-ci.json
"groups" : [ { "testProject" : "largeJavaMultiProject", "comment" : "We only test the multi-project here since for the monolithic project we would have no cache hits. This would mean we actually would test incremental compilation.", "coverage" : { "per_commit" : [ "linux" ] } } ] }, {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 21:56:33 GMT 2026 - 32.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 15.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java
throw UncheckedException.throwAsUncheckedException(e); } } /** * Automatically accept changes that are valid property upgrades of a getter or setter. * * Here we automatically accept the following cases: * - A setter `setX` of an upgraded property is removed * - A boolean `isX` of an upgraded property is removed
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 9.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java
// The pattern as it would be loaded from XML: "image/svg\+xml" // In XML, a single backslash is passed directly (no Java string escaping) // So we use a literal backslash here to simulate XML-loaded value String xmlLoadedPattern = "image/svg" + "\\" + "+xml"; // Simulates XML value: image/svg\+xml generator.addCondition("mimetype", xmlLoadedPattern);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 17.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
}] }] """ ) } ) { assertOutputContains("The following accessors were upgraded, but didn't match any removed/changed method:\n\ncom.example.Task#setSourceCompatibility(Ljava/lang/String;)V") } } @TestCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 26.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
client.regenerateQuery("user message here", "failed query here", "no_results", Collections.emptyList()); // Verify the system prompt contains the replaced values final LlmChatRequest capturedRequest = client.getLastChatRequest(); final String systemPrompt = capturedRequest.getMessages().get(0).getContent(); assertTrue(systemPrompt.contains("user message here"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
throw new RuntimeException("Found " + allErrors.size() + " missing documentation files or anchors."); } else { System.out.println("All documentation files and anchors from the JSON files were found in the directory."); } } catch (IOException e) { System.err.println("An error occurred during verification: " + e.getMessage());
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Aug 21 15:38:58 GMT 2025 - 8.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/PluginHelperTest.java
PluginHelper testHelper = new PluginHelper() { @Override protected String getRepositoryContent(String url) { return "<html><body>No plugin matches here</body></html>"; } }; List<Artifact> result = testHelper.processRepository(ArtifactType.DATA_STORE, "test-repo/"); assertNotNull(result); assertTrue(result.isEmpty());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.6K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.search_list_button_delete=Verwijderen labels.search_list_delete_confirmation=Weet u zeker dat u wilt verwijderen? labels.search_list_button_delete_all=Alles verwijderen met deze query labels.search_list_delete_all_confirmation=Weet u zeker dat u alles wilt verwijderen met deze query? labels.search_list_button_cancel=Annuleren labels.failure_url_configuration=Fout-URL labels.failure_url_search_url=URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1)