Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 160 for users (0.1 sec)

  1. fess_config.properties

    .extensions=svg,html,css,js L736:thumbnail.generator.interval=0 L737:thumbnail.generator.targets=all L738:thumbnail.crawler.enabled=true L739:thumbnail.system.monitor.interval=60 L740: L741:# user L742:user.code.request.parameter=userCode L743:user.code.min.length=20 L744:user.code.max.length=100 L745:user.code.pattern=[a-zA-Z0-9_]+ L746: L747:# ---------------------------------------------------------- L748:# Mail L749:# ...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  2. adminlte.min.css.map

    .float-xl-none {\n float: none !important;\n }\n}\n\n.user-select-all {\n -webkit-user-select: all !important;\n -moz-user-select: all !important;\n user-select: all !important;\n}\n\n.user-select-auto {\n -webkit-user-select: auto !important;\n -moz-user-select: auto !important;\n -ms-user-select: auto !important;\n user-select: auto !important;\n}\n\n.user-select-none {\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n -ms-user-select: none !important;\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  3. FessConfig.java

    */ L1417: String USER_CODE_REQUEST_PARAMETER = "user.code.request.parameter"; L1418: L1419: /** The key of the configuration. e.g. 20 */ L1420: String USER_CODE_MIN_LENGTH = "user.code.min.length"; L1421: L1422: /** The key of the configuration. e.g. 100 */ L1423: String USER_CODE_MAX_LENGTH = "user.code.max.length"; L1424: L1425: /** The key of the configuration. e.g. [a-zA-Z0-9_]+ */ L1426: String USER_CODE_PATTERN = "user.code.pattern"; L1427: L1428: /** The key of the...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  4. adminlte.min.css

    ight{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.ov...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
  5. User.java

    under the License. L15: */ L16:package org.codelibs.fess.es.user.exentity; L17: L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import java.util.ArrayList; L21:import java.util.Arrays; L22:import java.util.Base64; L23:import java.util.HashMap; L24:import java.util.List; L25:import java.util.Map; L26: L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.entity.FessUser; L29:import org.codelibs.fess.es.user.bsentity.BsUser; L30:import org.codelibs.fess.mylasta.direction.FessConfig;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.8K bytes
  6. 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
  7. openapi-user.yaml

    L1:openapi: 3.0.3 L2:info: L3: title: Fess - User API L4: description: |- L5: This is a Fess Server based on the OpenAPI 3.0 specification. L6: license: L7: name: Apache 2.0 L8: url: http://www.apache.org/licenses/LICENSE-2.0.html L9: version: 14.8.0 L10:externalDocs: L11: description: API Documentation L12: url: https://fess.codelibs.org/14.8/api/ L13:servers: L14: - url: http://localhost:8080/api/v1 L15:tags: L16: - name: search L17: description: Search operations L18: -...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  8. bootstrap.min.css.map

    .float-xl-none {\n float: none !important;\n }\n}\n\n.user-select-all {\n -webkit-user-select: all !important;\n -moz-user-select: all !important;\n user-select: all !important;\n}\n\n.user-select-auto {\n -webkit-user-select: auto !important;\n -moz-user-select: auto !important;\n -ms-user-select: auto !important;\n user-select: auto !important;\n}\n\n.user-select-none {\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n -ms-user-select: none !important;\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  9. LdapManager.java

    } L463: }); L464: user.setGroups(groupList.toArray(new String[groupList.size()])); L465: user.setRoles(roleList.toArray(new String[roleList.size()])); L466: } L467: }); L468: L469: } L470: L471: public void insert(final User user) { L472: if (!fessConfig.isLdapAdminEnabled(user.getName())) { L473: return; L474: } L475: L476: final Suppl...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      65.9K bytes
  10. FessUserBean.java

    getRoles() { L64: return user.getRoleNames(); L65: } L66: L67: public String[] getGroups() { L68: return user.getGroupNames(); L69: } L70: L71: public boolean isEditable() { L72: return user.isEditable(); L73: } L74: L75: public boolean hasRole(final String role) { L76: return stream(user.getRoleNames()).get(stream -> stream.anyMatch(s -> s.equals(role))); L77: } L78: L79: public boolean hasRoles(final String[] acceptedRoles) { L80: return...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.4K bytes
Back to top