Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for JAVADOC (0.14 sec)

  1. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.javadoc.Javadoc.getMaxMemory()> does not have raw return type assignable to org.gradle.api.provider.Property in (Javadoc.java:0)
    Method <org.gradle.api.tasks.javadoc.Javadoc.getModularity()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Javadoc.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.tasks.javadoc.Javadoc.options(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Javadoc.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    #content a[href^='../javadoc/'] {
    	font-family: 'Inconsolata', monospace;
    	font-style: normal;
    	border-bottom: 1px dotted rgba(29, 162, 189, 0.5);
    	padding: 0 1px;
    }
    
    #content a[href^='../dsl/']:hover,
    #content a[href^='../dsl/']:focus,
    #content a[href^='../kotlin-dsl/']:hover,
    #content a[href^='../kotlin-dsl/']:focus,
    #content a[href^='../javadoc/']:hover,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * build file to execute ant tasks. The <code>AntBuild</code> is passed to the closure as the closure's
         * delegate. See example in javadoc for {@link #getAnt()}</p>
         *
         * @param configureClosure The closure to execute against the <code>AntBuilder</code>.
         * @return The <code>AntBuilder</code>. Never returns null.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

            comparator, keyFunction, valueFunction, mergeFunction);
      }
    
      /*
       * TODO(kevinb): Confirm that ImmutableSortedMap is faster to construct and
       * uses less memory than TreeMap; then say so in the class Javadoc.
       */
      private static final Comparator<?> NATURAL_ORDER = Ordering.natural();
    
      private static final ImmutableSortedMap<Comparable<?>, Object> NATURAL_EMPTY_MAP =
          new ImmutableSortedMap<>(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 53K bytes
    - Viewed (0)
  6. gradle/verification-metadata.xml

          <keyring-format>armored</keyring-format>
          <key-servers enabled="false"/>
          <trusted-artifacts>
             <trust group="gradle" name="gradle"/>
             <trust file=".*-javadoc[.]jar" regex="true"/>
             <trust file=".*-sources[.]jar" regex="true"/>
          </trusted-artifacts>
          <ignored-keys>
             <ignored-key id="74DAFDFD6DAE2441" reason="Key couldn't be downloaded from any key server"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Sets.java

       * java.util.stream.Stream#filter}. This method is not being deprecated, but we gently encourage
       * you to migrate to streams.
       */
      // TODO(kevinb): how to omit that last sentence when building GWT javadoc?
      public static <E extends @Nullable Object> Set<E> filter(
          Set<E> unfiltered, Predicate<? super E> predicate) {
        if (unfiltered instanceof SortedSet) {
          return filter((SortedSet<E>) unfiltered, predicate);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    - `copy()`, `copy(Spec)`, `copy(Closure)`, `copyRecursive()`, `copyRecursive(Spec)`, `copyRecursive(Closure)` - RESOLVABLE configurations only
    
    Intended usage is noted in the `Configuration` interface's Javadoc.
    This list is likely to grow in future releases.
    
    Starting in Gradle 9.0, using a configuration inconsistently with its intended usage will be prohibited.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top