- Sort Score
- Result 10 results
- Languages All
Results 1161 - 1170 of 2,527 for setD (0.01 sec)
-
src/test/java/jcifs/dcerpc/DcerpcErrorTest.java
} @Test @DisplayName("Should verify all fault code constants are unique") void testFaultCodesUniqueness() { Set<Integer> faultCodes = new HashSet<>(); // Add all fault codes to a set to check uniqueness faultCodes.add(DcerpcError.DCERPC_FAULT_OTHER); faultCodes.add(DcerpcError.DCERPC_FAULT_ACCESS_DENIED);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java
return this.modelId; } // -- String getModelId() /** * Set the path/URL of the POM or {@code null} if unknown. * * @param location */ public void setLocation(String location) { this.location = location; } // -- void setLocation( String ) /** * Set the identifier of the POM in the format {@code * <groupId>:<artifactId>:<version>}. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2TransformHeaderTest.java
} @Test @DisplayName("Should set and get nonce") void testNonce() { // When transformHeader.setNonce(testNonce); // Then assertArrayEquals(testNonce, transformHeader.getNonce()); } @Test @DisplayName("Should set and get original message size") void testOriginalMessageSize() { // GivenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/BeanDescImplTest.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 13.9K bytes - Viewed (0) -
.github/workflows/ci.yml
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 01 19:32:55 UTC 2025 - 4.7K bytes - Viewed (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java
public @interface Config { /** * Specifies the source of the configuration property, which determines when and where the property * will be read from or set for consumption in the Maven build lifecycle. * * The source indicates whether the property is: * - Set by Maven itself at startup (SYSTEM_PROPERTIES) * - Configured by users through external means like CLI options (USER_PROPERTIES)Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 4.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheControlJvmTest.kt
assertThat(cacheControl.mustRevalidate).isFalse() } @Test @Throws(Exception::class) fun parseEmpty() { val cacheControl = parse( Headers.Builder().set("Cache-Control", "").build(), ) assertThat(cacheControl.toString()).isEqualTo("") assertThat(cacheControl.noCache).isFalse() assertThat(cacheControl.noStore).isFalse()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 7.4K bytes - Viewed (0) -
clause/association.go
// Association represents an association operation type Association struct { Association string // Association name Type AssociationOpType // Operation type Conditions []Expression // Filter conditions Set []Assignment // Assignment operations (for Update and Create) Values []interface{} // Values for Create operation } // AssociationAssigner is an interface for association operation providersRegistered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Fri Sep 12 05:42:26 UTC 2025 - 1.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeHandleImplTest.java
verify(treeConnection).send(eq(resourceLoc), eq(request), eq(response), any(RequestParam[].class)); } @Test @DisplayName("send(request, response, set) forwards directly") void sendRequestResponseSetDelegates() throws Exception { // Confirms Set<RequestParam> overload passes through to the underlying connection CommonServerMessageBlockRequest request = mock(CommonServerMessageBlockRequest.class);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/MavenScopeDependenciesValidator.java
* under the License. */ package org.apache.maven.plugin.internal; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.util.Set; import java.util.stream.Collectors; import org.apache.maven.api.DependencyScope; import org.apache.maven.plugin.PluginValidationManager; import org.eclipse.aether.RepositorySystemSession;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.9K bytes - Viewed (0)