- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for dropup (1.42 sec)
-
pom.xml
<group>${packaging.fess.group}</group> </mapper> </data> </dataSet> </configuration> </plugin> <!-- rpm --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rpm-maven-plugin</artifactId> <configuration> <distribution>Fess</distribution> <group>Application/Internet</group> <packager>CodeLibs</packager>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchUserPrefix(), name); } /** * Gets the search role for a given group. * * @param name The group name. * @return The search role. */ public String getSearchRoleByGroup(final String name) { return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchGroupPrefix(), name);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)