- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 422 for label3 (1.58 sec)
-
src/main/webapp/WEB-INF/orig/view/help.jsp
${fe:html(true)} <head profile="http://a9.com/-/spec/opensearch/1.1/"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.search_title" /></title> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/FacetQueryView.java
final String key = "labels.facet_filetype_" + fileType; if (resources.containsKey(key)) { queryMap.put(key, value); } else { queryMap.put(fileType.toUpperCase(Locale.ROOT), value); } } } queryMap.remove("labels.facet_filetype_others");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
}); } /** * Creates a label/value map item for dropdowns or list displays. * * @param label the display label for the item * @param value the value associated with the item * @return a map containing the label and value entries */ protected Map<String, String> createItem(final String label, final String value) { final Map<String, String> map = new HashMap<>(2);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/labeltype/SearchBody.java
/** * Search request body for label type administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); } /** Name of the label type */ public String name; /** Value of the label type */ public String value;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/bug_report.md
--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: '' --- (_Please use [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/8) before filing a bug._) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Aug 17 22:53:30 UTC 2020 - 782 bytes - Viewed (0) -
src/test/java/jcifs/smb/FileEntryTest.java
@MethodSource("intGetterProvider") void intGetters_edgeCases(IntGetter getter, int value, String label) { // Arrange FileEntry e = new TestFileEntry("n", value, value, 0L, 0L, 0L, 0L, value); // Act int actual = getter.apply(e); // Assert assertEquals(value, actual, label); } static Stream<Arguments> longGetterProvider() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
return OptionalUtil.ofNullable(fileConfig); } /** * Gets all label types (collections) parsed from the GSA configuration. * Each label type represents a collection with its own URL filtering rules. * * @return an array of label types representing the parsed collections */ public LabelType[] getLabelTypes() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
private List<LabelType> createTestLabelTypeList() { List<LabelType> labelTypeList = new ArrayList<>(); LabelType labelType1 = new LabelType(); labelType1.setName("Test Label 1"); labelType1.setValue("test1"); labelType1.setPermissions(new String[0]); labelType1.setVirtualHost(""); // Locale is derived from value, not set directly
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/StorageExceptionTest.java
StorageException level3 = new StorageException("Level 3", level2); assertEquals("Level 3", level3.getMessage()); assertEquals(level2, level3.getCause()); assertEquals("Level 2", level3.getCause().getMessage()); assertEquals(level1, level3.getCause().getCause()); assertEquals("Level 1", level3.getCause().getCause().getMessage()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/question.md
--- name: Questions about: See discuss.codelibs.org title: 'DO NOT CREATE ME' labels: '' assignees: '' ---
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri May 15 12:05:24 UTC 2020 - 183 bytes - Viewed (0)