Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 383 for createfing (0.16 sec)

  1. pkg/controller/podautoscaler/config/zz_generated.deepcopy.go

    	out.HorizontalPodAutoscalerInitialReadinessDelay = in.HorizontalPodAutoscalerInitialReadinessDelay
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HPAControllerConfiguration.
    func (in *HPAControllerConfiguration) DeepCopy() *HPAControllerConfiguration {
    	if in == nil {
    		return nil
    	}
    	out := new(HPAControllerConfiguration)
    	in.DeepCopyInto(out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. build-logic/packaging/src/main/kotlin/gradlebuild.distributions.gradle.kts

        layout.buildDirectory.file("generated-resources/$name/$name.json")
    
    fun bucket() =
        configurations.creating {
            isCanBeResolved = false
            isCanBeConsumed = false
            isVisible = false
        }
    
    fun libraryResolver(extends: List<Configuration>) =
        configurations.creating {
            attributes {
                attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage.JAVA_RUNTIME))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonServer.java

            }
    
            @Provides
            ClassLoaderHierarchyHasher createClassLoaderHierarchyHasher() {
                // Return a dummy implementation of this as creating a real hasher drags ~20 more services
                // along with it, and a hasher isn't actually needed on the worker process side at the moment.
                return new ClassLoaderHierarchyHasher() {
                    @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/projects/transform/jar/after.pom

      <modelVersion>4.0.0</modelVersion>
      <groupId>io.github.helpermethod</groupId>
      <artifactId>zip-forge</artifactId>
      <version>1.0.1</version>
      <name>zip-forge</name>
      <description>A tiny, formatter-friendly Java DSL for creating ZIP files.</description>
      <url>https://github.com/helpermethod/zip-forge</url>
      <licenses>
        <license>
          <name>The Apache License, Version 2.0</name>
          <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 12:04:39 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirFileSymbol.kt

        override fun createPointer(): KaSymbolPointer<KaFileSymbol> = withValidityAssertion {
            KaPsiBasedSymbolPointer.createForSymbolFromSource<KaFileSymbol>(this)?.let { return it }
            TODO("Creating pointers for files from library is not supported yet")
        }
    
        override val annotations by cached {
            KaFirAnnotationListForDeclaration.create(firSymbol, builder)
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. manifests/addons/values-grafana.yaml

    # Avoid creating a bunch of RBAC rules for features we are not enabling
    rbac:
      create: false
      pspEnabled: false
    
    # Disable test pods
    testFramework:
      enabled: false
    
    podLabels:
      sidecar.istio.io/inject: "false"
    
    # Demo only, so we will have no authentication
    admin:
      existingSecret: ""
    ldap:
      existingSecret: true
    env:
      GF_SECURITY_ADMIN_USER: "admin"
      GF_SECURITY_ADMIN_PASSWORD: "admin"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r89/ToolingApiPolymorphismCrossVersionTest.groovy

                        return modelName == "${BaseModel.name}"
                    }
                    Object buildAll(String modelName, Project project) {
                        println("creating model for \$project")
                        return new org.gradle.integtests.tooling.fixture.DefaultModel("poly from '" + project.name + "'")
                    }
                }
            """.stripIndent()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:03:18 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  8. platforms/software/reporting/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "EqualsUnsafeCast", // 1 occurrences
        )
    }
    
    val implementationResources: Configuration by configurations.creating
    
    repositories {
        googleApisJs()
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core"))
        api(project(":core-api"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/initialization/buildsrc/BuildSrcTaskExecutionIntegrationTest.groovy

        @Issue("https://github.com/gradle/gradle/issues/23885")
        @ToBeFixedForIsolatedProjects(because = "allprojects")
        def "can exclude task from main build when buildSrc is present"() {
            file("buildSrc/build.gradle").createFile()
            createDirs("lib")
            settingsFile """
                include "lib"
            """
            buildFile """
                allprojects {
                    task thing {
                        doLast {}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. src/cmd/trace/testdata/mktests.go

    		log.Fatalf("running trace program: %v:\n%s", err, stderr.String())
    	}
    
    	// Create file.
    	f, err := os.Create(fmt.Sprintf("./go1%d.test", version.Current))
    	if err != nil {
    		log.Fatalf("creating output file: %v", err)
    	}
    	defer f.Close()
    
    	// Write out the trace.
    	r, err := raw.NewReader(&trace)
    	if err != nil {
    		log.Fatalf("reading trace: %v", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top