Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 460 for manner (0.09 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/analysis.go

    	Doc string
    
    	// URL holds an optional link to a web page with additional
    	// documentation for this analyzer.
    	URL string
    
    	// Flags defines any flags accepted by the analyzer.
    	// The manner in which these flags are exposed to the user
    	// depends on the driver which runs the analyzer.
    	Flags flag.FlagSet
    
    	// Run applies the analyzer to a package.
    	// It returns an error if the analyzer failed.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt

    #           varName or {varName} is replaced by the value of that variable.
    #
    #        2. The result of the first phase is parsed and run in a similar
    #           manner to JSP or MASON or PHP: anything within < % ... % > is a
    #           code block, anything else is sent as output, subject to the
    #           flow imposed by any code segments.
    #
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 13:43:33 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/ConsumerProvidedVariantFinder.java

                node = node.next;
            }
            return last;
        }
    
        /**
         * Caches calls to the transform chain selection algorithm. The cached results are stored in
         * a variant-independent manner, such that only the attributes of the input variants are cached.
         * This way, if multiple calls are made with different variants but those variants have the same
         * attributes, the cached results may be used.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. platforms/jvm/jvm-services/src/main/java/org/gradle/api/internal/artifacts/JavaEcosystemAttributesDescriber.java

     * such as the {@link #getDescribableAttributes()} used by this class, <strong>MUST match on
     * attribute name only, NOT type</strong>.  This allows "desugared" attributes to be described
     * in the same manner.
     */
    /* package */ final class JavaEcosystemAttributesDescriber implements AttributeDescriber {
        private static final Attribute<String> STATUS_ATTRIBUTE = Attribute.of("org.gradle.status", String.class);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:13:00 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/custom_tasks.adoc

    A task can throw a subtype of link:{javadocPath}/org/gradle/api/tasks/VerificationException.html[VerificationException] to indicate that it has failed in a controlled manner such that its output is still valid for consumers.
    A task depends on the *outcome* of another task when it directly depends on it using `dependsOn`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 15:21:05 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/sharing_build_logic_between_subprojects.adoc

    `buildSrc` is a Gradle-recognized and protected directory which comes with some benefits:
    
    1. *Reusable Build Logic*:
    +
    `buildSrc` allows you to organize and centralize your custom build logic, tasks, and plugins in a structured manner.
    The code written in buildSrc can be reused across your project, making it easier to maintain and share common build functionality.
    
    2. *Isolation from the Main Build*:
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 12:58:46 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

         * hold the synchronizer. This synchronizer is used to implement the blocking and waiting calls
         * as well as to handle state changes in a thread-safe manner. The current state of the future
         * is held in the Sync state, and the lock is released whenever the state changes to {@link
         * #COMPLETED}, {@link #CANCELLED}, or {@link #INTERRUPTED}
         *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 09 15:17:25 UTC 2018
    - 13.6K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/internal/DefaultJavaPluginExtension.java

     *
     * This extension is used to implicitly configure all JVM-related {@link org.gradle.api.component.Component}s
     * in the project.  Some methods - such as {@link #registerFeature(String, Action)} -
     * are not applicable in this manner and will throw exceptions if used when multiple
     * {@link org.gradle.jvm.component.internal.JvmSoftwareComponentInternal JvmSoftwareComponentInternal}
     * components are present.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 19:59:45 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  9. LICENSE

    hereafter acquired, that would be infringed by some manner, permitted
    by this License, of making, using, or selling its contributor version,
    but do not include claims that would be infringed only as a
    consequence of further modification of the contributor version.  For
    purposes of this definition, "control" includes the right to grant
    patent sublicenses in a manner consistent with the requirements of
    this License.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  10. pkg/proxy/config/config_test.go

    	handler.ValidateEndpointSlices(t, endpoints)
    	handler2.ValidateEndpointSlices(t, endpoints)
    }
    
    // TODO: Add a unittest for interrupts getting processed in a timely manner.
    // Currently this module has a circular dependency with config, and so it's
    // named config_test, which means even test methods need to be public. This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top