- Sort Score
- Num 10 results
- Language All
Results 1331 - 1340 of 1,911 for voiced (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/test/resources/org/gradle/test/GroovyClassWithImports.groovy
package org.gradle.test import org.gradle.test.sub.*; class GroovyClassWithImports extends SubGroovyClass implements SubJavaInterface, GroovyInterface { void close() { } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 228 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
*/ public void setProcessDestroyTimeout(final int processDestroyTimeout) { this.processDestroyTimeout = processDestroyTimeout; } /** * Sets the timeout for stream closing operations. * * @param streamCloseTimeout timeout in seconds for stream closing operations */ public void setStreamCloseTimeout(final int streamCloseTimeout) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 06:54:47 GMT 2025 - 10.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java
*/ private void setFieldValue(Object bean, Field field, Object value) throws IllegalAccessException { if (!field.canAccess(bean)) { field.setAccessible(true); } field.set(bean, value); } /** * Clear all caches. Useful for testing or memory management. */ public static void clearCaches() { METHOD_CACHE.clear();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 12 14:59:46 GMT 2025 - 12.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
} @Override public void addSourceRoot(@Nonnull Project project, @Nonnull SourceRoot source) { MavenProject prj = getMavenProject(requireNonNull(project, "project" + " cannot be null")); prj.addSourceRoot(requireNonNull(source, "source" + " cannot be null")); } @Override public void addSourceRoot( @Nonnull Project project,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) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/LifecycleExecutor.java
PluginManagerException, LifecyclePhaseNotFoundException, LifecycleNotFoundException, PluginVersionResolutionException; void execute(MavenSession session); // used by the site plugin 3.x void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) throws MojoNotFoundException, PluginNotFoundException, PluginResolutionException,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.2K bytes - Click Count (0) -
.teamcity/.mvn/wrapper/MavenWrapperDownloader.java
/** * Name of the property which should be used to override the default download url for the wrapper. */ private static final String PROPERTY_NAME_WRAPPER_URL = "wrapperUrl"; public static void main(String args[]) { System.out.println("- Downloader started"); File baseDirectory = new File(args[0]); System.out.println("- Using base directory: " + baseDirectory.getAbsolutePath());Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 4.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/model/MethodMetaData.java
} public ClassMetaData getOwnerClass() { return ownerClass; } public TypeMetaData getReturnType() { return returnType; } public void setReturnType(TypeMetaData returnType) { this.returnType = returnType; } public MethodMetaData getOverriddenMethod() { LinkedList<ClassMetaData> queue = new LinkedList<ClassMetaData>();Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorFactory.java
* * @param key The key associated with the extractor. Must not be null or blank. * @param extractor The extractor to add. Must not be null. */ public void addExtractor(final String key, final Extractor extractor) { if (StringUtil.isBlank(key)) { throw new CrawlerSystemException("Extractor key (MIME type) is null or blank. Cannot register extractor without a valid key.");Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 7.4K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/validation/DefaultSettingsValidator.java
private static final Pattern ID_REGEX = Pattern.compile(ID); private static final String ILLEGAL_REPO_ID_CHARS = "\\/:\"<>|?*"; // ILLEGAL_FS_CHARS @Override public void validate(Settings settings, SettingsProblemCollector problems) { if (settings.isUsePluginRegistry()) { addViolation(problems, Severity.WARNING, "usePluginRegistry", null, "is deprecated and has no effect.");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 10.6K bytes - Click Count (0)