- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for ENABLED (0.06 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String LDAP_ROLE_SEARCH_USER_ENABLED = "ldap.role.search.user.enabled"; /** The key of the configuration. e.g. true */ String LDAP_ROLE_SEARCH_GROUP_ENABLED = "ldap.role.search.group.enabled"; /** The key of the configuration. e.g. true */ String LDAP_ROLE_SEARCH_ROLE_ENABLED = "ldap.role.search.role.enabled"; /** The key of the configuration. e.g. sn */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.19.md
- [Expanded CLI support for debugging workloads and nodes](#expanded-cli-support-for-debugging-workloads-and-nodes) - [Structured logging](#structured-logging) - [EndpointSlices are now enabled by default](#endpointslices-are-now-enabled-by-default) - [Ingress graduates to General Availability](#ingress-graduates-to-general-availability) - [seccomp graduates to General Availability](#seccomp-graduates-to-general-availability)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
$min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};\n\n // Return...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
$fs and the minimum font size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n $min-width: if($rfs-font-size-unit == rem, #{divide($fs-min, $rfs-rem-value)}rem, #{$fs-min}px);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{divide($fs-diff * 100, $rfs-breakpoint)}#{$variable-unit};\n\n // Set the calculated font-size\n...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 639.3K bytes - Viewed (1)