- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for labelList (0.07 sec)
-
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
* * @return a string representation of the parser state */ @Override public String toString() { return "GsaConfigParser [labelList=" + labelList + ", webConfig=" + webConfig + ", fileConfig=" + fileConfig + "]"; } /** * Gets the web crawling configuration generated from the parsed GSA config. *
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/main/java/org/codelibs/fess/helper/SuggestHelper.java
} else { readings = reading.replace(" ", TEXT_SEP).replaceAll(TEXT_SEP + "+", TEXT_SEP).split(TEXT_SEP); } final List<String> labelList = new ArrayList<>(); if (tags != null) { Collections.addAll(labelList, tags); } final List<String> roleList = new ArrayList<>(); if (permissions != null) { Collections.addAll(roleList, permissions);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0)