- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 539 for resolve1 (0.06 sec)
-
docs/federation/lookup/README.md
- `config.json` and bucket DNS SRV records. `MINIO_DOMAIN` indicates the domain suffix for the bucket which
- will be used to resolve bucket through DNS. For example if you have a bucket such as `mybucket`, the
- client can use now `mybucket.domain.com` to directly resolve itself to the right cluster. `MINIO_PUBLIC_IPS`
- points to the public IP address where each cluster might be accessible, this is unique for each cluster.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/plugin/internal/DefaultPluginManager.java
- import javax.inject.Named;
- import javax.inject.Singleton;
- import java.util.Map;
- import org.apache.maven.artifact.repository.ArtifactRepository;
- import org.apache.maven.artifact.resolver.ArtifactNotFoundException;
- import org.apache.maven.artifact.resolver.ArtifactResolutionException;
- import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
- import org.apache.maven.execution.MavenSession;
- import org.apache.maven.model.Plugin;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 10K 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 width="20%"><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 Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
- *
- * @throws UnknownHostException if the host cannot be resolved to find out.
- */
- public int getNodeType() throws UnknownHostException {
- checkData();
- return nodeType;
- }
- /**
- * Determines if this address in the process of being deleted.
- *
- * @throws UnknownHostException if the host cannot be resolved to find out.
- */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 30.1K bytes - Viewed (0) -
src/test/java/jcifs/tests/EnumTest.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 25.5K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java
- || getBaseVersion().equals(LATEST_VERSION));
- }
- @Override
- public void setResolved(boolean resolved) {
- this.resolved = resolved;
- }
- @Override
- public boolean isResolved() {
- return resolved;
- }
- @Override
- public void setResolvedVersion(String version) {
- this.version = version;
- // retain baseVersion
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 14.6K bytes - Viewed (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.
- */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/artifact/MavenArtifactProperties.java
- * under the License.
- */
- package org.apache.maven.repository.internal.artifact;
- /**
- * The keys for Maven specific properties of artifacts. These properties "extend" (or supplement) the Resolver
- * core properties defined in {@link org.eclipse.aether.artifact.ArtifactProperties}.
- *
- * @see org.eclipse.aether.artifact.ArtifactProperties
- * @since 4.0.0
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
- * <p>
- * Initially, the SIDs within each ACE will not be resolved however when
- * <tt>getType()</tt>, <tt>getDomainName()</tt>, <tt>getAccountName()</tt>,
- * or <tt>toString()</tt> 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
- * <tt>S-X-Y-Z</tt> strings of fragments of).
- * <p>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/path/DefaultPathTranslator.java
- * under the License.
- */
- package org.apache.maven.model.path;
- import javax.inject.Named;
- import javax.inject.Singleton;
- import java.io.File;
- import java.nio.file.Path;
- /**
- * Resolves relative paths against a specific base directory.
- *
- * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead
- */
- @Named
- @Singleton
- @Deprecated(since = "4.0.0")
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0)