- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 382 for 4080 (0.96 sec)
-
api/maven-api-settings/src/main/mdo/settings.mdo
* the {@link #getPortString()} value as an integer and defaults to {@code 8080} * if not set. * * @return an integer indicating the port to use for this proxy */ public int getPort() { return (getPortString() != null) ? Integer.parseInt(getPortString()) : 8080; } </code> </codeSegment> </codeSegments> </class>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
* * @return the redirect URL */ protected String getOicRedirectUrl() { return ComponentUtil.getSystemProperties().getProperty(OIC_REDIRECT_URL, "http://localhost:8080/sso/"); } /** * Gets the OpenID Connect scope. * * @return the scope */ protected String getOicScope() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K bytes - Viewed (0) -
docs/sts/dex.yaml
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 15 11:55:55 UTC 2020 - 2.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
// Verify exponential backoff assertEquals(1000, exception.getRetryDelayMs(1)); assertEquals(2000, exception.getRetryDelayMs(2)); assertEquals(4000, exception.getRetryDelayMs(3)); } @Test @DisplayName("Should handle no retry policy") void testNoRetryPolicy() { // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.1K bytes - Viewed (0) -
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/package-info.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Mar 04 14:17:18 UTC 2025 - 1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/MisconfiguredToolchainException.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.toolchain; /** * */ @Deprecated(since = "4.0.0") public class MisconfiguredToolchainException extends Exception { public MisconfiguredToolchainException(String message) { super(message); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 1.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/package-info.java
* artifact resolution, dependency management, and build execution. These services * form the backbone of Maven's extensible architecture. * * @since 4.0.0 */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Mar 04 14:17:18 UTC 2025 - 1.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Exclusion.java
* under the License. */ package org.apache.maven.api; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nullable; /** * A dependency exclusion. * * @since 4.0.0 * @see DependencyCoordinates#getExclusions() */ @Experimental public interface Exclusion { @Nullable String getGroupId(); @Nullable String getArtifactId();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 1.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/TransportProviderException.java
*/ package org.apache.maven.api.services; import java.io.Serial; import org.apache.maven.api.annotations.Consumer; import org.apache.maven.api.annotations.Experimental; /** * @since 4.0.0 */ @Experimental @Consumer public class TransportProviderException extends MavenException { @Serial private static final long serialVersionUID = -6066070072576465969L;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Oct 02 21:26:05 UTC 2024 - 1.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/feature/package-info.java
* specific language governing permissions and limitations * under the License. */ /** * Provides feature flag management and configuration capabilities for Maven core functionality. * * @since 4.0.0 */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Mar 04 14:17:18 UTC 2025 - 971 bytes - Viewed (0)