- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Knight (0.03 sec)
-
FessXpathTransformer.java
thumbnailUrl = getThumbnailSrc(responseData.getUrl(), attributes); L905: final Integer height = getAttributeAsInteger(attributes, "height"); L906: final Integer width = getAttributeAsInteger(attributes, "width"); L907: if (!fessConfig.isThumbnailHtmlImageUrl(thumbnailUrl)) { L908: continue; L909: } L910: if (height != null && width != null) { L911: try { L912: if (fes...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 42.9K bytes -
FessMultipartRequestHandler.java
} catch (final FileUploadException e) { // contains fileCount exceeded L89: handleFileUploadException(e); L90: } L91: } L92: L93: protected void prepareElementsHash() { // traditional name L94: // #thinking jflute might lazy-loaded be unneeded? because created per request (2024/09/08) L95: elementsAll = new HashMap<>(); L96: elementsText = new HashMap<>(); L97: elementsFile = new HashMap<>(); L98: } L99: L100: protected List<DiskFileItem>...github.com/codelibs/fess/src/main/java/org/code...Wed Oct 23 13:27:21 UTC 2024 18.6K bytes -
FessXpathTransformerTest.java
L847: data = "<img src=\"http://example/foo.jpg\" width=\"x\" height=\"x\">"; L848: assertNull(transformer.getThumbnailUrl(responseData, getDocument(data))); L849: L850: data = "<img src=\"http://example/foo.jpg\" width=\"10\" height=\"100\">"; L851: assertNull(transformer.getThumbnailUrl(responseData, getDocument(data))); L852: L853: data = "<img src=\"http://example/foo.jpg\" width=\"100\" height=\"10\">"; L854: assertNull(transformer.getThumbnailUrl(responseData,...github.com/codelibs/fess/src/test/java/org/code...Thu Oct 24 13:01:38 UTC 2024 41.3K bytes