Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 275 for Devices (0.19 sec)

  1. platforms/software/ivy/build.gradle.kts

            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":file-collections"))
        api(project(":logging"))
        api(project(":model-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. subprojects/core/build.gradle.kts

        api(projects.instrumentationAgentServices)
        api(projects.serialization)
        api(projects.serviceProvider)
        api(projects.stdlibJavaExtensions)
        api(projects.time)
        api(project(":base-services"))
        api(project(":base-services-groovy"))
        api(project(":build-cache"))
        api(project(":build-cache-base"))
        api(project(":build-cache-local"))
        api(project(":build-cache-packaging"))
        api(project(":build-cache-spi"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    		w := &workloadapi.Workload{
    			Uid:                   a.generateWorkloadEntryUID(wle.Namespace, wle.Name),
    			Name:                  wle.Name,
    			Namespace:             wle.Namespace,
    			Network:               network,
    			ClusterId:             string(a.ClusterID),
    			ServiceAccount:        wle.Spec.ServiceAccount,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  4. subprojects/diagnostics/build.gradle.kts

        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":core"))
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(libs.guava)
    
        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. platforms/software/security/build.gradle.kts

        api(libs.jsr305)
    
        implementation(projects.stdlibJavaExtensions)
        implementation(projects.time)
        implementation(project(":base-services"))
        implementation(project(":functional"))
        implementation(project(":logging-api"))
        implementation(project(":process-services"))
    
        implementation(libs.bouncycastleProvider)
        implementation(libs.guava)
        implementation(libs.inject)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectBuilder.java

    import org.apache.maven.api.services.BuilderProblem;
    import org.apache.maven.api.services.DependencyResolverResult;
    import org.apache.maven.api.services.ProjectBuilder;
    import org.apache.maven.api.services.ProjectBuilderException;
    import org.apache.maven.api.services.ProjectBuilderRequest;
    import org.apache.maven.api.services.ProjectBuilderResult;
    import org.apache.maven.api.services.Source;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. manifests/addons/values-grafana.yaml

              path: /var/lib/grafana/dashboards/istio
          - name: "istio-services"
            orgId: 1
            folder: "istio"
            type: file
            disableDeletion: false
            options:
              path: /var/lib/grafana/dashboards/istio-services
    
    dashboardsConfigMaps:
      istio: "istio-grafana-dashboards"
      istio-services: "istio-services-grafana-dashboards"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "LoopOverCharArray", // 1 occurrences
        )
    }
    
    dependencies {
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":files"))
        api(project(":stdlib-java-extensions"))
        api(project(":logging"))
        api(project(":model-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. platforms/software/antlr/build.gradle.kts

        runtimeOnly(project(":workers"))
    
        testImplementation(project(":base-services-groovy"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(project(":file-collections"))
    
        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. platforms/software/signing/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Plugin for cryptographic signing of publications, artifacts or files."
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":file-collections"))
        api(project(":publish"))
        api(project(":security"))
    
        api(libs.jsr305)
        api(libs.groovy)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top