Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,050 for other_2 (0.53 sec)

  1. platforms/documentation/docs/src/snippets/customPlugins/customPlugin/groovy/other.gradle

    Laura Kassovic <******@****.***> 1712356553 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 22:35:53 UTC 2024
    - 287 bytes
    - Viewed (0)
  2. test/fixedbugs/issue10700.dir/other.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package other
    
    type Exported interface {
    	Do()
    	secret()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 07 16:21:57 UTC 2015
    - 219 bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/store_test.go

    	store.addInstances(
    		configKeyWithParent{
    			configKey: configKey{namespace: otherNs.Namespace, name: otherNs.Name},
    		},
    		[]*model.ServiceInstance{
    			makeInstance(otherNs, "1.1.1.1", 444, otherNs.Spec.(*networking.ServiceEntry).Ports[0], nil, PlainText),
    			makeInstance(otherNs, "1.1.1.1", 445, otherNs.Spec.(*networking.ServiceEntry).Ports[1], nil, PlainText),
    		},
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/internal/build/PlannedNodeGraphTest.groovy

            def transformStep2 = new TestTransformStepNode("transformStep2")
            def other1 = new TestNode("other1")
            def other2 = new TestNode("other2")
    
            dependsOn(task1, [other1])
            dependsOn(other1, [transformStep1])
            dependsOn(transformStep1, [task2, other2])
            dependsOn(other2, [task3])
            dependsOn(task4, [transformStep2])
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 21 13:11:56 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/tutorial/configureObjectUsingScript/groovy/other.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67 bytes
    - Viewed (0)
  6. src/crypto/x509/cert_pool_test.go

    func TestCertPoolEqual(t *testing.T) {
    	tc := &Certificate{Raw: []byte{1, 2, 3}, RawSubject: []byte{2}}
    	otherTC := &Certificate{Raw: []byte{9, 8, 7}, RawSubject: []byte{8}}
    
    	emptyPool := NewCertPool()
    	nonSystemPopulated := NewCertPool()
    	nonSystemPopulated.AddCert(tc)
    	nonSystemPopulatedAlt := NewCertPool()
    	nonSystemPopulatedAlt.AddCert(otherTC)
    	emptySystem, err := SystemCertPool()
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 13 18:06:43 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/organizingGradleProjects/configureProjectUsingScript/kotlin/other.gradle.kts

    println("configuring $project")
    tasks.register("hello") {
        doLast {
            println("hello from other script")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 122 bytes
    - Viewed (0)
  8. .github/ISSUE_TEMPLATE/tflite-other.md

    name: TensorFlow Lite Other Issue description: Use this template to report any
    issue in TensorFlow Lite that is not about Converters, Play Services or Ops
    body: - type: dropdown id: issue-type attributes: label: Issue Type description:
    What type of issue would you like to report? multiple: false options: - Bug -
    Build/Install - Performance - Support - Feature Request - Documentation Feature
    Request - Documentation Bug - Others validations: required: true - type:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Dec 29 22:28:29 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  9. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/MultiChoiceAddressTest.groovy

            UUID id = UUID.randomUUID()
            UUID otherId = UUID.randomUUID()
            def address = new MultiChoiceAddress(id, 1234, [address1])
            def same = new MultiChoiceAddress(id, 1234, [address1])
            def differentPort = new MultiChoiceAddress(id, 1567, [address1])
            def differentCandidates = new MultiChoiceAddress(id, 1234, [address2])
            def differentCanonical = new MultiChoiceAddress(otherId, 1234, [address1])
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/FilePropertyTest.groovy

        }
    
        @Override
        RegularFile someOtherValue() {
            return baseDirectory.file("other1").get()
        }
    
        @Override
        RegularFile someOtherValue2() {
            return baseDirectory.file("other2").get()
        }
    
        @Override
        RegularFile someOtherValue3() {
            return baseDirectory.file("other3").get()
        }
    
        @Override
        PropertyInternal<RegularFile> propertyWithNoValue() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top