- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 600px (0.02 seconds)
-
src/main/webapp/css/chat.css
margin-bottom: 0.5rem; } .empty-state-description { font-size: 0.9375rem; color: #6b778c; max-width: 400px; margin-bottom: 1.5rem; line-height: 1.6; } .empty-state-suggestions { width: 100%; max-width: 500px; } .suggestions-label { font-size: 0.8125rem; color: #6b778c; margin-bottom: 0.75rem; font-weight: 500; }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/crawler/transformer/FessXpathTransformerTest.java
expected = "http://example/foo.jpg"; assertGetThumbnailUrl(data, expected); data = "<img src=\"http://example/foo.jpg\" width=\"100px\" height=\"100px\">"; expected = "http://example/foo.jpg"; assertGetThumbnailUrl(data, expected); } private void assertGetThumbnailUrl(String data, String expected) throws Exception {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0)