Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 5,298 for somme (0.06 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

      - devicePath: /dev/disk/by-id/some-random-clusterb9772-pvc-c2435a06-14d7-11e7-9baf-42010a800049
        name: kubernetes.io/pd/some-random-clusterb9772-pvc-c2435a06-14d7-11e7-9baf-42010a800049
      - devicePath: /dev/disk/by-id/some-random-clusterb9772-pvc-8bf50554-fd42-11e6-94d4-42010a800049
        name: kubernetes.io/pd/some-random-clusterb9772-pvc-8bf50554-fd42-11e6-94d4-42010a800049
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/plugin/authn/util_test.go

    			meshConfig: &meshconfig.MeshConfig{
    				TrustDomain:        "cluster.local",
    				TrustDomainAliases: []string{"alias-1.domain", "some-other-alias-1.domain", "alias-2.domain"},
    			},
    			want: []string{"cluster.local", "alias-1.domain", "some-other-alias-1.domain", "alias-2.domain"},
    		},
    		{
    			name:       "Empty mesh config",
    			meshConfig: &meshconfig.MeshConfig{},
    			want:       []string{},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 16:11:07 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api-builders/src/test/groovy/org/gradle/tooling/internal/provider/runner/DefaultBuildControllerTest.groovy

            def failure = new UnknownModelException("not found")
    
            given:
            _ * workerThreadRegistry.workerThread >> true
            1 * modelController.locateBuilderForDefaultTarget('some.model', false) >> modelScope
            1 * modelScope.getModel("some.model", null) >> { throw failure }
    
            when:
            controller.getModel(null, modelId)
    
            then:
            InternalUnsupportedModelException e = thrown()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:56:30 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/core/ModelReferenceTest.groovy

            reference.untyped
            reference.state == ModelNode.State.GraphClosed
        }
    
        def "path only"() {
            expect:
            def reference = ModelReference.of("some.path")
            reference.scope == null
            reference.path == ModelPath.path("some.path")
            reference.type == ModelType.of(Object)
            reference.untyped
            reference.state == ModelNode.State.GraphClosed
        }
    
        def "type only"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapterForBuildOperationsTest.groovy

                assert event.descriptor.displayName == 'some build'
                assert event.descriptor.parent == null
            }
        }
    
        def "convert to BuildStartEvent"() {
            given:
            def listener = Mock(ProgressListener)
            def adapter = createAdapter(listener)
    
            when:
            def buildDesc = buildDescriptor(666, 'some build')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/ProjectSchemaLambdaAccessorsIntegrationTest.kt

                val casted = closureExtension as groovy.lang.Closure<*>
                println(casted.call("some"))
                """
            )
    
            build("help").apply {
                assertOutputContains("closureExtension: java.lang.Object")
                assertOutputContains("SOME")
            }
        }
    
        @Test
        fun `accessors to __untyped__ kotlin lambda extensions are typed Any`() {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Sep 24 17:45:43 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/files/src/test/groovy/org/gradle/internal/file/FilePathUtilTest.groovy

            where:
            commonPrefix | firstPostFix | secondPostFix
            "some"      | "path"            | "other/some"
            "some"      | "pather/one"      | "path/two/three"
            "some/path" | "one"             | "two/three"
            ""          | "one"             | "two/three"
            ""          | "oner"            | "one"
            "some/path" | "with/one/ending" | "without/two/different"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:55:52 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/CacheLayoutTest.groovy

            cacheLayout.name == 'modules'
            cacheLayout.key == 'modules-2'
            cacheLayout.version == CacheVersion.of(2)
            cacheLayout.version.toString() == '2'
            cacheLayout.getPath(new File('some/dir')) == new File('some/dir/modules-2')
            !cacheLayout.versionMapping.getVersionUsedBy(GradleVersion.version("1.8")).present
            cacheLayout.versionMapping.getVersionUsedBy(GradleVersion.version("1.9-rc-1")).get() == CacheVersion.of(1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 12:06:27 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/FileUtilsTest.groovy

            withExtension("/some/path/to/foo", ".bar") == "/some/path/to/foo.bar"
            withExtension("foo.baz", ".bar") == "foo.bar"
            withExtension("/some/path/to/foo.baz", ".bar") == "/some/path/to/foo.bar"
            withExtension("\\some\\path\\to\\foo.baz", ".bar") == "\\some\\path\\to\\foo.bar"
            withExtension("/some/path/to/foo.boo.baz", ".bar") == "/some/path/to/foo.boo.bar"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. tests/test_tutorial/test_websockets/test_tutorial002.py

        with pytest.raises(WebSocketDisconnect):
            with client.websocket_connect("/items/bar/ws?token=some-token") as websocket:
                message = "Message one"
                websocket.send_text(message)
                data = websocket.receive_text()
                assert data == "Session cookie or query token value is: some-token"
                data = websocket.receive_text()
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Nov 13 14:26:09 UTC 2022
    - 3.6K bytes
    - Viewed (0)
Back to top