- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 283 for hole (0.03 sec)
-
DuplicateHostHelperTest.java
ww.bar.com"); L38: bar.setDuplicateHostName("mail.bar.com"); L39: duplicateHostHelper.duplicateHostList.add(bar); L40: DuplicateHost hoge = new DuplicateHost(); L41: hoge.setRegularName("www.foo.com"); L42: hoge.setDuplicateHostName("www.foo.com:99"); L43: duplicateHostHelper.duplicateHostList.add(hoge); L44: } L45: L46: public void test_convert() { L47: String url; L48: String result; L49: L50: url = "http://foo.com"; L51: ...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
admin_failureurl.jsp
charset="UTF-8"> L5: <title><la:message key="labels.admin_brand_title"/> | <la:message L6: key="labels.failure_url_configuration"/></title> L7: <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> L8:</head> L9:<body class="hold-transition sidebar-mini"> L10:<div class="wrapper"> L11: <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> L12: <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> L13: <jsp:param name="menuCategoryType"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 13.3K bytes -
admin_maintenance.jsp
L5: <title><la:message key="labels.admin_brand_title"/> | <la:message L6: key="labels.maintenance_title_configuration"/></title> L7: <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> L8:</head> L9:<body class="hold-transition sidebar-mini"> L10:<div class="wrapper"> L11: <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> L12: <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> L13: <jsp:param name="menuCategoryType"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Mon Jan 16 12:54:35 UTC 2023 11.3K bytes -
RoleQueryHelper.java
values[1].split(roleSeparator); L269: for (final String role : roles) { L270: if (StringUtil.isNotEmpty(role)) { L271: roleSet.add(role); L272: } L273: } L274: } L275: } else { L276: final String[] roles = rolesStr.split(roleSeparator); L277: for (final String role : roles) { L278: if (StringUtil.isNotEmpty(role)) { L279: roleSet.add(role); L280: ...github.com/codelibs/fess/src/main/java/org/code...Thu Jul 25 01:48:41 UTC 2024 11.5K bytes -
AdminDictAction.java
@Override L53: protected String getActionRole() { L54: return ROLE; L55: } L56: L57: // =================================================================================== L58: // Search Execute L59: // ============== L60: @Execute L61: @Secured({ ROLE, ROLE + VIEW }) L62: public HtmlResponse index() { L63: return asHtml...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.8K bytes -
FessFunctions.java
locale, key).orElse(defaultValue); L426: } L427: L428: public static boolean hasActionRole(final String role) { L429: final String[] roles; L430: if (role.endsWith(FessAdminAction.VIEW)) { L431: roles = new String[] { role, role.substring(0, role.length() - FessAdminAction.VIEW.length()) }; L432: } else { L433: roles = new String[] { role }; L434: } L435: final FessLoginAssist loginAssist = ComponentUtil.getComponent(FessLoginAssist.class);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 16.9K bytes -
AdminFailureurlAction.java
asListHtml(); L70: } L71: L72: @Execute L73: @Secured({ ROLE, ROLE + VIEW }) L74: public HtmlResponse list(final Integer pageNumber, final SearchForm form) { L75: failureUrlPager.setCurrentPageNumber(pageNumber); L76: return asHtml(path_AdminFailureurl_AdminFailureurlJsp).renderWith(data -> { L77: searchPaging(data, form); L78: }); L79: } L80: L81: @Execute L82: @Secured({ ROLE, ROLE + VIEW }) L83: public HtmlResponse search(final SearchForm form)...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 7.7K bytes -
AdminJoblogAction.java
asListHtml(); L73: } L74: L75: @Execute L76: @Secured({ ROLE, ROLE + VIEW }) L77: public HtmlResponse list(final Integer pageNumber, final SearchForm form) { L78: saveToken(); L79: jobLogPager.setCurrentPageNumber(pageNumber); L80: return asHtml(path_AdminJoblog_AdminJoblogJsp).renderWith(data -> { L81: searchPaging(data, form); L82: }); L83: } L84: L85: @Execute L86: @Secured({ ROLE, ROLE + VIEW }) L87: public HtmlResponse search(final SearchForm...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 8.4K bytes -
LdapManager.java
subResult -> { L558: if (subResult.isEmpty()) { L559: final Role role = new Role(); L560: role.setName(name); L561: insert(role); L562: } L563: final List<ModificationItem> modifyList = new ArrayList<>(); L564: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 65.9K bytes -
AdminCrawlinginfoAction.java
L77: } L78: L79: @Execute L80: @Secured({ ROLE, ROLE + VIEW }) L81: public HtmlResponse list(final Integer pageNumber, final SearchForm form) { L82: saveToken(); L83: crawlingInfoPager.setCurrentPageNumber(pageNumber); L84: return asHtml(path_AdminCrawlinginfo_AdminCrawlinginfoJsp).renderWith(data -> { L85: searchPaging(data, form); L86: }); L87: } L88: L89: @Execute L90: @Secured({ ROLE, ROLE + VIEW }) L91: public HtmlResponse search(final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 10K bytes