- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for mathMl (0.03 seconds)
-
src/main/java/org/codelibs/fess/timer/LogNotificationTarget.java
ensureIndexExists(client, indexName); for (int i = 0; i < events.size(); i += BATCH_SIZE) { final List<LogNotificationEvent> batch = events.subList(i, Math.min(i + BATCH_SIZE, events.size())); final BulkRequestBuilder bulkRequest = client.prepareBulk(); for (final LogNotificationEvent event : batch) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'query.boost.title' as {@link java.math.BigDecimal}. <br> * The value is, e.g. 0.5 <br> * comment: Boost value for title field in queries. * @return The value of found property. (NotNull: if not found, exception but basically no way) * @throws NumberFormatException When the property is not decimal. */ java.math.BigDecimal getQueryBoostTitleAsDecimal(); /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 9.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
final long now = System.currentTimeMillis(); assertTrue(Math.abs(currentTime.getTime() - now) < 1000); } @Test public void test_getCurrentTimeAsLong() { final long currentTime = systemHelper.getCurrentTimeAsLong(); final long now = System.currentTimeMillis(); assertTrue(Math.abs(currentTime - now) < 1000); } @Test public void test_destroy() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} } return false; } Integer getThumbnailHtmlImageMinWidthAsInteger(); Integer getThumbnailHtmlImageMinHeightAsInteger(); java.math.BigDecimal getThumbnailHtmlImageMaxAspectRatioAsDecimal(); default boolean validateThumbnailSize(final int width, final int height) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)