Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for screenX (0.06 sec)

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

                return highlightInfo;
            }).orElse(new HighlightInfo());
        }
    
        /**
         * Updates highlight information based on screen width.
         * Reduces fragment size for smaller screens.
         *
         * @param highlightInfo the highlight info to update
         * @param width the screen width
         */
        protected void updateHighlightInfo(final HighlightInfo highlightInfo, final int width) {
            if (width < TABLET_WIDTH) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade.
    labels.tooltip_search_view=Search Screen
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Help
    labels.tooltip_logout=Logout
    labels.advance=Advanced Search
    labels.advance_search_title=Advanced Search
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label.properties

    labels.eol_error=The system you are using is no longer supported. Please refer to the product support lifecycle page and upgrade.
    labels.tooltip_search_view=Search Screen
    labels.tooltip_run_crawler=Run Crawler
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Help
    labels.tooltip_logout=Logout
    labels.advance=Advanced Search
    labels.advance_search_title=Advanced Search
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_eol_error = "{labels.eol_error}";
    
        /** The key of the message: Search Screen */
        public static final String LABELS_tooltip_search_view = "{labels.tooltip_search_view}";
    
        /** The key of the message: Run Crawler */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top