Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for s_ (0.13 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/MultilineMessageHelper.java

     */
    public class MultilineMessageHelper {
    
        private static final int DEFAULT_MAX_SIZE = 65;
        private static final char BOX_CHAR = '*';
    
        private static final Pattern S_FILTER = Pattern.compile("\\s+");
    
        public static String separatorLine() {
            StringBuilder sb = new StringBuilder(DEFAULT_MAX_SIZE);
            repeat(sb, '*', DEFAULT_MAX_SIZE);
            return sb.toString();
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Feb 07 20:55:12 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ATTR_DESTINATION_INDICATOR = "ldap.attr.destinationIndicator";
    
        /** The key of the configuration. e.g. internationaliSDNNumber */
        String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber";
    
        /** The key of the configuration. e.g. st */
        String LDAP_ATTR_STATE = "ldap.attr.state";
    
        /** The key of the configuration. e.g. employeeType */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_user_internationaliSDNNumber = "{labels.user_internationaliSDNNumber}";
    
        /** The key of the message: International ISDN Number */
        public static final String LABELS_INTERNATIONALI_S_D_N_NUMBER = "{labels.internationaliSDNNumber}";
    
        /** The key of the message: State */
        public static final String LABELS_user_state = "{labels.user_state}";
    
        /** The key of the message: State */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top