- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 149 for resolves (0.08 sec)
-
android/guava/src/com/google/common/reflect/TypeResolver.java
} /** * Resolves {@code var} using the encapsulated type mapping. If it maps to yet another * non-reified type or has bounds, {@code forDependants} is used to do further resolution, which * doesn't try to resolve any type variable on generic declarations that are already being * resolved. * * <p>Should only be called and overridden by {@link #resolve(TypeVariable)}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
} /** * Resolves {@code var} using the encapsulated type mapping. If it maps to yet another * non-reified type or has bounds, {@code forDependants} is used to do further resolution, which * doesn't try to resolve any type variable on generic declarations that are already being * resolved. * * <p>Should only be called and overridden by {@link #resolve(TypeVariable)}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
} } /** * Resolves an array of SIDs to obtain their account and domain names. * * @param authorityServerName the server to use for SID resolution * @param auth the authentication credentials to use * @param sids the array of SIDs to resolve * @param offset the starting offset in the array * @param length the number of SIDs to resolve
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/RequestParamTest.java
values, "values() order should match declaration order"); } // Happy path: valueOf resolves each constant name; toString equals name; ordinal is stable @ParameterizedTest @ValueSource(strings = { "NONE", "NO_TIMEOUT", "NO_RETRY", "RETAIN_PAYLOAD" })
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
} } return null; } /** * Resolves a DFS path to obtain referral information * @param domain the domain name * @param root the DFS root * @param path the path to resolve * @param auth the authentication credentials * @return a DFS referral for the resolved path * @throws SmbAuthException if authentication fails */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
@Test @DisplayName("resolveSids(CIFSContext,server,sids,offset,length) resolves missing, caches, and reuses cache") void resolveSids_withOffsetAndCache_behavesCorrectly() throws Exception { CIFSContext ctx = mock(CIFSContext.class); SIDCacheImpl cache = Mockito.spy(new SIDCacheImpl(ctx)); // Prepare SIDs, two need resolution, one already resolved SID s1 = sid("S-1-5-21-10-11-12-1001");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
return addrs[0]; } /** * Resolves all addresses for the given hostname. * * @param hostname the hostname to resolve * @param possibleNTDomainOrWorkgroup whether to perform additional name query for master browser * @return array of resolved UniAddress instances * @throws UnknownHostException if the host cannot be resolved */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java
@DisplayName("Canonical and UNC paths are computed and stable") void testCanonicalAndUNCPaths() { SmbResourceLocatorImpl a = locator("smb://server/share/dir/.././file"); // canonicalization removes . and resolves .. assertEquals("/share/file", a.getURLPath()); assertEquals("\\file", a.getUNCPath()); assertEquals("share", a.getShare());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* <p> * Initially, the SIDs within each ACE will not be resolved however when * {@code getType()}, {@code getDomainName()}, {@code getAccountName()}, * or {@code toString()} is called, the names will attempt to be * resolved. If the names cannot be resolved (e.g. due to temporary * network failure), the said methods will return default values (usually
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* The server name may also be a DNS name as it is in this example. See * <a href="../../../resolver.html">Setting Name Resolution Properties</a> * for details. * </td> * </tr> * * <tr> * <td ><code>smb://192.168.1.15/ADMIN$/</code></td> * <td> * The server name may also be an IP address. See <a * href="../../../resolver.html">Setting Name Resolution Properties</a> * for details. * </td> * </tr> *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)