Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 197 for role (0.02 sec)

  1. admin_searchlist.jsp

    </c:otherwise> L188: </c:choose> L189: <c:if test="${editable}"> L190: <div class="modal fade" id="confirmToDelete" L191: tabindex="-1" role="dialog"> L192: <div class="modal-dialog"> L193: <div class="modal-content bg-danger"> L194: <div class="modal-header"> L195: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Sep 24 13:09:22 UTC 2020
      20K bytes
  2. footer.jsp

    L1:<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> L2:<footer role="contentinfo"> L3: <div class="container text-center"> L4: <p class="textmuted"> L5: <la:message key="labels.footer.copyright" /> L6: </p> L7: </div> L8:</footer>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Tue Aug 07 14:11:18 UTC 2018
      232 bytes
  3. footer.jsp

    L1:<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> L2:<footer role="contentinfo"> L3: <div class="container text-center"> L4: <p class="textmuted"> L5: <la:message key="labels.footer.copyright" /> L6: </p> L7: </div> L8:</footer>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Tue Aug 07 14:11:18 UTC 2018
      232 bytes
  4. PopularWordHelper.java

    SearchRequestType searchRequestType, final String seed, final String[] tags, final String[] roles, L60: final String[] fields, final String[] excludes) { L61: final String baseSeed = seed != null ? seed : fessConfig.getSuggestPopularWordSeed(); L62: final String[] baseTags = tags != null ? tags : fessConfig.getSuggestPopularWordTagsAsArray(); L63: final String[] baseRoles = roles != null ? roles L64: : ComponentUtil.getRoleQueryHelper().build(searchRequestType...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.6K bytes
  5. SearchForm.java

    BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.role; L17: L18:/** L19: * @author shinsuke L20: */ L21:public class SearchForm { L22: L23: public String id; L24:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      747 bytes
  6. buttons.jsp

    data-target="#confirmToDelete" L42: value="<la:message key="labels.crud_button_delete" />"> L43: <em class="fa fa-trash"> L44: <la:message key="labels.crud_button_delete" /> L45: </button> L46: <div class="modal fade" id="confirmToDelete" tabindex="-1" L47: role="dialog"> L48: <div class="modal-dialog"> L49: <div class="modal-content bg-danger"> L50: <div class="modal-header"> L51: <h4 class="modal-title"> L52: <la:message key="labels.crud_title_delete" /> L53: </h4> L54: <button type="button"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Mon Feb 10 12:37:20 UTC 2020
      2.7K bytes
  7. FessHtmlPath.java

    in_reqheader_edit.jsp"); L324: L325: /** The path of the HTML: /admin/role/admin_role.jsp */ L326: HtmlNext path_AdminRole_AdminRoleJsp = new HtmlNext("/admin/role/admin_role.jsp"); L327: L328: /** The path of the HTML: /admin/role/admin_role_details.jsp */ L329: HtmlNext path_AdminRole_AdminRoleDetailsJsp = new HtmlNext("/admin/role/admin_role_details.jsp"); L330: L331: /** The path of the HTML: /admin/role/admin_role_edit.jsp */ L332: HtmlNext path_AdminRole_AdminRoleEditJsp =...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      26.4K bytes
  8. AccessTokenTests.java

    Map<String, Object> searchBody = new HashMap<>(); L84: searchBody.put("size", NUM * 2); L85: List<String> updatedList = getPropList(searchBody, "permissions"); L86: for (String val : updatedList) { L87: assertEquals(val, "{role}admin-api2"); L88: } L89: } L90: L91: private void testPermission() { L92: // Create access token L93: final String name = NAME_PREFIX + 0; L94: final Map<String, Object> requestBody = new HashMap<>(); L95: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.7K bytes
  9. admin_searchlist_edit.jsp

    class="form-group row"> L123: <label for="doc.role" class="col-sm-3 text-sm-right col-form-label">role</label> L124: <div class="col-sm-9"> L125: <la:errors property="doc.role"/> L126: <la:textarea styleId="doc.role" L127: property="doc.role" styleClass="form-control" L128: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      24.9K bytes
  10. index.jsp

    <c:choose> L46: <c:when test="${!empty username && username != 'guest'}"> L47: <li class="nav-item"> L48: <div class="dropdown"> L49: <a class="nav-link dropdown-toggle" data-toggle="dropdown" L50: href="#" role="button" aria-haspopup="true" L51: aria-expanded="false"> <em class="fa fa-fw fa-user">${username} L52: </a> L53: <div class="dropdown-menu" aria-labelledby="userMenu"> L54: <c:if test="${editableUser...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      6.9K bytes
Back to top