Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 197 for role (0.03 sec)

  1. SearchApiTests.java

    ".*\\.git.*"); L390: requestBody.put("max_access_count", 100); L391: requestBody.put("num_of_thread", 1); L392: requestBody.put("interval_time", 100); L393: requestBody.put("boost", 100); L394: requestBody.put("permissions", "{role}guest"); L395: requestBody.put("available", true); L396: requestBody.put("sort_order", 0); L397: createFileConfig(requestBody); L398: } L399: L400: private static void createJob() { L401: final Map<String, Object>...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      18.6K bytes
  2. FessXpathTransformer.java

    putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost()); L471: // label: labelType L472: putResultDataBody(dataMap, fessConfig.getIndexFieldLabel(), labelTypeHelper.getMatchedLabelValueSet(url)); L473: // role: roleType L474: final List<String> roleTypeList = new ArrayList<>(); L475: stream(crawlingConfig.getPermissions()).of(stream -> stream.forEach(p -> roleTypeList.add(p))); L476: putResultDataBody(dataMap, fessConfig.getIndexFieldRole(),...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      42.9K bytes
  3. adminlte.min.js.map

    `-${Math.floor(Math.random() * 1000)}`\n navId += `-${Math.floor(Math.random() * 1000)}`\n }\n\n const newNavItem = `<li class=\"nav-item\" role=\"presentation\"><a href=\"#\" class=\"btn-iframe-close\" data-widget=\"iframe-close\" data-type=\"only-this\"><i class=\"fas fa-times\"></i></a><a class=\"nav-link\" data-toggle=\"row\" id=\"${navId}\" href=\"#${tabId}\" role=\"tab\" aria-controls=\"${tabId}\" aria-selected=\"false\">${title}</a></li>`\n $(SELECTOR_TAB_NAVBAR_NAV).append(unescape(escape(newNavItem)))\n\n...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      132.4K bytes
  4. bootstrap.min.js.map

    Selector.DROPDOWN_ACTIVE_CHILD\n )[0]\n\n if (dropdownChild) {\n $(dropdownChild).removeClass(ClassName.ACTIVE)\n }\n\n if (active.getAttribute('role') === 'tab') {\n active.setAttribute('aria-selected', false)\n }\n }\n\n $(element).addClass(ClassName.ACTIVE)\n if (element.getAttribute('role') === 'tab') {\n element.setAttribute('aria-selected', true)\n }\n\n Util.reflow(element)\n\n if (element.classList.contains(ClassName.FADE)) {\n ...
    github.com/codelibs/fess/src/main/webapp/js/boo...
    Sat Jan 11 06:54:28 UTC 2020
      189.9K bytes
  5. rule.xml

    L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components namespace="fessCrawler"> L5: <include path="crawler/container.xml" /> L6: <include path="crawler/transformer.xml" /> L7: L8: <component name="ruleManager" class="org.codelibs.fess.crawler.rule.impl.RuleManagerImpl" instance="prototype"> L9: <postConstruct name="addRule"> L10: <arg>sitemapsRule</arg> L11: </postConstruct> L12: <postConstruct name="addRule"> L13: <arg>webHtmlRule</arg> L14: </postConstruct> L15: <postConstruct name="addRule">...
    github.com/codelibs/fess/src/main/resources/cra...
    Thu Jun 04 08:42:49 UTC 2020
      4.6K bytes
  6. RoleQueryHelperTest.java

    L304: assertTrue(roleSet.contains("role1")); L305: assertTrue(roleSet.contains("role2")); L306: L307: encrypted = false; L308: value = "role1,role2,role3"; L309: roleSet = decodedRoleList(roleQueryHelperImpl, value, encrypted); L310: assertEquals(3, roleSet.size()); L311: assertTrue(roleSet.contains("role1")); L312: assertTrue(roleSet.contains("role2")); L313: assertTrue(roleSet.contains("role3")); L314: } L315: L316: public void...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      14.2K bytes
  7. User.java

    L117: if (password != null) { L118: sourceMap.put("password", password); L119: } L120: if (groups != null) { L121: sourceMap.put("groups", groups); L122: } L123: if (roles != null) { L124: sourceMap.put("roles", roles); L125: } L126: if (attributes != null) { L127: sourceMap.putAll(attributes); L128: } L129: return sourceMap; L130: } L131:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.8K bytes
  8. BsSearchLog.java

    registerModifiedProperty("responseTime"); L334: this.responseTime = value; L335: } L336: L337: public String[] getRoles() { L338: checkSpecifiedProperty("roles"); L339: return roles; L340: } L341: L342: public void setRoles(String[] value) { L343: registerModifiedProperty("roles"); L344: this.roles = value; L345: } L346: L347: public String getSearchWord() { L348: checkSpecifiedProperty("searchWord"); L349: return convertEmptyToNull(searchWord);...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12.2K bytes
  9. OpenIdConnectCredential.java

    L82: protected final String name; L83: L84: protected String[] groups; L85: L86: protected String[] roles; L87: L88: protected String[] permissions; L89: L90: protected OpenIdUser(final String name, final String[] groups, final String[] roles) { L91: this.name = name; L92: this.groups = groups; L93: this.roles = roles; L94: } L95: L96: @Override L97: public String getName() { L98: return name; L99: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.2K bytes
  10. AzureAdCredential.java

    { L131: return authResult; L132: } L133: L134: public void setGroups(final String[] groups) { L135: this.groups = groups; L136: } L137: L138: public void setRoles(final String[] roles) { L139: this.roles = roles; L140: } L141: } L142:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.1K bytes
Back to top