- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for EXT (0.02 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java
if (fileName == null) { return false; } final String lFileName = fileName.toLowerCase(Locale.ENGLISH); for (final String ext : exts) { if (lFileName.endsWith("." + ext)) { return true; } } return false; } /** * Download a design file. * @param form The file access form.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 17.4K bytes - Click Count (0) -
build-logic-commons/build-platform/build.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:16:30 GMT 2025 - 4.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
ivy { name = 'Gradle distributions' url = 'https://services.gradle.org' patternLayout { artifact "/${distUrl}/[module]-[revision]-bin(.[ext])" } metadataSources { artifact() } content { includeModule('gradle', 'gradle') } } } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
fess-crawler/pom.xml
<groupId>org.commonmark</groupId> <artifactId>commonmark</artifactId> <version>${commonmark.version}</version> </dependency> <dependency> <groupId>org.commonmark</groupId> <artifactId>commonmark-ext-yaml-front-matter</artifactId> <version>${commonmark.version}</version> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Dec 20 06:34:36 GMT 2025 - 12.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- Disabled reading of disk geometry before calling expansion for ext and xfs filesystems. ([#131568](https://github.com/kubernetes/kubernetes/pull/131568), [@gnufied](https://github.com/gnufied))
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 10 01:13:50 GMT 2025 - 333.3K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.33.md
- Disable reading of disk geometry before calling expansion for ext and xfs filesystems ([#131636](https://github.com/kubernetes/kubernetes/pull/131636), [@gnufied](https://github.com/gnufied)) [SIG Storage]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 10 01:15:24 GMT 2025 - 334.8K bytes - Click Count (0)