- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for Indicators (0.12 sec)
-
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) -
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/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/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/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) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Destination Indicator */ public static final String LABELS_user_destinationIndicator = "{labels.user_destinationIndicator}"; /** The key of the message: Destination Indicator */ public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'ldap.attr.destinationIndicator'. <br> * The value is, e.g. destinationIndicator <br> * comment: LDAP attribute for destination indicator. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrDestinationIndicator(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)