- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 684 for noarch (0.08 sec)
-
src/main/resources/fess_label_en.properties
labels.profile.placeholder_new_password=New Password labels.profile.placeholder_confirm_new_password=Confirm New Password labels.top.search=Search labels.index_title=Fess labels.index_form_search_btn=Search labels.index_osdd_title=Search labels.index_form_option_btn=Options labels.index_help=Help labels.search_options=Search Options labels.search_options_close=Close labels.search_options_clear=Clear
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
}); } /** * Performs search for duplicate hosts based on form criteria. * * @param form the search form containing search criteria * @return HTML response for the duplicate host list page with search results */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse search(final SearchForm form) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.3K bytes - Viewed (0) -
README.md
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 06:34:32 UTC 2025 - 7.2K bytes - Viewed (2) -
src/main/webapp/WEB-INF/view/index.jsp
<la:message key="labels.search_options_clear" /> </button> <button type="submit" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:58:45 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/UserPager.java
/** Current page number */ private int currentPageNumber; /** User ID for search filtering */ public String id; /** User name for search filtering */ public String name; /** User roles for search filtering */ public String[] roles; /** User groups for search filtering */ public String[] groups; /** Version number for optimistic locking */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
searchLogLogger = LogManager.getLogger(loggerName); } /** * Adds a search log to the queue. * * @param params The search request parameters. * @param requestedTime The time the search was requested. * @param queryId The ID of the search query. * @param query The search query. * @param pageStart The starting page number. * @param pageSize The size of the page.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/ca/bs/BsUserInfoCA.java
import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder; import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder; import org.opensearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder; import org.opensearch.search.aggregations.bucket.missing.MissingAggregationBuilder; import org.opensearch.search.aggregations.bucket.range.DateRangeAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/error/ErrorForm.java
/** * Form class for handling error page data and search parameters. * This form captures the state of a search request when an error occurs, * allowing the error page to display relevant information and preserve search context. */ public class ErrorForm { /** Map of form fields and their validation error messages */ public Map<String, String[]> fields = new HashMap<>(); /** Search query parameter that caused the error */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RelatedQueryHelper.java
/** * Helper class for managing related query configurations. * This class provides functionality to load, cache, and retrieve related queries * based on search terms and virtual hosts. Related queries are used to suggest * alternative or supplementary search terms to improve search results. */ public class RelatedQueryHelper extends AbstractConfigHelper { private static final Logger logger = LogManager.getLogger(RelatedQueryHelper.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/open-search/osdd.xml
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Fess</ShortName> <Description>Full Text Search for Your Documents.</Description> <Tags>Full Text Search</Tags> <Contact>******@****.***</Contact> <SearchForm>http://localhost:8080/fess/</SearchForm> <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> <InputEncoding>UTF-8</InputEncoding> <OutputEncoding>UTF-8</OutputEncoding>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 10 02:26:02 UTC 2015 - 535 bytes - Viewed (0)