Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tears (0.12 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Type.java

         */
        @Nullable
        String getClassifier();
    
        /**
         * Specifies if the artifact already embeds its own dependencies.
         * This is the case for JEE packages or similar artifacts such as
         * WARs, EARs, etc.
         *
         * @return if the artifact's dependencies are included in the artifact
         */
        boolean isIncludesDependencies();
    
        /**
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 29 09:32:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_facet_timestamp_6month = "{labels.facet_timestamp_6month}";
    
        /** The key of the message: Past 2 Years */
        public static final String LABELS_facet_timestamp_2year = "{labels.facet_timestamp_2year}";
    
        /** The key of the message: Past 3 Years */
        public static final String LABELS_facet_timestamp_3year = "{labels.facet_timestamp_3year}";
    
        /** The key of the message: Size */
    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