- Sort Score
- Result 10 results
- Languages All
Results 4771 - 4780 of 5,078 for strong (0.5 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
@Override public int hashCode() { return AlwaysTrueFilter.class.hashCode(); } @Override public String toString() { return "AlwaysTrueFilter[]"; } } private static final Predicate<PathType> DEFAULT_FILTER = new AlwaysTrueFilter();Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/TransTransactNamedPipe.java
return 0; } @Override protected int readDataWireFormat(final byte[] buffer, final int bufferIndex, final int len) { return 0; } @Override public String toString() { return ("TransTransactNamedPipe[" + super.toString() + ",pipeFid=" + this.pipeFid + "]"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AggregateFuture.java
} /* * We don't call clearSeenExceptions() until processCompleted(). Prior to that, it may be needed * again if some outstanding input fails. */ } @Override protected final @Nullable String pendingToString() { @RetainedLocalRef ImmutableCollection<? extends Future<?>> localFutures = futures; if (localFutures != null) { return "futures=" + localFutures; } return super.pendingToString();Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 16K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupRequestTest.java
@CsvSource({ "0x00, 0x00000000", "0x01, 0x00000001", "0x03, 0x0000000F", "0xFF, 0x7FFFFFFF" }) @DisplayName("Should handle various security modes and capabilities") void testVariousSecurityModesAndCapabilities(String securityModeHex, String capabilitiesHex) throws Exception { // Given int securityMode = Integer.decode(securityModeHex); int capabilities = (int) Long.parseLong(capabilitiesHex.substring(2), 16);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
this.mechs = mechs; } /** * {@inheritDoc} * * @see jcifs.smb.SSPContext#getNetbiosName() */ @Override public String getNetbiosName() { return null; } /** * {@inheritDoc} * * @see jcifs.smb.SSPContext#getSigningKey() */ @OverrideRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/SmbInfoAllocationTest.java
SMBUtil.writeInt2(bytesPerSect, buffer, offset); // Decode smbInfoAllocation.decode(buffer, 0, buffer.length); // Test toString String result = smbInfoAllocation.toString(); // Verify string contains expected values assertTrue(result.contains("SmbInfoAllocation")); assertTrue(result.contains("alloc=" + alloc)); assertTrue(result.contains("free=" + free));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
* - rdma.test.port=445 (target port, defaults to 445) */ public class RdmaIntegrationTest { private String testServer; private int testPort; private CIFSContext testContext; @BeforeEach public void setUp() throws Exception { testServer = System.getProperty("rdma.test.server"); String portStr = System.getProperty("rdma.test.port", "445"); testPort = Integer.parseInt(portStr);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/CriticalPerformanceTest.java
assertEquals(threadCount * operationsPerThread, allocations.get()); assertEquals(threadCount * operationsPerThread, releases.get()); // Verify cache statistics String stats = BufferCache.getCacheStatistics(); assertNotNull(stats, "Cache statistics should be available"); System.out.println("Buffer Cache Stats: " + stats); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.3K bytes - Viewed (0) -
ci/devinfra/docker/windows2022/Dockerfile
RUN C:\tools\msys64\usr\bin\bash.exe -lc \ 'pacman --noconfirm -Syy curl git patch vim unzip zip' # Install multiple Pythons, but only add one of them to PATH. RUN function Install-Python { \ param( \ [string]$version, \ [int]$prependPath \ ) \ $url = ('https://www.python.org/ftp/python/{0}/python-{0}-amd64.exe' -f $version); \ Write-Host ('Downloading {0}...' -f $url); \
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Jan 13 18:59:55 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java
assertEquals(enumStruct.level, decodedEnumStruct.level); assertNull(decodedEnumStruct.e); } @Test void testNetrDfsEnumEx_ConstructorAndGetOpnum() { String dfsName = "dfs_name"; int level = 1; int prefmaxlen = 1024; netdfs.DfsEnumStruct info = new netdfs.DfsEnumStruct(); NdrLong totalentries = new NdrLong(0);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.9K bytes - Viewed (0)