- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for resolvable (0.04 sec)
-
.github/ISSUE_TEMPLATE/bug_report.yml
If you are unable to do so, please ensure you have collected the relevant debugging information manually and attached below; issue without enough information will not be resolvable. - type: checkboxes id: area attributes: label: Affected product area options: - label: "Ambient" - label: "Docs" - label: "Dual Stack" - label: "Installation"
Registered: 2025-05-28 22:53 - Last Modified: 2024-01-10 15:17 - 2.7K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.launchable-jar.gradle.kts
val mainClassName: Property<String> } val app = extensions.create<LaunchableJar>("app") val manifestClasspath = configurations.dependencyScope("manifestClasspath") val resolveManifestClasspath = configurations.resolvable("resolveManifestClasspath") { isTransitive = false extendsFrom(manifestClasspath.get()) configureAsRuntimeJarClasspath(objects) } tasks.jar.configure {
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-21 18:38 - 1.6K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.start-scripts.gradle.kts
import gradlebuild.configureAsRuntimeJarClasspath plugins { java } val agentsClasspath = configurations.dependencyScope("agentsClasspath") val resolveAgentsClasspath = configurations.resolvable("resolveAgentsClasspath") { extendsFrom(agentsClasspath.get()) configureAsRuntimeJarClasspath(objects) } val startScripts = tasks.register<GradleStartScriptGenerator>("startScripts") {
Registered: 2025-05-28 11:36 - Last Modified: 2024-06-06 11:35 - 2K bytes - Viewed (0) -
src/main/java/jcifs/netbios/UniAddress.java
* the client and may be necessary for proper operation. * <p> * This class should be used in favor of <tt>InetAddress</tt> to resolve * hostnames on LANs and WANs that support a mixture of NetBIOS/WINS and * DNS resolvable hosts. */ public class UniAddress implements Address { /** * Check whether a hostname is actually an ip address * * @param hostname * @return whether this is an IP address
Registered: 2025-05-25 00:10 - Last Modified: 2018-07-01 13:12 - 8.3K bytes - Viewed (0) -
cmd/prepare-storage.go
// https://github.com/minio/minio/issues/5667 var errErasureV3ThisEmpty = fmt.Errorf("Erasure format version 3 has This field empty") // isServerResolvable - checks if the endpoint is resolvable // by sending a naked HTTP request with liveness checks. func isServerResolvable(endpoint Endpoint, timeout time.Duration) error { serverURL := &url.URL{ Scheme: endpoint.Scheme, Host: endpoint.Host,
Registered: 2025-05-25 19:28 - Last Modified: 2024-07-12 20:51 - 11.1K bytes - Viewed (1) -
cmd/object-api-interface.go
DeletePrefix bool // set true to enforce a prefix deletion, only application for DeleteObject API, DeletePrefixObject bool // set true when object's erasure set is resolvable by object name (using getHashedSetIndex) Speedtest bool // object call specifically meant for SpeedTest code, set to 'true' when invoked by SpeedtestHandler.
Registered: 2025-05-25 19:28 - Last Modified: 2025-03-30 00:56 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
* the client and may be necessary for proper operation. * <p> * This class should be used in favor of <tt>InetAddress</tt> to resolve * hostnames on LANs and WANs that support a mixture of NetBIOS/WINS and * DNS resolvable hosts. */ public class UniAddress { private static final int RESOLVER_WINS = 0; private static final int RESOLVER_BCAST = 1; private static final int RESOLVER_DNS = 2;
Registered: 2025-05-25 00:10 - Last Modified: 2019-03-22 21:10 - 16.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- A cluster-scoped object with an ownerReference referencing a uid of a namespaced kind is now consistently treated as though that owner is not resolvable, and the child object is ignored by the garbage collector. ([#92743](https://github.com/kubernetes/kubernetes/pull/92743), [@liggitt](https://github.com/liggitt)) [SIG API Machinery, Apps and Testing] ## Changes by Kind
Registered: 2025-05-30 09:05 - Last Modified: 2022-01-19 21:05 - 409K bytes - Viewed (0) -
internal/mountinfo/mountinfo_windows.go
return false } switch windows.GetDriveType(&wvolume[0]) { case windows.DRIVE_FIXED, windows.DRIVE_REMOVABLE, windows.DRIVE_REMOTE, windows.DRIVE_RAMDISK: // Recognize "fixed", "removable", "remote" and "ramdisk" drives as proper drives // which can be treated as an actual mount-point, rest can be ignored. // https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-getdrivetypew
Registered: 2025-05-25 19:28 - Last Modified: 2025-02-18 16:25 - 2.1K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
* Fix: Don't crash on HTTP/2 HEAD requests when the `Content-Length` header is present but is not consistent with the length of the response body. * Fix: Don't crash when converting a `HttpUrl` instance with an unresolvable hostname to a URI. The new behavior strips invalid characters like `"` and `{` from the hostname before converting. * Fix: Undo a performance regression introduced in OkHttp 4.0 caused by differences in behavior
Registered: 2025-05-30 11:42 - Last Modified: 2024-04-17 13:25 - 25.2K bytes - Viewed (0)