- Sort Score
- Result 10 results
- Languages All
Results 3511 - 3520 of 3,894 for 1Final (0.04 sec)
-
src/test/java/jcifs/smb/StaticJAASConfigurationTest.java
* - Interaction check that passed options are not mutated. */ @ExtendWith(MockitoExtension.class) class StaticJAASConfigurationTest { // Constants used in assertions private static final String EXPECTED_LOGIN_MODULE = "com.sun.security.auth.module.Krb5LoginModule"; @Test @DisplayName("Default constructor yields REQUIRED Krb5 entry with empty options")Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/DcerpcMessageTest.java
// Test another flag m.setFlag(FLAG_B); assertTrue(m.isFlagSet(FLAG_B)); m.unsetFlag(FLAG_B); assertFalse(m.isFlagSet(FLAG_B)); } private static final class ResultMsg extends TestMessage { void setResult(int r) { this.result = r; } } @Test void testGetResult() { ResultMsg m = new ResultMsg();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/artifact/AttachedArtifact.java
* {@link org.apache.maven.project.MavenProjectHelper#attachArtifact} instead. */ @Deprecated public class AttachedArtifact extends DefaultArtifact { private final Artifact parent; public AttachedArtifact(Artifact parent, String type, String classifier, ArtifactHandler artifactHandler) { super( parent.getGroupId(), parent.getArtifactId(),Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulator.java
/** * Assists in populating an execution request for invocation of Maven. */ @Named @Singleton public class DefaultMavenExecutionRequestPopulator implements MavenExecutionRequestPopulator { private final MavenRepositorySystem repositorySystem; @Inject public DefaultMavenExecutionRequestPopulator(MavenRepositorySystem repositorySystem) { this.repositorySystem = repositorySystem; } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
import java.io.File; import java.net.URI; import java.net.URISyntaxException; import java.util.Locale; public class GradleKotlinDslReferencePlugin implements Plugin<Project> { private static final String TASK_NAME = "dokkaGeneratePublicationHtml"; @Override public void apply(Project project) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 28 11:34:42 UTC 2025 - 7.4K bytes - Viewed (0) -
src/test/java/jcifs/SIDTest.java
import jcifs.smb.SID; import jcifs.smb.SmbException; /** * Tests for the SID class. */ class SIDTest { // A well-known SID for "Administrators" private final String adminSidString = "S-1-5-32-544"; private final byte[] adminSidBytes = new byte[] { 1, 2, 0, 0, 0, 0, 0, 5, 32, 0, 0, 0, 32, 2, 0, 0 }; /** * Test constructor with a valid SID string. *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/ProjectUtils.java
// This class needs to stick around because it was exposed the remote resources plugin started using it instead of // getting the repositories from the project. /** * ProjectUtils */ @Deprecated public final class ProjectUtils { private ProjectUtils() {} public static List<ArtifactRepository> buildArtifactRepositories(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLookup.java
import org.codehaus.plexus.PlexusContainer; import org.codehaus.plexus.component.repository.exception.ComponentLookupException; @Named @Singleton public class DefaultLookup implements Lookup { private final PlexusContainer container; @Inject public DefaultLookup(PlexusContainer container) { this.container = container; } @Override public <T> T lookup(Class<T> type) { try {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/BuildFailure.java
/** * Summarizes the result of a failed project build in the reactor. * */ public class BuildFailure extends BuildSummary { /** * The cause of the build failure. */ private final Throwable cause; /** * Creates a new build summary for the specified project. * * @param project The project being summarized, must not be {@code null}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/es/docs/advanced/response-cookies.md
**FastAPI** utilizará ese response *temporal* para extraer las cookies (también los headers y el código de estado), y las pondrá en el response final que contiene el valor que devolviste, filtrado por cualquier `response_model`. También puedes declarar el parámetro `Response` en las dependencias, y establecer cookies (y headers) en ellas.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 2.5K bytes - Viewed (0)