- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for Modular (0.05 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* @return an identification of the patch-module path for the given module. * * @see Modular#moduleName() */ @Nonnull public static Modular patchModule(@Nonnull String moduleName) { return PATCH_MODULE.new Modular(moduleName); } /** * The {@code javax.tool} enumeration value corresponding to this {@code JavaPathType}, or {@code null} if none.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 15.7K bytes - Click Count (1) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
artifact.getExtension(), null); } // Verify groupId and version, intentionally allow artifactId to differ as Maven project may be // multi-module with modular sources structure that provide module names used as artifactIds. String g1 = project.getGroupId(); String a1 = project.getArtifactId(); String v1 = project.getVersion();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 16:17:01 GMT 2025 - 10.9K bytes - Click Count (0) -
.bazelrc
common --repo_env=ML_WHEEL_VERSION_SUFFIX="" # For projects which use TensorFlow as part of a Bazel build process, putting # nothing in a bazelrc will default to a monolithic build. The following line # opts in to modular op registration support by default. common --define framework_shared_object=true common --define tsl_protobuf_header_only=true common --define=allow_oversize_protos=true common --spawn_strategy=standalone
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 26 23:20:26 GMT 2025 - 56.8K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
This element can be specified in a Maven project containing multiple Java modules. It is generally not needed for non-modular projects, or for modular projects having only one module. <p>If a module name is specified for resources or script files, then this value modifies the directory where the files will be copied.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
logger.warn("Failed to generate popular words.", e); } return wordList; }); } catch (final ExecutionException e) { logger.warn("Failed to load popular words.", e); } return Collections.emptyList(); } /** * Clears all cached popular word lists. */ public void clearCache() {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.3K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Seed value for popular word suggestion. suggest.popular.word.seed=0 # Tags for popular word suggestion. suggest.popular.word.tags= # Fields for popular word suggestion. suggest.popular.word.fields= # Excluded words for popular word suggestion. suggest.popular.word.excludes= # Number of popular words to suggest. suggest.popular.word.size=10 # Window size for popular word suggestion.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 54.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/index.md
### OAuth 1 { #oauth-1 } Havia um OAuth 1, que é bem diferente do OAuth2, e mais complexo, isso incluía diretamente as especificações de como criptografar a comunicação. Não é muito popular ou usado nos dias atuais. OAuth2 não especifica como criptografar a comunicação, ele espera que você tenha sua aplicação em um servidor HTTPS. /// tip | DicaCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 4.9K bytes - Click Count (0) -
docs/es/docs/tutorial/security/index.md
### OAuth 1 { #oauth-1 } Hubo un OAuth 1, que es muy diferente de OAuth2, y más complejo, ya que incluía especificaciones directas sobre cómo encriptar la comunicación. No es muy popular o usado hoy en día. OAuth2 no especifica cómo encriptar la comunicación, espera que tengas tu aplicación servida con HTTPS. /// tip | ConsejoCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 4.8K bytes - Click Count (0) -
CLAUDE.md
> AI assistant guidance for the Fess Suggest project - a Java library providing intelligent search suggestions built on OpenSearch. ## Project Overview **Fess Suggest** delivers auto-completion, search suggestions, and popular word analytics with multi-language support. **Technology Stack:** - Java 21+, Maven - OpenSearch (provided dependency) - Apache Lucene (query parsing, text analysis) - ICU4J (Unicode text processing)
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/Suggester.java
/** * The Suggester class provides functionality for managing and querying suggestion indices. * It includes methods for creating, refreshing, and switching indices, as well as for * retrieving popular words and indexing suggestions. * * <p>Constructor: * <ul>
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 21.6K bytes - Click Count (3)