Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 840 for inspection (0.16 sec)

  1. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/internal/DefaultJavaToolchainUsageProgressDetails.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.jvm.toolchain.internal;
    
    import org.gradle.internal.jvm.inspection.JvmInstallationMetadata;
    import org.gradle.jvm.toolchain.JavaCompiler;
    import org.gradle.jvm.toolchain.JavaLauncher;
    import org.gradle.jvm.toolchain.JavadocTool;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/GroovyServices.java

    import org.gradle.api.problems.internal.InternalProblems;
    import org.gradle.initialization.ClassLoaderRegistry;
    import org.gradle.initialization.layout.ProjectCacheDir;
    import org.gradle.internal.jvm.inspection.JvmVersionDetector;
    import org.gradle.internal.service.Provides;
    import org.gradle.internal.service.ServiceRegistration;
    import org.gradle.internal.service.ServiceRegistrationProvider;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/jvm/JavaToolchainFixture.groovy

    import groovy.transform.SelfType
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.internal.jvm.Jvm
    import org.gradle.internal.jvm.inspection.JvmInstallationMetadata
    import org.gradle.test.fixtures.file.TestFile
    
    /**
     * Introduces helper methods to write integration tests using Java toolchains.
     */
    @SelfType(AbstractIntegrationSpec)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/build-configuration/src/main/java/org/gradle/internal/buildconfiguration/tasks/UpdateDaemonJvmModifier.java

    import org.gradle.api.UncheckedIOException;
    import org.gradle.internal.buildconfiguration.DaemonJvmPropertiesConfigurator;
    import org.gradle.internal.buildconfiguration.DaemonJvmPropertiesDefaults;
    import org.gradle.internal.jvm.inspection.JvmVendor;
    import org.gradle.internal.util.PropertiesUtils;
    import org.gradle.jvm.toolchain.JvmImplementation;
    import org.gradle.util.internal.GFileUtils;
    
    import javax.annotation.Nullable;
    import java.io.File;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 21:41:57 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. platforms/jvm/jvm-services/src/main/java/org/gradle/internal/jvm/inspection/JvmVendor.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.jvm.inspection;
    
    import java.util.regex.Pattern;
    
    public interface JvmVendor {
    
        enum KnownJvmVendor {
            ADOPTIUM("adoptium", "temurin|adoptium|eclipse foundation", "Eclipse Temurin"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 02 23:55:59 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. pkg/log/logr.go

    // logging is based on Verbosity levels, where 0 is the most important. We treat
    // levels 0-3 as info level and 4+ as debug; there are no warnings. This
    // threshold is fairly arbitrary based on inspection of Kubernetes usage and
    // https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-output-verbosity-and-debugging.
    // Errors are passed through as errors.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/initializer/interfaces.go

    type WantsDrainedNotification interface {
    	SetDrainedNotification(<-chan struct{})
    	admission.InitializationValidator
    }
    
    // WantsFeatureGate defines a function which passes the featureGates for inspection by an admission plugin.
    // Admission plugins should not hold a reference to the featureGates.  Instead, they should query a particular one
    // and assign it to a simple bool in the admission plugin struct.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 19:11:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJvmVersionDetectorTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.jvm.inspection
    
    import org.gradle.api.GradleException
    import org.gradle.api.JavaVersion
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.jvm.Jvm
    import org.gradle.jvm.toolchain.internal.InstallationLocation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:47:05 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/doc/c4/README.adoc

    # Gradle Kotlin DSL C4 Model
    
    Core link:https://c4model.com/#coreDiagrams[C4 Model] diagrams for the Gradle Kotlin DSL.
    
    NOTE: The optional 4th level, UML diagrams, isn't provided, favoring the source code and inspection tools.
    
    ## Level 1: System Context diagram
    
    A developer uses the Gradle Kotlin DSL either via Gradle directly or in an IDE that uses the Kotlin DSL support via Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 19 00:01:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. platforms/jvm/toolchains-jvm-shared/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.jvm.toolchain.internal
    
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.jvm.Jvm
    import org.gradle.internal.jvm.inspection.JvmInstallationMetadata
    import org.gradle.jvm.toolchain.JavaInstallationMetadata
    import org.gradle.jvm.toolchain.JavaLanguageVersion
    import org.gradle.jvm.toolchain.JvmImplementation
    import spock.lang.Specification
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 16:57:19 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top