Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Isn (0.19 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <description>
                Where to store all the generated reports. The default is
                {@code ${project.build.directory}/site}.
              </description>
              <!-- TODO: why isn't default set here? -->
            </field>
            <field>
              <name>plugins</name>
              <version>4.0.0+</version>
              <description>The reporting plugins to use and their configuration.</description>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. android/pom.xml

                  <!-- TODO(cpovirk): In principle, it would make sense to *also* test compatibility with JDK 1.8, since guava-android also has JRE users. -->
                </signature>
                <ignores>
                  <!-- Unsafe isn't part of the documented Android API, but it is available.
                       And in cases where it's not, we have fallbacks (except maybe Striped64 (b/307807965)?). -->
                  <ignore>sun.misc.Unsafe</ignore>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top