- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 808 for Ressource (0.37 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
.filter(p -> p.getLocation("version") != null && p.getLocation("version").getSource() != null && defaulModelId.equals( p.getLocation("version").getSource().getModelId())) .distinct() .map(Plugin::getArtifactId) // managed by us, groupId is always o.a.m.plugins
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ClassUtil.java
} return clazz.getName(); } /** * Returns the resource path representation of the class name. * * @param clazz * The class. Must not be {@literal null}. * @return The resource path. * @see #getResourcePath(String) */ public static String getResourcePath(final Class<?> clazz) {Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 25.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
PooledObject<CloseableTestComponent> pooledObject = new DefaultPooledObject<>(component); // destroyObject should continue and close the resource even if listener throws factoryWithListener.destroyObject(pooledObject); // Resource should still be closed despite listener exception assertTrue("Component should be closed even if listener throws", component.isClosed()); } /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0) -
docs/uk/docs/tutorial/middleware.md
Ви можете пізніше прочитати більше про інші middlewares в [Advanced User Guide: Advanced Middleware](../advanced/middleware.md){.internal-link target=_blank}.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 4.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
// Store analyzer mappings client.prepareIndex() .setIndex(SUGGEST_INDEX) .setId("analyzer_settings") .setSource(XContentFactory.jsonBuilder() .startObject() .startObject("analyzer") .field("reading_analyzer", "test_reading_analyzer")Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
final String outExt = extensionMap.get(extension); return outExt == null ? "txt" : outExt; } /** * Extracts the file name from a resource name. * * @param resourceName the resource name * @return the file name */ private String getFileName(final String resourceName) { final String name = resourceName.replaceAll("/+$", "");
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ClassTraversalUtil.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueService.java
import org.opensearch.search.sort.SortBuilders; import org.opensearch.search.sort.SortOrder; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; import jakarta.annotation.Resource; /** * OpenSearchUrlQueueService is an implementation of {@link UrlQueueService} for OpenSearch. * * @author shinsuke * */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:40:57 UTC 2025 - 16.9K bytes - Viewed (1) -
cmd/dynamic-timeouts_test.go
// Race test. timeout := newDynamicTimeout(time.Second, time.Millisecond) var wg sync.WaitGroup for i := 0; i < runtime.GOMAXPROCS(0); i++ { wg.Add(1) rng := rand.New(rand.NewSource(int64(i))) go func() { defer wg.Done() for range 100 { for range 100 { timeout.LogSuccess(time.Duration(float64(time.Second) * rng.Float64())) } to := timeout.Timeout()
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PrecedenceCoreExtensionSelector.java
} return List.copyOf(selectedExtensions.values()); } protected String formatLocation(InputLocation location) { return location.getSource().getLocation() + ":" + location.getLineNumber(); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 15:32:43 UTC 2025 - 4.6K bytes - Viewed (0)