Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 273 for role (0.02 sec)

  1. user.bulk

    L1:{"index":{"_index":"fess_user.user","_id":"YWRtaW4="}} L2:{"password":"${fess.index.initial_password}","surname":"admin","roles":["YWRtaW4=","Z3Vlc3Q="],"name":"admin"}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Jan 12 13:23:26 UTC 2023
      166 bytes
  2. search_log.json

    "path_match": "documents.*", L22: "mapping": { L23: "type": "keyword" L24: } L25: } L26: } L27: ], L28: "properties": { L29: "user": { L30: "type": "keyword" L31: }, L32: "roles": { L33: "type": "keyword" L34: }, L35: "queryId": { L36: "type": "keyword" L37: }, L38: "searchWord": { L39: "type": "keyword" L40: }, L41: "requestedAt": { L42: "type": "date", L43: ...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Feb 25 13:38:21 UTC 2022
      1.6K bytes
  3. SearchLogDbm.java

    "responseTime", null, null, Long.class, "responseTime", null, L175: false, false, false, "Long", 0, 0, null, null, false, null, null, null, null, null, false); L176: protected final ColumnInfo _columnRoles = cci("roles", "roles", null, null, String[].class, "roles", null, false, false, false, L177: "keyword", 0, 0, null, null, false, null, null, null, null, null, false); L178: protected final ColumnInfo _columnSearchWord = cci("searchWord", "searchWord", null, null, String.class,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.3K bytes
  4. cs.js

    Query)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/cs"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Podání formuláře selhalo!",requiredField:"Toto pole je povinné",requiredfields:"Nebyly vyplněny všechny požadované pole",badTime:"Neplatný čas",badEmail:"Neplatná e-mailová adresa",badTelephone:"Neplatné telefonní číslo",badSecurityAnswer:"Chybná odpověď na bezpečnostní otázku",badDate:"Nesprávné datum",lengthBadStart:"Zadaná hodnota...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.3K bytes
  5. AndroidAsyncDnsTest.kt

    org.junit.Assume.assumeTrue L43:import org.junit.AssumptionViolatedException L44:import org.junit.Before L45:import org.junit.Ignore L46:import org.junit.Rule L47:import org.junit.Test L48: L49:/** L50: * Run with "./gradlew :android-test:connectedCheck -PandroidBuild=true" and make sure ANDROID_SDK_ROOT is set. L51: */ L52:class AndroidAsyncDnsTest { L53: @JvmField @Rule L54: val serverRule = MockWebServerRule() L55: private lateinit var client: OkHttpClient L56: L57: private val localhost: HandshakeCertificates...
    github.com/square/okhttp/okhttp-android/src/and...
    Mon Jan 08 01:13:22 UTC 2024
      5.7K bytes
  6. admin_user_edit.jsp

    class="form-group row"> L382: <label for="roles" class="col-sm-3 text-sm-right col-form-label"><la:message L383: key="labels.roles"/></label> L384: <div class="col-sm-9"> L385: <la:errors property="roles"/> L386: <la:select styleId="roles" property="roles" multiple="true" L387: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Fri Feb 14 12:15:45 UTC 2020
      31.4K bytes
  7. user.json

    "long" L110: }, L111: "gidNumber" : { L112: "type" : "long" L113: }, L114: "homeDirectory" : { L115: "type" : "keyword" L116: }, L117: "groups": { L118: "type": "keyword" L119: }, L120: "roles": { L121: "type": "keyword" L122: } L123: } L124:}...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Dec 02 13:14:56 UTC 2021
      2.4K bytes
  8. LdapUser.java

    ilter)) { L59: final LdapManager ldapManager = ComponentUtil.getLdapManager(); L60: permissions = distinct(ArrayUtils.addAll(ldapManager.getRoles(this, baseDn, accountFilter, groupFilter, roles -> { L61: permissions = distinct(roles); L62: ComponentUtil.getActivityHelper().permissionChanged(OptionalThing.of(new FessUserBean(this))); L63: }), fessConfig.getRoleSearchUserPrefix() + ldapManager.normalizePermissionName(getName())));...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.7K bytes
  9. MinMaxPriorityQueue.java

    queue[minChildIndex] = x; L720: return minChildIndex; L721: } L722: return crossOverUp(index, x); L723: } L724: L725: /** L726: * Fills the hole at {@code index} by moving in the least of its grandchildren to this position, L727: * then recursively filling the new hole created. L728: * L729: * @return the position of the new hole (where the lowest grandchild moved from, that had no L730: * grandchild to replace it) L731: */ L732: int fillHoleAt(int index) { L733:...
    github.com/google/guava/guava/src/com/google/co...
    Wed Oct 30 16:15:19 UTC 2024
      34.1K bytes
  10. CreateForm.java

    public String name; L39: L40: @Size(max = 100) L41: public String password; L42: L43: @Size(max = 100) L44: public String confirmPassword; L45: L46: public Map<String, String> attributes = new HashMap<>(); L47: L48: public String[] roles; L49: L50: public String[] groups; L51: L52: public void initialize() { L53: crudMode = CrudMode.CREATE; L54: } L55:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.4K bytes
Back to top