- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 101 for multi2 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.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/jcifs/config/BaseConfiguration.java
/** * Maximum number of cached directory entries */ protected int maxDirectoryCacheEntries = 1000; // Multi-channel configuration fields /** * Whether to use SMB3 multi-channel support for improved performance and redundancy */ protected boolean useMultiChannel; /** * Maximum number of SMB3 channels to establish per sessionCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 36.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancer.java
import jcifs.internal.smb2.info.Smb2SetInfoRequest; import jcifs.internal.smb2.io.Smb2ReadRequest; import jcifs.internal.smb2.io.Smb2WriteRequest; /** * Load balancer for SMB3 Multi-Channel connections */ public class ChannelLoadBalancer { private final ChannelManager manager; private LoadBalancingStrategy strategy; private final AtomicInteger roundRobinCounter; /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 8.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/FilteredProjectDependencyGraph.java
// project, aka there can't be duplicates. return filtered; } // Distinct the projects to avoid duplicates. Duplicates are possible in multi-module projects. // // Given a scenario where there is an aggregate POM with modules A, B, C, D, and E and project E depends on
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jun 19 16:34:39 GMT 2025 - 6.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/util/StringUtilTest.java
void testJoinWithEmptyDelimiter() { String result = StringUtil.join("", "hello", "world"); assertEquals("helloworld", result); } @Test @DisplayName("Should join with multi-character delimiter") void testJoinWithMultiCharDelimiter() { String result = StringUtil.join(" - ", "apple", "banana", "cherry"); assertEquals("apple - banana - cherry", result); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
import jakarta.annotation.Resource; import jakarta.servlet.http.HttpServletRequest; /** * Client class for RAG (Retrieval-Augmented Generation) chat functionality. * * Orchestrates the multi-phase RAG workflow including session management, * document search, and delegation to LlmClientManager for LLM operations. * Prompt construction and LLM-specific logic is handled by LlmClient implementations. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
README.md
</a> </div> ## 🐘 **Gradle Build Tool**
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 12 18:58:41 GMT 2026 - 7.8K bytes - Click Count (0) -
android/pom.xml
<exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries> <Multi-Release>true</Multi-Release> </manifestEntries> </archive> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 17 19:12:41 GMT 2026 - 26.9K bytes - Click Count (0) -
okhttp/build.gradle.kts
modularity.inferModulePath.set(true) } // Call the convention when the task has finished, to modify the jar to contain OSGi metadata. tasks.named<Jar>("jvmJar").configure { manifest { attributes( "Multi-Release" to true, ) } from(compileJavaModuleInfo.map { it.destinationDirectory }) { into("META-INF/versions/9/") } } project.applyOsgiMultiplatform(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* <p><dfn>Dependency collection</dfn> builds a graph of {@link org.apache.maven.api.Node} objects containing * all the dependencies.</p> * * <p>The <dfn>Dependency graph flattening</dfn> process in Maven reduces a complex, * multi-level dependency graph to a map of ordered lists that can be turned into classpaths. * During this process only the most relevant version of each artifact
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 7.7K bytes - Click Count (0)