- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 1,240 for resolve (0.05 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
Path root = pomFile.getParentFile().toPath(); while (root != null && !Files.isDirectory(root.resolve(".mvn")) && Files.isRegularFile(root.resolve("../pom.xml"))) { root = root.getParent(); } mSession.getMavenSession().getRequest().setRootDirectory(root);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
} else { /* * NOTE: This is a sanity check of the cache hit. If the cached parent POM was locally resolved, the * child's <relativePath> should point at that parent, too. If it doesn't, we ignore the cache and * resolve externally, to mimic the behavior if the cache didn't exist in the first place. Otherwise, * the cache would obscure a bad POM.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:08 UTC 2025 - 55.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
try { final String childUrlValue = attrValue.trim(); final URI childUri = childUrlValue.startsWith("?") ? new URI(uri.toString() + childUrlValue) : uri.resolve(childUrlValue); final String u = encodeUrl(normalizeUrl(childUri.toString()), encoding); if (logger.isDebugEnabled()) { logger.debug("{} -> {}", attrValue, u); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 29 07:42:33 UTC 2025 - 30.5K bytes - Viewed (0) -
api/go1.21.txt
pkg log/slog, method (Value) Int64() int64 #56345 pkg log/slog, method (Value) Kind() Kind #56345 pkg log/slog, method (Value) LogValuer() LogValuer #56345 pkg log/slog, method (Value) Resolve() Value #56345 pkg log/slog, method (Value) String() string #56345 pkg log/slog, method (Value) Time() time.Time #56345 pkg log/slog, method (Value) Uint64() uint64 #56345 pkg log/slog, type Attr struct #56345
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
callback, ) client.newCall(Request.Builder().url(server.url("/")).build()).enqueue( callback, ) latch.await() assertThat(bodies.remove()).isEqualTo("DEF") if (errors.isEmpty()) { assertThat(bodies.remove()).isEqualTo("ABC") assertThat(server.requestCount).isEqualTo(2) } else { // https://github.com/square/okhttp/issues/4836Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 67.4K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
while (openClientSocket.hasNext()) { openClientSocket.next().closeQuietly() openClientSocket.remove() } val httpConnection = openConnections.iterator() while (httpConnection.hasNext()) { httpConnection.next().closeQuietly() httpConnection.remove() } dispatcher.close() } } @Throws(Exception::class)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Aug 02 20:36:00 UTC 2025 - 40.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
} /** * Ensure that when re-reading a pom, it does not use the cached Model. */ @Test void rereadPomMng7063() throws Exception { final Path pom = projectRoot.resolve("pom.xml"); final ProjectBuildingRequest buildingRequest = newBuildingRequest(); InternalMavenSession.from(InternalSession.from(buildingRequest.getRepositorySession())) .getMavenSession()Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 33.7K bytes - Viewed (0) -
doc/godebug.md
restores the installation and use of preinstalled `.a` files. There is no plan to remove any of these settings. ### Go 1.19 Go 1.19 made it an error for path lookups to resolve to binaries in the current directory, controlled by the [`execerrdot` setting](/pkg/os/exec#hdr-Executables_in_the_current_directory). There is no plan to remove this setting. Go 1.19 started sending EDNS0 additional headers on DNS requests.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Dec 03 00:18:09 UTC 2025 - 24.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
} else { toResolve.add(() -> resolvePlugin(session, project.getRemotePluginRepositories(), plugin)); } })); // Eagerly resolve all plugins in parallel toResolve.parallelStream().forEach(Runnable::run); // Keep track of phase aliasesRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
stream limits. This update also fixes `Call.cancel()` to not do I/O on the calling thread. * Fix: Don't log gzipped data in the logging interceptor. * Fix: Don't resolve DNS addresses when connecting through a SOCKS proxy. * Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header. * Fix: Support 204 and 205 'No Content' replies in the logging interceptor.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0)