- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 55 for Account (0.11 sec)
-
fess_label_en.properties
Avg. by Hour L1000:labels.searchlog_log_type_search_reqtimeavg_day=Request Time Avg. by Day L1001:labels.searchlog_log_type_click_count=Click Count L1002:labels.searchlog_log_type_favorite_count=Favorite Count L1003:labels.searchlog_log_message=Message L1004:labels.searchlog_requested_time=Time L1005:labels.searchlog_value=Value L1006:labels.searchlog_count=Count L1007:labels.searchlog_configuration_details=Log Details L1008:labels.searchlog_configuration_link_top=Search Log L1009:labels.searchlog_c...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 40.7K bytes -
Constants.java
final String LDAP_SECURITY_AUTHENTICATION = "ldap.security.authentication"; L383: L384: public static final String LDAP_INITIAL_CONTEXT_FACTORY = "ldap.initial.context.factory"; L385: L386: public static final String LDAP_ACCOUNT_FILTER = "ldap.account.filter"; L387: L388: public static final String LDAP_GROUP_FILTER = "ldap.group.filter"; L389: L390: public static final String LDAP_MEMBEROF_ATTRIBUTE = "ldap.memberof.attribute"; L391: L392: public static final String NOTIFICATION_LOGIN...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
fess_label_ru.properties
Avg. by Hour L1004:labels.searchlog_log_type_search_reqtimeavg_day=Request Time Avg. by Day L1005:labels.searchlog_log_type_click_count=Click Count L1006:labels.searchlog_log_type_favorite_count=Favorite Count L1007:labels.searchlog_log_message=Message L1008:labels.searchlog_requested_time=Time L1009:labels.searchlog_value=Value L1010:labels.searchlog_count=Count L1011:labels.searchlog_configuration_details=Log Details L1012:labels.searchlog_configuration_link_top=Search Log L1013:labels.searchlog_c...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 45.6K bytes -
fess_label.properties
Avg. by Hour L1001:labels.searchlog_log_type_search_reqtimeavg_day=Request Time Avg. by Day L1002:labels.searchlog_log_type_click_count=Click Count L1003:labels.searchlog_log_type_favorite_count=Favorite Count L1004:labels.searchlog_log_message=Message L1005:labels.searchlog_requested_time=Time L1006:labels.searchlog_value=Value L1007:labels.searchlog_count=Count L1008:labels.searchlog_configuration_details=Log Details L1009:labels.searchlog_configuration_link_top=Search Log L1010:labels.searchlog_c...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 40.7K bytes -
LdapManager.java
L226: // LDAP: cn=%s L227: // AD: (&(objectClass=user)(sAMAccountName=%s)) L228: final String filter = String.format(accountFilter, ldapUser.getName()); L229: if (logger.isDebugEnabled()) { L230: logger.debug("Account Filter: {}", filter); L231: } L232: final Set<String> subRoleSet = new HashSet<>(); L233: search(bindDn, filter, new String[] { fessConfig.getLdapMemberofAttribute() }, () -> ldapUser.getEnvironment(), result -> { L234: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 65.9K bytes -
FessLabels.java
L398: /** The key of the message: mode */ L399: public static final String LABELS_CRUD_MODE = "{labels.crudMode}"; L400: L401: /** The key of the message: Max Error Count */ L402: public static final String LABELS_ERROR_COUNT_MAX = "{labels.errorCountMax}"; L403: L404: /** The key of the message: Min Error Count */ L405: public static final String LABELS_ERROR_COUNT_MIN = "{labels.errorCountMin}"; L406: L407: /** The key of the message: Facet */ L408: public static final String...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
popper.min.js.map
data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n const center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n const css = getStyleComputedProperty(data.instance.popper);\n const popperMarginSide = parseFloat(css[`margin${sideCapitalized}`]);\n const popperBorderSide = parseFloat(css[`border${sideCapitalized}Width`]);\n...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
bootstrap.min.css.map
.card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.card-columns .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-columns {\n -webkit-column-count: 3;\n -moz-column-count: 3;\n column-count: 3;\n -webkit-column-gap: 1.25rem;\n -moz-column-gap: 1.25rem;\n column-gap: 1.25rem;\n orphans: 1;\n widows: 1;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n }\n}\n\n.accordion...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
CrawlTestBase.java
scheduler.get("running"); L70: } L71: if (300 <= count) { L72: logger.info("Time out: Failed to start crawler)"); L73: fail(); // Time Out L74: } L75: L76: logger.info("Crawler is running"); L77: count = 0; L78: isRunning = true; L79: while (count < 300 && isRunning) { // Wait until the crawler terminates L80: ThreadUtil.sleep(1000); L81: count++; L82: final Map<String, Object> scheduler = getS...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
ThumbnailGenerator.java
L191: } L192: } L193: L194: int totalCount = 0; L195: int count = 1; L196: final ExecutorService executorService = Executors.newFixedThreadPool(options.numOfThreads); L197: try { L198: while (count != 0) { L199: count = ComponentUtil.getThumbnailManager().generate(executorService, options.cleanup); L200: totalCount += count; L201: } L202: executorService.shutdown(); L203: execut...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 8.2K bytes