Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateHighlightInfo (0.4 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                        if (width != null) {
                            updateHighlightInfo(highlightInfo, width);
                        }
                    }
                }
                return highlightInfo;
            }).orElse(new HighlightInfo());
        }
    
        protected void updateHighlightInfo(final HighlightInfo highlightInfo, final int width) {
            if (width < TABLET_WIDTH) {
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 40.1K bytes
    - Viewed (2)
Back to top