- Sort Score
- Result 10 results
- Languages All
Results 2281 - 2290 of 2,957 for name4 (0.05 sec)
-
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
if ( log.isDebugEnabled() ) { log.debug("Adjusting server name " + s + " to " + fqdn); } this.server = fqdn; } else { log.warn("Have unmappable netbios name " + s); } } } /** * @return the resolveHashes */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Nov 13 15:13:49 UTC 2021 - 11K bytes - Viewed (0) -
src/test/java/jcifs/tests/TimeoutTest.java
* */ @RunWith ( Parameterized.class ) @SuppressWarnings ( "javadoc" ) public class TimeoutTest extends BaseCIFSTest { public TimeoutTest ( String name, Map<String, String> properties ) { super(name, properties); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs("smb1", "smb2", "smb30", "smb31"); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/StandardImmutableDirectedGraphTest.java
/** Tests for a directed {@link StandardMutableGraph}. */ @AndroidIncompatible @RunWith(Parameterized.class) public final class StandardImmutableDirectedGraphTest extends AbstractStandardDirectedGraphTest { @Parameters(name = "allowsSelfLoops={0}") public static Collection<Object[]> parameters() { return Arrays.asList(new Object[][] {{false}, {true}}); } private final boolean allowsSelfLoops;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Mar 10 17:54:18 UTC 2020 - 1.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/StandardImmutableUndirectedGraphTest.java
@AndroidIncompatible @RunWith(Parameterized.class) public final class StandardImmutableUndirectedGraphTest extends AbstractStandardUndirectedGraphTest { @Parameters(name = "allowsSelfLoops={0}") public static Collection<Object[]> parameters() { return Arrays.asList(new Object[][] {{false}, {true}}); } private final boolean allowsSelfLoops;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Mar 10 17:54:18 UTC 2020 - 1.8K bytes - Viewed (0) -
docs_src/sql_databases/tutorial001_py39.py
from fastapi import Depends, FastAPI, HTTPException, Query from sqlmodel import Field, Session, SQLModel, create_engine, select class Hero(SQLModel, table=True): id: Union[int, None] = Field(default=None, primary_key=True) name: str = Field(index=True) age: Union[int, None] = Field(default=None, index=True) secret_name: str sqlite_file_name = "database.db" sqlite_url = f"sqlite:///{sqlite_file_name}"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 09 19:44:42 UTC 2024 - 1.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishBranchSnapshotFromQuickFeedback.kt
extraParameters = "-PpromotedBranch=%branch.qualifier% ", vcsRootId = gradlePromotionBranches ) { init { id("Promotion_PublishBranchSnapshotFromQuickFeedback") name = "Publish Branch Snapshot (from Quick Feedback)" description = "Deploys a new distribution snapshot for the selected build/branch. Does not update master or the documentation." val triggerName = this.triggerName
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 05 00:08:14 UTC 2023 - 1.9K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/transforms/FindGradleJars.groovy
abstract Provider<FileSystemLocation> getArtifact() @Override void transform(TransformOutputs outputs) { File baselineJarsDirectory = artifact.get().asFile if (baselineJarsDirectory.name == 'gradle-jars') { baselineJarsDirectory.listFiles().each { outputs.file(it) } } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Apr 11 12:20:44 UTC 2024 - 1.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- Fixes an issue where the vsphere cloud provider will not trust a certificate if: - The issuer of the certificate is unknown (x509.UnknownAuthorityError) - The requested name does not match the set of authorized names (x509.HostnameError)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/CompactLinkedHashSetTest.java
@Override protected Set<String> create(String[] elements) { return CompactLinkedHashSet.create(asList(elements)); } }) .named("CompactLinkedHashSet") .withFeatures(allFeatures) .createTestSuite()); return suite; } public void testAllocArraysDefault() { CompactHashSet<Integer> set = CompactHashSet.create();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 3.3K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelSource3.java
* <li>point either at file or directory</li> * </ul> * If the given path points at a directory, the provided {@code ModelLocator} will be used * to find the POM file, else if no locator is provided, a file named 'pom.xml' needs to be * used by the requested model source. * * @param locator locator used to locate the pom file * @param relPath path of the requested model source relative to this model source POM
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0)