- Sort Score
- Num 10 results
- Language All
Results 591 - 600 of 7,087 for Republic (0.15 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/MavenBuilderException.java
package org.apache.maven.api.services; import org.apache.maven.api.annotations.Experimental; /** * Base class for all maven exceptions carrying {@link BuilderProblem}s. * * @since 4.0.0 */ @Experimental public abstract class MavenBuilderException extends MavenException { /** * The collection of problems associated with this exception. */ private final ProblemCollector<BuilderProblem> problems; /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 3.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/TransformerSupport.java
@Override public InstallRequest remapInstallArtifacts(RepositorySystemSession session, InstallRequest request) { return request; } @Override public DeployRequest remapDeployArtifacts(RepositorySystemSession session, DeployRequest request) { return request; } @OverrideCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* Initializes a new instance with default settings. */ public IndexUpdater() { super(); } /** * Initializes the IndexUpdater after dependency injection. * Sets up the ingest factory if available in the component container. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsFailureUrlCA.java
opLambda.callback(builder); } } public void setConfigId_Terms() { setConfigId_Terms(null); } public void setConfigId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setConfigId_Terms("configId", opLambda, null); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 46.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndX.java
* License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. *
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelperTest.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 12 14:59:46 GMT 2025 - 8.7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java
} @Override public File getPom() { return pom; } @Override public String getReactorFailureBehavior() { return reactorFailureBehavior; } @Override public List<String> getSelectedProjects() { return this.projectActivation.getSelectedProjects(); } @Override public List<String> getExcludedProjects() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 32.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/ca/bs/BsClickLogCA.java
if (opLambda != null) { opLambda.callback(builder); } } public void setUrlId_Terms() { setUrlId_Terms(null); } public void setUrlId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setUrlId_Terms("urlId", opLambda, null); } public void setUrlId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsClickLogCA> aggsLambda) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 45.6K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 23.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaConverter.java
protected TokenizerFactory tokenizerFactory = null; /** * Default constructor. */ public KatakanaConverter() { // nothing } /** * Constructor with a tokenizer factory. * @param tokenizerFactory The tokenizer factory to use. */ public KatakanaConverter(final TokenizerFactory tokenizerFactory) { if (isEnableTokenizer(tokenizerFactory)) {Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 6.1K bytes - Click Count (0)