- Sort Score
- Result 10 results
- Languages All
Results 721 - 730 of 2,092 for Defaults (0.72 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/ArtifactCoordinates.java
String getExtension(); /** * {@return a unique string identifying this artifact}. * * The default implementation returns a colon-separated list of group * identifier, artifact identifier, extension, classifier and version. * * @see Artifact#key() */ @Nonnull default String getId() { String c = getClassifier(); return getGroupId() + ':'
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
public class FailureUrlService { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FailureUrlService.class); /** * Default constructor. */ public FailureUrlService() { // Default constructor } /** Behavior class for FailureUrl entity operations */ @Resource protected FailureUrlBhv failureUrlBhv;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
super.tearDown(); } public void test_constructor() { // Test default constructor ThumbnailGenerator generator = new ThumbnailGenerator(); assertNotNull(generator); } public void test_Options_defaultValues() { // Test Options class default values ThumbnailGenerator.Options options = new ThumbnailGenerator.Options();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/spnego/NegTokenInit.java
private static final ASN1ObjectIdentifier SPNEGO_OID = new ASN1ObjectIdentifier(SpnegoConstants.SPNEGO_MECHANISM); private ASN1ObjectIdentifier[] mechanisms; private int contextFlags; /** * Default constructor for NegTokenInit */ public NegTokenInit() { } /** * Constructs a NegTokenInit with the specified parameters * @param mechanisms the array of supported authentication mechanisms
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0) -
cmd/bootstrap-peer-server_gen.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jun 21 14:49:49 UTC 2024 - 7K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableCollection.java
import java.util.function.Predicate; import org.jspecify.annotations.Nullable; /** * GWT emulated version of {@link ImmutableCollection}. * * @author Jesse Wilson */ @SuppressWarnings("serial") // we're overriding default serialization public abstract class ImmutableCollection<E> extends AbstractCollection<E> implements Serializable { static final int SPLITERATOR_CHARACTERISTICS =
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 18:32:41 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/SmbNegotiationRequestTest.java
} @Test @DisplayName("Test default behavior of mock without stubbing") void testDefaultBehaviorOfMock() { // Given SmbNegotiationRequest mockRequest = mock(SmbNegotiationRequest.class); // When boolean result = mockRequest.isSigningEnforced(); // Then assertFalse(result, "Mock should return false by default for boolean methods"); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Transport.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Mar 23 05:29:39 UTC 2023 - 4.4K bytes - Viewed (0) -
docs/iam/access-management-plugin.md
MINIO_POLICY_PLUGIN_ENABLE_HTTP2 (bool) Enable experimental HTTP2 support to connect to plugin service (default: 'off') MINIO_POLICY_PLUGIN_COMMENT (sentence) optionally add a comment to this setting ``` By default this plugin uses HTTP 1.x. To enable HTTP2 use the `MINIO_POLICY_PLUGIN_ENABLE_HTTP2` environment variable. ## Request and Response
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Dec 13 22:28:48 UTC 2022 - 4.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.failureurl; /** * The search form for Failure URL. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The URL field for searching failure URLs. */ public String url; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0)