- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 134 for images (0.04 sec)
-
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
import jakarta.servlet.ServletContext; /** * Job class for generating thumbnails for documents in the search engine. * This job executes the ThumbnailGenerator process as a separate JVM process * to create thumbnail images for supported document types. */ public class GenerateThumbnailJob extends ExecJob { /** Logger for this class. */ static final Logger logger = LogManager.getLogger(GenerateThumbnailJob.class);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 11.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
final SitemapImage image = sitemapUrl.getImages().get(0); assertEquals("http://www.example.com/image.jpg", image.getLoc()); assertEquals("Sample image caption", image.getCaption()); assertEquals("Sample image title", image.getTitle()); assertEquals("Tokyo, Japan", image.getGeoLocation()); assertEquals("http://www.example.com/license.txt", image.getLicense()); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
MIGRATION.md
- **FSS Generator**: https://fss-generator.codelibs.org/ - **JSON API Reference**: https://fess.codelibs.org/12.5/user/json-response.html - **GitHub Repository**: https://github.com/codelibs/fess - **Docker Images**: https://hub.docker.com/r/codelibs/fess ---
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* audio/mpga=mpga<br> * audio/mp4=mp4a<br> * audio/ogg=oga<br> * audio/x-wav=wav<br> * image/webp=webp<br> * image/bmp=bmp<br> * image/x-icon=ico<br> * image/x-icon=ico<br> * image/png=png<br> * image/svg+xml=svg<br> * image/tiff=tiff<br> * image/jpeg=jpg<br> * */ String INDEX_FILETYPE = "index.filetype";
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
this.useGoogleOffOn = useGoogleOffOn; } /** * Extracts thumbnail URL from the HTML document. * Looks for thumbnail meta tags, Open Graph images, and image tags. * * @param responseData the response data from crawling * @param document the parsed HTML document * @return the thumbnail URL if found, null otherwise */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
"image/png") format_hint="png:" ;; "image/jpeg") format_hint="jpeg:" ;; "image/bmp"|"image/x-windows-bmp"|"image/x-ms-bmp") format_hint="bmp:" ;; "image/vnd.adobe.photoshop"|"image/photoshop"|"application/x-photoshop"|"application/photoshop") format_hint="psd:" ;; esac ${im_cmd} -thumbnail ${image_size} "${format_hint}${target_file}" "${output_file}" elif [[ x"${cmd_type}" = "x" ]] ; then echo "No filetype."Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/pom.xml
<artifactId>jbig2-imageio</artifactId> <version>${jbig2.imageio.version}</version> </dependency> <dependency> <groupId>com.github.jai-imageio</groupId> <artifactId>jai-imageio-core</artifactId> <version>${jai.imageio.version}</version> </dependency> <dependency> <groupId>com.github.jai-imageio</groupId> <artifactId>jai-imageio-jpeg2000</artifactId>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Dec 20 06:34:36 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
drawing/x-dwf dwf # AutoCAD image/gif gif # GIF image file image/ief ief # Image Exchange image/jpeg jpeg jpg jpe # JPG image file image/png png # Portable Network Graphics image/tiff tiff tif # TIFF image file image/x-cmu-raster ras #
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
docs/pt-BR/README.md
### Docker Nós fornecemos imagens Docker em [ghcr.io](https://github.com/orgs/codelibs/packages). Também fornecemos um arquivo Docker Compose (YAML) neste [repositório](https://github.com/codelibs/docker-fess/tree/master/compose). ### Interface do Navegador - Interface de Busca: http://localhost:8080/ 
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.6K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0)