- Sort Score
- Num 10 results
- Language All
Results 651 - 660 of 739 for EXISTS (0.23 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 09:11:28 GMT 2021 - 14.5K bytes - Click Count (0) -
src/main/java/org/codelibs/core/io/ClassTraversalUtil.java
assertArgumentNotNull("rootDir", rootDir); assertArgumentNotNull("handler", handler); final File packageDir = getPackageDir(rootDir, rootPackage); if (packageDir.exists()) { traverseFileSystem(packageDir, rootPackage, handler); } } /** * Traverses classes contained in a Jar file. * <p>
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 9.5K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/JdkDownloadPluginFuncTest.groovy
Matcher matcher = JDK_HOME_LOGLINE.matcher(output); assert matcher.find() == true; String jdkHome = matcher.group(1); Path javaPath = Paths.get(jdkHome, javaBin); assert Files.exists(javaPath) == true; true } private static String urlPath(final String vendor, final String version, final String platform,
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 10.5K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionRangeResolver.java
syncContext.acquire(null, Collections.singleton(metadata)); if (metadata.getPath() != null && Files.exists(metadata.getPath())) { try (InputStream in = Files.newInputStream(metadata.getPath())) { versioning = new Versioning(
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 11.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
## Important Security Information This release contains changes that address the following vulnerabilities: ### CVE-2025-5187: Nodes can delete themselves by adding an OwnerReference
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
val repositoryRoot = parameters.repositoryRoot.get().asFile.toPath() parameters.srcDirs.forEach { srcDir -> if (srcDir.exists()) { val collector = CompositeVersionsToIncubatingCollector( listOf( JavaVersionsToIncubatingCollector(srcDir, repositoryRoot = repositoryRoot),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 14.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Iterators.java
} } return defaultValue; } /** * Returns an {@link Optional} containing the first element in {@code iterator} that satisfies the * given predicate, if such an element exists. If no such element is found, an empty {@link * Optional} will be returned from this method and the iterator will be left exhausted: its {@code * hasNext()} method will return {@code false}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 12:42:11 GMT 2025 - 51.4K bytes - Click Count (0) -
guava/src/com/google/common/collect/Iterators.java
} } return defaultValue; } /** * Returns an {@link Optional} containing the first element in {@code iterator} that satisfies the * given predicate, if such an element exists. If no such element is found, an empty {@link * Optional} will be returned from this method and the iterator will be left exhausted: its {@code * hasNext()} method will return {@code false}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 12:42:11 GMT 2025 - 51.4K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
errors.app.db.already.deleted = Mogło zostać już usunięte przez inny proces. Spróbuj ponownie. errors.app.db.already.updated = Mogło zostać już zaktualizowane przez inny proces. Spróbuj ponownie. errors.app.db.already.exists = Dane już istnieją. Spróbuj ponownie. errors.app.double.submit.request = To żądanie mogło zostać już przetworzone. Spróbuj ponownie. # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
if (Files.isDirectory(filePath)) { filePath = filePath.resolve("index.html"); } if (Files.exists(filePath)) { try (InputStream in = Files.newInputStream(filePath); ServletOutputStream out = response.getOutputStream()) { response.setStatus(HttpServletResponse.SC_OK);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:40 GMT 2026 - 13.4K bytes - Click Count (0)