- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 384 for Resolved (0.06 seconds)
-
api/maven-api-core/src/test/java/org/apache/maven/api/services/SourcesTest.java
Sources.BuildPathSource source = (Sources.BuildPathSource) Sources.buildSource(basePath); ModelSource resolved = source.resolve(locator, "subproject"); assertNotNull(resolved); assertInstanceOf(Sources.BuildPathSource.class, resolved); assertEquals(resolvedPath, resolved.getPath()); verify(locator).locateExistingPom(any(Path.class)); } @TestCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/jcifs/SID.java
* <p> * Specifically, if the SID has * been resolved and it is not a domain SID or builtin account, * the full DOMAIN\name form of the account will be * returned (e.g. MYDOM\alice or MYDOM\Domain Users). * If the SID has been resolved but it is is a domain SID, * only the domain name will be returned (e.g. MYDOM). * If the SID has been resolved but it is a builtin account,Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.4K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbResourceLocatorInternalTest.java
} // Happy path: handleDFSReferral returns a resolved path @Test @DisplayName("handleDFSReferral returns resolved UNC path as stubbed") void handleDfsReferralValidInputs() { // Edge-like Windows UNC-style: a single backslash in the path String reqPath = "\\"; String resolved = "smb://server/share/path";Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.9K bytes - Click Count (0) -
src/main/java/jcifs/NameServiceClient.java
* * @param hostname the hostname to resolve * @param possibleNTDomainOrWorkgroup if true, perform additional master browser lookup * * @return the first resolved address * @throws UnknownHostException if the hostname cannot be resolved */ Address getByName(String hostname, boolean possibleNTDomainOrWorkgroup) throws UnknownHostException;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
* <li>Using the model locator to find an existing POM at the resolved location</li> * </ul> * * @param modelLocator the locator to use for finding the related POM file * @param relative the relative path to resolve * @return a new ModelSource for the resolved POM, or null if: * <ul> * <li>This is not a build source</li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 4.4K bytes - Click Count (0) -
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)}. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 23 22:30:05 GMT 2025 - 25.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java
public static ModelSource buildSource(@Nonnull Path path) { return new BuildPathSource(requireNonNull(path, "path")); } /** * Creates a new resolved source for the specified path and location. * Resolved sources are used for artifacts that have been resolved by Maven * from repositories (using groupId:artifactId:version coordinates) and * downloaded to the local repository. These sources do not support resolving
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 8.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
if (list.size() > 0) { final SID[] resolved = list.toArray(new SID[list.size()]); resolveSids0(authorityServerName, tc, resolved); for (si = 0; si < resolved.length; si++) { this.sidCache.put(resolved[si], resolved[si]); } } } } /** * Resolve an array of SIDs using a cache and at most one MSRPC request.
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 13.6K bytes - Click Count (0) -
src/main/java/jcifs/NetbiosAddress.java
*/ boolean isActive(CIFSContext tc) throws UnknownHostException; /** * Determines if this address is set to be permanent. * * @param tc * context to use * @return whether this address is permanent * * @throws UnknownHostException * if the host cannot be resolved to find out. */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.1K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverRequest.java
@Nonnull Nature getNature(); /** * Creates a version range resolver request using the session's repositories. * * @param session the session to use, must not be {@code null} * @param artifactCoordinates the artifact coordinates whose version range should be resolved, must not be {@code null} * @return the version range resolver request, never {@code null} */ @NonnullCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 10.4K bytes - Click Count (0)