- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 90 for Discovery (0.21 sec)
-
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
* This factory maintains a registry of data store implementations and provides methods * to register, retrieve, and discover available data stores. * * <p>Data stores are registered by name and class name, allowing flexible lookup. * The factory also supports dynamic discovery of data store plugins by scanning * JAR files for data store configurations.</p> *
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9K bytes - Viewed (0) -
docs/sts/casdoor.md
comment (sentence) optionally add a comment to this setting ``` and ENV based options ``` mc admin config set myminio/ identity_openid --env KEY: identity_openid enable OpenID SSO support ARGS:
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/CommonsCliUpgradeOptions.java
printStream.accept(" -m, --model-version <version> Target POM model version (4.0.0 or 4.1.0)"); printStream.accept(" -d, --directory <path> Directory to use as starting point for POM discovery"); printStream.accept(" -i, --infer Remove redundant information that can be inferred by Maven"); printStream.accept(" --model Fix Maven 4 compatibility issues in POM files");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:48:39 UTC 2025 - 7K bytes - Viewed (0) -
docs/sts/keycloak.md
comment (sentence) optionally add a comment to this setting ``` and ENV based options ``` mc admin config set myminio/ identity_openid --env KEY: identity_openid enable OpenID SSO support ARGS:
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/SsoResponseType.java
* such as metadata requests and logout actions. */ public enum SsoResponseType { /** * Indicates a request for SSO metadata, which is typically used for * configuration and discovery in protocols like SAML. */ METADATA, /** * Indicates a request to perform a logout operation, terminating the * user's SSO session. */ LOGOUT;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/di/tool/package-info.java
* which processes classes annotated with {@link org.apache.maven.api.di.Named} and creates an index file * that allows for efficient discovery of injectable components at runtime. * <p> * The generated index is stored at {@code META-INF/maven/org.apache.maven.api.di.Inject} and contains * the fully qualified names of all classes annotated with {@code @Named}. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/Help.java
context.indent(); context.info("-m, --model-version <version> Target POM model version (4.0.0 or 4.1.0)"); context.info("-d, --directory <path> Directory to use as starting point for POM discovery"); context.info("-i, --infer Remove redundant information that can be inferred by Maven"); context.info(" --model Fix Maven 4 compatibility issues in POM files");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:46:51 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
// Test simulating real witness environment scenarios // This test validates integration patterns without requiring real cluster // Simulate witness service discovery InetAddress mockWitnessAddress = InetAddress.getByName("127.0.0.1"); // Test witness client initialization patterns assertDoesNotThrow(() -> {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 9.8K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/cisupport/CIDetectorHelper.java
import java.util.List; import java.util.Optional; import java.util.ServiceLoader; import java.util.stream.Collectors; import org.apache.maven.api.cli.cisupport.CIInfo; /** * CI detector helper: it uses service discovery to discover {@link CIDetector}s. If resulting list has more than * one element, it will remove the {@link GenericCIDetector} result, assuming a more specific one is also present. */ public final class CIDetectorHelper {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 1.9K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/UpgradeOptions.java
* @return an {@link Optional} containing the model version, or empty if not specified */ @Nonnull Optional<String> modelVersion(); /** * Returns the directory to use as starting point for POM discovery. * If not specified, the current directory will be used. * * @return an {@link Optional} containing the directory path, or empty if not specified */ @Nonnull Optional<String> directory();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:46:51 UTC 2025 - 3.6K bytes - Viewed (0)