Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for screen_width (0.07 sec)

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

    import jakarta.servlet.http.HttpSession;
    
    public class ViewHelper {
    
        private static final Logger logger = LogManager.getLogger(ViewHelper.class);
    
        protected static final String SCREEN_WIDTH = "screen_width";
    
        protected static final int TABLET_WIDTH = 768;
    
        protected static final String CONTENT_DISPOSITION = "Content-Disposition";
    
        protected static final String HL_CACHE = "hl_cache";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 40.2K bytes
    - Viewed (0)
Back to top