Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 231 for conflicting (0.14 sec)

  1. src/cmd/go/testdata/script/env_write.txt

    stdout /non-exist/gopath
    
    # go env -w does not override OS environment, and warns about that
    env GOPATH=$root/other
    go env -w GOPATH=$root/non-exist/gopath2
    stderr 'warning: go env -w GOPATH=... does not override conflicting OS environment variable'
    go env GOPATH
    stdout $root/other
    
    # but go env -w does do the update, and unsetting the env var exposes the change
    env GOPATH=
    go env GOPATH
    stdout $root/non-exist/gopath2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 18:42:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

            }
    
            then:
            outputEquals """
    Type 'Whatever' property 'prop' has conflicting type annotations declared: @Input, @Output.
    
    Reason: The different annotations have different semantics and Gradle cannot determine which one to pick.
    
    Possible solution: Choose between one of the conflicting annotations.
    
    ${validationMessage("conflicting_annotations")}
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tpu_device_propagation.cc

             isa<TF::IdentityOp, TF::IdentityNOp, TF::ShapeOp>(op);
    }
    
    // Finds nonconflicting TPU device for an operation from its operands. If an
    // operand has no device or a non TPU device, or if there are conflicting
    // devices, and empty StringRef will be returned. Control dependencies,
    // NextIteration.Source -> NextIteration.Sink token dependencies, and
    // LoopCond -> Switch data dependencies are ignored.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. analysis/analysis-api-standalone/analysis-api-fir-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/services/LLStandaloneFirElementByPsiElementChooser.kt

            is ConeKotlinTypeProjectionIn -> "in ${type.renderTypeAsKotlinType()}"
            is ConeKotlinTypeProjectionOut -> "out ${type.renderTypeAsKotlinType()}"
            is ConeKotlinTypeConflictingProjection -> "CONFLICTING-PROJECTION ${type.renderTypeAsKotlinType()}"
            is ConeKotlinType -> renderTypeAsKotlinType()
        }
    
        private object DummyScopeProvider : FirScopeProvider() {
            override fun getUseSiteMemberScope(
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 11:34:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/StrictVersionConstraintsIntegrationTest.groovy

                    constraint('org:c:{strictly 1.0}', 'org:c:1.0')
                }
            }
        }
    
        @RequiredFeature(feature=GradleMetadataResolveRunner.GRADLE_METADATA, value="true")
        def "conflicting version constraints fail resolution"() {
            given:
            repository {
                'org:a:1.0' {
                    dependsOn(group: 'org', artifact: 'b', version: '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/labels.go

    	annotations := map[string]string{}
    
    	// Kubelet always overrides device plugin annotations if they are conflicting
    	for _, a := range opts.Annotations {
    		annotations[a.Name] = a.Value
    	}
    
    	annotations[containerHashLabel] = strconv.FormatUint(kubecontainer.HashContainer(container), 16)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. pilot/pkg/features/experimental.go

    	PersistOldestWinsHeuristicForVirtualServiceHostMatching = env.Register("PERSIST_OLDEST_FIRST_HEURISTIC_FOR_VIRTUAL_SERVICE_HOST_MATCHING", false,
    		"If enabled, istiod will persist the oldest first heuristic for subtly conflicting traffic policy selection"+
    			"(such as with overlapping wildcard hosts)").Get()
    
    	Enable100ContinueHeaders = env.Register("ENABLE_100_CONTINUE_HEADERS", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. docs/distributed/DESIGN.md

    ### There are no limits on how many server pools can be combined
    
    ```
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Aug 15 23:04:20 UTC 2023
    - 8K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/ProjectSchemaAccessorsIntegrationTest.kt

                    string: NamedString(name=foo, value=bar)
                    long: NamedLong(name=ltuae, value=42)
                    """
                )
            )
        }
    
        @Test
        fun `conflicting extensions across build scripts with same body`() {
    
            withFolders {
    
                "buildSrc" {
    
                    withKotlinDslPlugin()
    
                    "src/main/kotlin" {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  10. pkg/config/analysis/msg/messages.yaml

      - name: "ConflictingMeshGatewayVirtualServiceHosts"
        code: IST0109
        level: Error
        description: "Conflicting hosts on VirtualServices associated with mesh gateway"
        template: "The VirtualServices %s associated with mesh gateway define the same host %s which can lead to undefined behavior. This can be fixed by merging the conflicting VirtualServices into a single resource."
        args:
          - name: virtualServices
            type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top