Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for T11 (0.84 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			requestedName: "t11-foo1",
    			recursive:     true,
    			fieldSelector: fields.SelectorFromSet(fields.Set{
    				"metadata.name":      "t11-foo1",
    				"metadata.namespace": "t11-ns1",
    			}),
    			watchTests: []*testWatchStruct{
    				{baseNamespacedPod("t11-foo1", "t11-ns1"), true, watch.Added},
    				{baseNamespacedPod("t11-foo2", "t11-ns1"), false, ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/cycles5a.go

    }
    
    
    // test cases for varias alias cycles
    
    type T10 /* ERROR "invalid recursive type" */ = *T10                 // issue #25141
    type T11 /* ERROR "invalid recursive type" */ = interface{ f(T11) }  // issue #23139
    
    // issue #18640
    type (
    	aa = bb
    	bb struct {
    		*aa
    	}
    )
    
    type (
    	a struct{ *b }
    	b = c
    	c struct{ *b }
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/sccp_test.go

    			Valu("t9", OpXor64, c.config.Types.Int64, 0, nil, "t8", "v2"),
    			Valu("t10", OpNeg64, c.config.Types.Int64, 0, nil, "t9"),
    			Valu("t11", OpCom64, c.config.Types.Int64, 0, nil, "t10"),
    			Valu("t12", OpNeg64, c.config.Types.Int64, 0, nil, "t11"),
    			Valu("t13", OpFloor, c.config.Types.Float64, 0, nil, "v3"),
    			Valu("t14", OpSqrt, c.config.Types.Float64, 0, nil, "t13"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 21:01:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.project.inheritance.t11;
    
    import java.io.File;
    
    import org.apache.maven.project.MavenProject;
    import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
    import org.junit.jupiter.api.Test;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                }
                val t10: Copy = tasks.create("valley", Copy::class) {
                    description += "!"
                    destinationDir = file("out")
                }
                val t11: Copy = tasks.create<Copy>("hill") {
                    description += "!"
                    destinationDir = file("out")
                }
    
                val t12: TaskProvider<Task> = tasks.named("bat")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  6. pkg/registry/core/pod/storage/eviction_test.go

    				},
    			}},
    			eviction:            &policy.Eviction{ObjectMeta: metav1.ObjectMeta{Name: "t11", Namespace: "default"}, DeleteOptions: metav1.NewDeleteOptions(0)},
    			expectError:         "Cannot evict pod as it would violate the pod's disruption budget.: TooManyRequests: The disruption budget foo needs 3 healthy pods and has 3 currently",
    			podName:             "t11",
    			expectedDeleteCount: 0,
    			podTerminating:      false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:26:37 UTC 2024
    - 40K bytes
    - Viewed (1)
Back to top