Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 296 for 1223 (0.04 sec)

  1. manifests/charts/istio-control/istio-discovery/files/profile-compatibility-version-1.22.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    meshConfig:
      # 1.22 behavioral changes
      defaultConfig:
        proxyMetadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 342 bytes
    - Viewed (0)
  2. manifests/charts/default/files/profile-compatibility-version-1.22.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    meshConfig:
      # 1.22 behavioral changes
      defaultConfig:
        proxyMetadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 342 bytes
    - Viewed (0)
  3. manifests/charts/base/files/profile-compatibility-version-1.22.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    meshConfig:
      # 1.22 behavioral changes
      defaultConfig:
        proxyMetadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 342 bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dependencies/DefaultImmutableVersionConstraintTest.groovy

            expect:
            v.requiredVersion == '1.0'
            v.preferredVersion == '1.1'
            v.strictVersion == '1.1.1'
            v.rejectedVersions == ['1.2','2.0']
        }
    
        def "can create an immutable version constraint that is strict"() {
            given:
            def v = new DefaultImmutableVersionConstraint('', '', '1.0', [], null)
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/reproducibility/FailOnDynamicVersionsResolveIntegrationTest.groovy

                    }
                }
            }
        }
    
        def "fails if exact selector is below the range"() {
            buildFile << """
                dependencies {
                   conf 'org:test:[1.2, 2.0['
                   conf 'org:test:1.0'
                }
            """
            repository {
                'org:test' {
                    '1.0'()
                    '1.1'()
                    '1.2'()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/tests/quantize_composite_functions_weight_only.mlir

        %conv = "tf.Conv2D"(%arg0, %arg1) {attr_map = "0:strides,1:use_cudnn_on_gpu,2:padding,3:explicit_paddings,4:dilations", data_format = "NHWC", device = "", dilations = [1, 2, 2, 1], explicit_paddings = [], padding = "SAME", strides = [1, 1, 2, 1], use_cudnn_on_gpu = true} : (tensor<1x2x2x3xf32>, tensor<2x3x3x2xf32>) -> tensor<*xf32>
        return %conv : tensor<*xf32>
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/DefaultMavenArtifactRepositoryTest.groovy

            when:
            def resolver = repository.createResolver()
            def supplier = resolver.getComponentMetadataSupplier()
    
            then:
            supplier.rules.configurableRules[0].ruleClass == CustomMetadataSupplierWithParams
            supplier.rules.configurableRules[0].ruleParams.isolate() == ["a", 12, [1, 2, 3]] as Object[]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  8. go.work

    // This is a generated file. Do not edit directly.
    
    go 1.22.0
    
    use (
    	.
    	./staging/src/k8s.io/api
    	./staging/src/k8s.io/apiextensions-apiserver
    	./staging/src/k8s.io/apimachinery
    	./staging/src/k8s.io/apiserver
    	./staging/src/k8s.io/cli-runtime
    	./staging/src/k8s.io/client-go
    	./staging/src/k8s.io/cloud-provider
    	./staging/src/k8s.io/cluster-bootstrap
    	./staging/src/k8s.io/code-generator
    	./staging/src/k8s.io/component-base
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/version/version_test.go

    		{version: "1.2.3+.foo", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.02.3", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.03", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.003", unparsed: "1.2.3", equalsPrev: true},
    		{version: "1.2.3.4", unparsed: "1.2.3.4"},
    		{version: "1.2.3.4b3", unparsed: "1.2.3.4", equalsPrev: true},
    		{version: "1.2.3.4.5", unparsed: "1.2.3.4.5"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  10. src/crypto/md5/md5block_arm.s

    	ROUND3(Rd, Ra, Rb, Rc,  8, 11, Rc1)
    	ROUND3(Rc, Rd, Ra, Rb, 11, 16, Rc2)
    	ROUND3(Rb, Rc, Rd, Ra, 14, 23, Rc3)
    
    	MOVM.IA.W (Rtable), [Rc0,Rc1,Rc2,Rc3]
    	ROUND3(Ra, Rb, Rc, Rd,  1,	4, Rc0)
    	ROUND3(Rd, Ra, Rb, Rc,  4, 11, Rc1)
    	ROUND3(Rc, Rd, Ra, Rb,  7, 16, Rc2)
    	ROUND3(Rb, Rc, Rd, Ra, 10, 23, Rc3)
    
    	MOVM.IA.W (Rtable), [Rc0,Rc1,Rc2,Rc3]
    	ROUND3(Ra, Rb, Rc, Rd, 13,	4, Rc0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top