- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 192 for indicator (0.25 sec)
-
android/guava/src/com/google/common/base/Ascii.java
* <li>if truncating for display to users, there are other considerations that must be taken * into account * <li>the appropriate truncation indicator may be locale-dependent * <li>it is safe to use non-ASCII characters in the truncation indicator * </ul> * * @throws IllegalArgumentException if {@code maxLength} is less than the length of {@code * truncationIndicator} * @since 16.0
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 21.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/EditForm.java
/** * The edit form for Search Log. * This form handles the editing of search log entries in the administration interface. */ public class EditForm { /** CRUD operation mode indicator */ @ValidateTypeFailure public int crudMode; /** Type of the search log entry */ @Required @Size(max = 10) public String logType;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
nfo .pace {\n color: #17a2b8;\n}\n\n.pace-corner-indicator-info .pace .pace-activity {\n background: #17a2b8;\n}\n\n.pace-corner-indicator-info .pace .pace-activity::after,\n.pace-corner-indicator-info .pace .pace-activity::before {\n border: 5px solid #fff;\n}\n\n.pace-corner-indicator-info .pace .pace-activity::before {\n border-right-color: rgba(23, 162, 184, 0.2);\n border-left-color: rgba(23, 162, 184, 0.2);\n}\n\n.pace-corner-indicator-info .pace .pace-activity::after {\n border-top-color:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
android/guava/src/com/google/common/collect/RegularImmutableMap.java
Builder.DuplicateKey duplicateKey = null; if (tableSize <= BYTE_MAX_SIZE) { /* * Use 8 bits per entry. The value is unsigned to allow use up to a size of 2^8. * * The absent indicator of -1 signed becomes 2^8 - 1 unsigned, which reduces the actual max * size to 2^8 - 1. However, due to a load factor < 1 the limit is never approached. */ byte[] hashTable = new byte[tableSize];
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 22.5K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css
.pace-progress{background:#007bff}.pace-material-primary .pace{color:#007bff}.pace-corner-indicator-primary .pace .pace-activity{background:#007bff}.pace-corner-indicator-primary .pace .pace-activity::after,.pace-corner-indicator-primary .pace .pace-activity::before{border:5px solid #fff}.pace-corner-indicator-primary .pace .pace-activity::before{border-right-color:rgba(0,123,255,.2);border-left-color:rgba(0,123,255,.2)}.pace-corner-indicator-primary .pace .pace-activity::after{border-top-color:rgba(0,123,255,.2)...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.user_postalCode=Postal Code labels.postalCode=Postal Code labels.user_physicalDeliveryOfficeName=Office labels.physicalDeliveryOfficeName=Office labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
top: ($font-size-base * $line-height-base - $custom-control-indicator-size) * .5;\n left: -($custom-control-gutter + $custom-control-indicator-size);\n display: block;\n width: $custom-control-indicator-size;\n height: $custom-control-indicator-size;\n pointer-events: none;\n content: \"\";\n background-color: $custom-control-indicator-bg;\n border: $custom-control-indicator-border-width solid $custom-control-indicator-border-color;\n @include box-shadow($custom-control-i...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 639.3K bytes - Viewed (1) -
src/main/resources/fess_label.properties
labels.user_postalCode=Postal Code labels.postalCode=Postal Code labels.user_physicalDeliveryOfficeName=Office labels.physicalDeliveryOfficeName=Office labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
$carousel-control-width;\n\n [data-bs-target] {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: $carousel-indicator-width;\n height: $carousel-indicator-height;\n padding: 0;\n margin-right: $carousel-indicator-spacer;\n margin-left: $carousel-indicator-spacer;\n text-indent: -999px;\n cursor: pointer;\n background-color: $carousel-indicator-active-bg;\n background-clip: padding-box;\n border: 0;\n // Use transparent borders to increase the hit area by...
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/resources/fess_config.properties
# LDAP attribute for postal code. ldap.attr.postalCode=postalCode # LDAP attribute for physical delivery office name. ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName # LDAP attribute for destination indicator. ldap.attr.destinationIndicator=destinationIndicator # LDAP attribute for international ISDN number. ldap.attr.internationaliSDNNumber=internationaliSDNNumber # LDAP attribute for state. ldap.attr.state=st
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)