- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for fontbox (0.08 sec)
-
fess-crawler/pom.xml
<groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-tools</artifactId> <version>${pdfbox.version}</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>fontbox</artifactId> <version>${pdfbox.version}</version> </dependency> <dependency> <groupId>org.codelibs</groupId> <artifactId>jcifs</artifactId> <version>${jcifs.version}</version> <exclusions>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:13 UTC 2024 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java
} final Postbox postbox = ComponentUtil.getComponent(Postbox.class); try { final NotificationHelper notificationHelper = ComponentUtil.getNotificationHelper(); SMailCallbackContext.setPreparedMessageHookOnThread(notificationHelper::send); EsStatusPostcard.droppedInto(postbox, postcard -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java
// =========== public static TestmailPostcard droppedInto(Postbox postbox, MPCall<TestmailPostcard> postcardLambda) { TestmailPostcard postcard = new TestmailPostcard(); postcardLambda.write(postcard); postbox.post(postcard); return postcard; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
// =========== public static EsStatusPostcard droppedInto(Postbox postbox, MPCall<EsStatusPostcard> postcardLambda) { EsStatusPostcard postcard = new EsStatusPostcard(); postcardLambda.write(postcard); postbox.post(postcard); return postcard; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); final String toStrs = fessConfig.getNotificationTo(); final Postbox postbox = ComponentUtil.getComponent(Postbox.class); try { final String[] toAddresses; if (StringUtil.isNotBlank(toStrs)) { toAddresses = toStrs.split(",");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
dataMap.put("hostname", systemHelper.getHostname()); final FessConfig fessConfig = ComponentUtil.getFessConfig(); final Postbox postbox = ComponentUtil.getComponent(Postbox.class); try { TestmailPostcard.droppedInto(postbox, postcard -> { postcard.setFrom(fessConfig.getMailFromAddress(), fessConfig.getMailFromName());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java
// =========== public static CrawlerPostcard droppedInto(Postbox postbox, MPCall<CrawlerPostcard> postcardLambda) { CrawlerPostcard postcard = new CrawlerPostcard(); postcardLambda.write(postcard); postbox.post(postcard); return postcard; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/test-framework/junit5-internal/pom.xml quarkus/integration-tests/hibernate-search-orm-elasticsearch-coordination-outbox-polling/pom.xml quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml quarkus/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml quarkus/extensions/hibernate-search-orm-coordination-outbox-polling/runtime/pom.xml quarkus/extensions/jdbc/jdbc-h2/runtime/pom.xml quarkus/test-framework/junit5/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 224K bytes - Viewed (0)