Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 84 for someDep (0.15 sec)

  1. cmd/kubeadm/app/phases/addons/proxy/proxy_test.go

    				AdvertiseAddress: "1.2.3.4",
    				BindPort:         1234,
    			}
    
    			initConfiguration.ClusterConfiguration.Networking.PodSubnet = "5.6.7.8/24"
    			initConfiguration.ClusterConfiguration.ImageRepository = "someRepo"
    
    			// Simulate an error if necessary
    			switch tc.simError {
    			case ServiceAccountError:
    				client.PrependReactor("create", "serviceaccounts", func(action core.Action) (bool, runtime.Object, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorDecoratedTest.groovy

        }
    }
    
    class CallsMethodDuringConstruction {
    
        Class setAtFieldInit = getClass()
        Map<String, String> someMap = [:]
        Class setDuringConstructor
    
        CallsMethodDuringConstruction() {
            setDuringConstructor = setAtFieldInit
            someMap['a'] = 'b'
            assert setDuringConstructor
        }
    }
    
    class UsesInheritedPropertiesDuringConstruction extends TestJavaObject {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 22K bytes
    - Viewed (0)
  3. docs/ja/docs/deployment/https.md

    これはおそらく、最初の1回だけあり、すべてをセットアップするときに行うでしょう。
    
    !!! tip
        ドメイン名の話はHTTPSに関する話のはるか前にありますが、すべてがドメインとIPアドレスに依存するため、ここで言及する価値があります。
    
    ### DNS
    
    では、実際のHTTPSの部分に注目してみよう。
    
    まず、ブラウザは**DNSサーバー**に**ドメインに対するIP**が何であるかを確認します。今回は、`someapp.example.com`とします。
    
    DNSサーバーは、ブラウザに特定の**IPアドレス**を使用するように指示します。このIPアドレスは、DNSサーバーで設定した、あなたのサーバーが使用するパブリックIPアドレスになります。
    
    <img src="/img/deployment/https/https01.svg">
    
    ### TLS Handshake の開始
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Sep 25 23:01:57 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/DefaultModelSchemaExtractorTest.groovy

            @Unmanaged
            InputStream getThing();
    
            void setThing(InputStream inputStream);
        }
    
        interface SomeMap extends ModelMap<List<String>> {
        }
    
        def "specialized map"() {
            expect:
            def schema = extract(SomeMap)
            assert schema instanceof SpecializedMapSchema
            schema.elementType == new ModelType<List<String>>() {}
            schema.implementationType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenHttpRepoResolveIntegrationTest.groovy

            buildFile << """
                repositories {
                    maven {
                        url '${mavenHttpRepo.uri}'
                        credentials(AwsCredentials) {
                            accessKey "someKey"
                            secretKey "someSecret"
                        }
                    }
                }
                configurations { compile }
                dependencies { compile 'org.group.name:projectA:1.2' }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

    class DefaultScriptCompilationHandlerTest extends Specification {
    
        static final String TEST_EXPECTED_SYSTEM_PROP_VALUE = "someValue"
        static final String TEST_EXPECTED_SYSTEM_PROP_KEY = "someKey"
    
        private DefaultScriptCompilationHandler scriptCompilationHandler
    
        private File scriptCacheDir
        private File metadataCacheDir
        private File cachedFile
        private ClassPath scriptClassPath
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go

    			if true { //c.RandBool() {
    				*j = &runtime.Unknown{
    					// We do not set TypeMeta here because it is not carried through a round trip
    					Raw:         []byte(`{"apiVersion":"unknown.group/unknown","kind":"Something","someKey":"someValue"}`),
    					ContentType: runtime.ContentTypeJSON,
    				}
    			} else {
    				types := []runtime.Object{&metav1.Status{}, &metav1.APIGroup{}}
    				t := types[c.Rand.Intn(len(types))]
    				c.Fuzz(t)
    				*j = t
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 15:12:26 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/fixtures/S3Server.groovy

        }
    
        @Override
        String getValidCredentials() {
            return """
            credentials(AwsCredentials) {
                accessKey "someKey"
                secretKey "someSecret"
            }"""
        }
    
        def stubPutFile(File file, String url) {
            HttpStub httpStub = HttpStub.stubInteraction {
                request {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening/executor_tpuv1_island_coarsening.mlir

    // CHECK-NEXT: = "tf.Const"
    // CHECK-NEXT: = "tf.SomeOp"
    // CHECK-NEXT: = "tf.TPUPartitionedOutput"
    // CHECK-NEXT: = "tf.TPUReplicatedOutput"
        %const_out, %const_control = tf_executor.island wraps "tf.Const"() {_xla_compile_device_type = "TPU", _replication_info = "cluster", value = dense<2.0> : tensor<4x4xf32>} : () -> tensor<4x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 02 03:15:59 UTC 2022
    - 36.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tensor_array_ops_decomposition.mlir

      %elem = "tf._SomeOp"() : () -> tensor<3xf32>
      %flow = "tf.Const"() {value = dense<1.0> : tensor<f32>} : () -> tensor<f32>
      // CHECK: %[[BR_INDEX:.*]] = "tf.SomeOp"() : () -> tensor<i32>
      %branch_index = "tf.SomeOp"() : () -> tensor<i32>
      // CHECK: "tf.CaseRegion"(%[[BR_INDEX]]) {{.*}} ({
      "tf.CaseRegion"(%branch_index) ({
        // CHECK: %[[READ_GVAR:.*]] = "tf.ReadVariableOp"(%[[GVAR]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 49K bytes
    - Viewed (0)
Back to top