- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for overflowY (0.04 seconds)
-
src/main/webapp/css/chat.css
} .filter-check-item:hover { background-color: #f4f5f7; } .filter-check-item .filter-check { margin: 0; flex-shrink: 0; } .filter-check-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .filter-dropdown-footer { padding: 0.25rem 0.5rem; border-top: 1px solid #ebecf0; text-align: right; } .filter-clear-group {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/score/ScoreUpdaterTest.java
PriorityTrackingBooster.clearExecutionOrder(); scoreUpdater.execute(); // Due to integer overflow in comparator, execution order is affected for extreme values // The comparator b2 - b1 with MAX_VALUE and MIN_VALUE causes overflow List<Integer> executionOrder = PriorityTrackingBooster.getExecutionOrder(); assertEquals(3, executionOrder.size());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.5K bytes - Click Count (0) -
src/main/webapp/css/admin/style.css
font-size: 120%; font-weight: 600; } section.content table { display: table; table-layout: fixed; width: 100%; } section.content table td { display: table-cell; word-wrap: break-word; overflow-wrap: break-word; } section.content table .label { color: #fff; } textarea.systemInfoData { height: 22em; line-height: 1.5em; } .login-box { height: 500px; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/SsoLoginExceptionTest.java
@Test public void test_constructorWithThrowableCause_StackOverflowError() { // Test with StackOverflowError as cause String message = "SSO login recursive overflow"; StackOverflowError error = new StackOverflowError("Stack overflow in authentication chain"); SsoLoginException exception = new SsoLoginException(message, error); assertEquals(message, exception.getMessage());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java
} @Test public void test_intervalRule_isTarget_dayOverflow() { IntervalRule rule = new IntervalRule("10:00", "18:00", "1", 1000); // Sunday only // Test day overflow (day 8 should be treated as day 1) // For same-day rules, it should check the day directly assertTrue(rule.isTarget(12, 30, 8)); // Should be treated as day 1 (Sunday)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
} bulkDelete.execute().actionGet(fessConfig.getIndexSearchTimeout()); // Delete any remaining events beyond the search size limit (discard overflow) try { client.deleteByQuery(indexName, QueryBuilders.termQuery("hostname", hostname)); } catch (final Exception e) { logger.debug("Failed to delete remaining log notifications.", e);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/exception/ThumbnailGenerationExceptionTest.java
// Test with StackOverflowError as cause String message = "Thumbnail generation failed"; StackOverflowError error = new StackOverflowError("Stack overflow during processing"); ThumbnailGenerationException exception = new ThumbnailGenerationException(message, error); assertEquals(message, exception.getMessage()); assertNotNull(exception.getCause());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/DataStoreCrawlingExceptionTest.java
@Test public void test_constructorWithThrowableCause_StackOverflowError() { // Test with StackOverflowError String url = "http://example.com/recursive-content"; String message = "Stack overflow during content parsing"; StackOverflowError error = new StackOverflowError("Recursive parsing detected"); DataStoreCrawlingException exception = new DataStoreCrawlingException(url, message, error);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 16.6K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
arker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate"...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0)