Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Gilles (0.24 sec)

  1. build/checkstyle-suppressions.xml

            "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
            "https://checkstyle.org/dtds/suppressions_1_0.dtd">
    
    <suppressions>
        <suppress checks="JavadocVariable|JavadocMethod" files=".*" />
        <suppress checks="HiddenField" files=".*" />
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 1.1K bytes
    - Viewed (0)
  2. guava-gwt/test/com/google/common/testing/Testing.gwt.xml

        util.concurrent tests under Guava.
    
        The problem is that GWT responds poorly to two .gwt.xml files in the same
        Java package; see https://goo.gl/pRV3Yn for details.
    
        The summary is that it ignores one file in favor of the other.
        util.concurrent, like nearly all our packages, has two .gwt.xml files: one
        for prod and one for tests. However, unlike our other packages, as of this
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Jan 06 15:30:58 GMT 2022
    - 1.5K bytes
    - Viewed (0)
  3. guava-gwt/src/com/google/common/xml/Xml.gwt.xml

        util.concurrent tests under Guava.
    
        The problem is that GWT responds poorly to two .gwt.xml files in the same
        Java package; see https://goo.gl/pRV3Yn for details.
    
        The summary is that it ignores one file in favor of the other.
        util.concurrent, like nearly all our packages, has two .gwt.xml files: one
        for prod and one for tests. However, unlike our other packages, as of this
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Jan 06 15:30:58 GMT 2022
    - 1.5K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            <field>
              <name>resources</name>
              <version>3.0.0+</version>
              <description>
                This element describes all the classpath resources such as properties
                files associated with a project. These resources are often included in the final
                package.
                The default value is {@code src/main/resources}.
              </description>
              <association>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top