Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for displayed (0.04 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        @Size(max = 100)
        public String ldapMemberofAttribute;
    
        /**
         * Notification message displayed on the login page.
         * This message is shown to users on the authentication page.
         */
        @Size(max = 3000)
        public String notificationLogin;
    
        /**
         * Notification message displayed on the search top page.
         * This message is shown to users on the main search page.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

        /** Formatted execution time for the search request. */
        protected String execTime;
    
        /** Number of results per page. */
        protected int pageSize;
    
        /** Current page number being displayed. */
        protected int currentPageNumber;
    
        /** Total number of records matching the search query. */
        protected long allRecordCount;
    
        /** Relation type for the record count (e.g., "eq", "gte"). */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java

        //                                                                        ============
    
        /**
         * Saves informational messages to the session.
         * The messages will be displayed to the user on the next page load.
         *
         * @param validationMessagesLambda a lambda function to configure the messages
         */
        protected void saveInfo(final VaMessenger<FessMessages> validationMessagesLambda) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java

        public HtmlResponse index(final SearchForm form) {
            return asListHtml();
        }
    
        /**
         * Displays a paginated list of web authentication configurations.
         *
         * @param pageNumber the page number to display (optional)
         * @param form the search form containing filter criteria
         * @return HTML response with the web authentication list
         */
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 20.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/UserInfoHelper.java

                }
            });
        }
    
        /**
         * Retrieves the document IDs associated with a specific query ID.
         * Used for tracking which documents were displayed for a particular search query.
         *
         * @param queryId the unique identifier for the search query
         * @return an array of document IDs, or an empty array if not found
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  6. src/main/resources/fess_message.properties

    errors.not_found_on_file_system = Not found. Cause: {0}
    errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
    errors.result_size_exceeded = No more results can be displayed.
    errors.target_file_does_not_exist = The file {0} does not exist.
    errors.failed_to_delete_file = Failed to delete the file {0}.
    errors.docid_not_found = Doc ID is not found. Cause: {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_en.properties

    errors.not_found_on_file_system = Not found. Cause: {0}
    errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
    errors.result_size_exceeded = No more results can be displayed.
    errors.target_file_does_not_exist = The file {0} does not exist.
    errors.failed_to_delete_file = Failed to delete the file {0}.
    errors.docid_not_found = Doc ID is not found. Cause: {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_en.properties

    labels.user_businessCategory=Business Category
    labels.businessCategory=Business Category
    labels.user_registeredAddress=Registered Address
    labels.registeredAddress=Registered Address
    labels.user_displayName=Display Name
    labels.displayName=Display Name
    labels.user_preferredLanguage=Preferred Language
    labels.preferredLanguage=Preferred Language
    labels.user_departmentNumber=Department Number
    labels.departmentNumber=Department Number
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/net/InternetDomainName.java

     * addressable domain on the web -- that is, for a candidate string {@code "xxx"}, might browsing to
     * {@code "http://xxx/"} result in a webpage being displayed? In the past, this test was frequently
     * done by determining whether the domain ended with a {@linkplain #isPublicSuffix() public suffix}
     * but was not itself a public suffix. However, this test is no longer accurate. There are many
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.user_businessCategory=Business Category
    labels.businessCategory=Business Category
    labels.user_registeredAddress=Registered Address
    labels.registeredAddress=Registered Address
    labels.user_displayName=Display Name
    labels.displayName=Display Name
    labels.user_preferredLanguage=Preferred Language
    labels.preferredLanguage=Preferred Language
    labels.user_departmentNumber=Department Number
    labels.departmentNumber=Department Number
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top