- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for webmanifest (0.33 sec)
-
src/main/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRoot.java
if (possibleJar.isFile() && possibleJar.getName().endsWith(".jar")) { try (final JarFile jarFile = new JarFile(possibleJar.getCanonicalPath())) { final Manifest manifest = jarFile.getManifest(); if (manifest != null && manifest.getEntries() != null) { final Attributes attributes = manifest.getMainAttributes(); if (attributes != null
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.5K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.json"/> </mime-type> <mime-type type="application/manifest+json"> <_comment>Web Application Manifest file</_comment> <sub-class-of type="application/json"/> <glob pattern="*.webmanifest"/> </mime-type> <mime-type type="application/java-vm"> <_comment>Java Class File</_comment> <alias type="application/x-java-vm"/> <alias type="application/x-java"/> <magic priority="40">
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (1) -
android/guava/src/com/google/common/reflect/ClassPath.java
try { jarFile = new JarFile(file); } catch (IOException e) { // Not a jar file return; } try { for (File path : getClassPathFromManifest(file, jarFile.getManifest())) { // We only scan each file once independent of the classloader that file might be // associated with. if (scannedUris.add(path.getCanonicalFile())) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jan 05 17:43:40 UTC 2022 - 24.9K bytes - Viewed (0)