Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 112 for TestTd (0.14 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    		if got != tc.hasRef {
    			t.Errorf("Expected %t for %s, got %t", tc.hasRef, tc.uid, got)
    		}
    	}
    }
    
    func TestHasUnexpectedController(t *testing.T) {
    	// Each test case will be tested against a StatefulSet named "set" and a Pod named "pod" with UIDs "123".
    	testCases := []struct {
    		name                             string
    		refs                             []metav1.OwnerReference
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    SomeTask() {
                        bean.gradle = project.gradle
                        bean.nested.gradle = project.gradle
                        bean.nested.project = project
                    }
    
                    @TaskAction
                    void run() {
                    }
                }
    
                // ensure there are multiple warnings for the same properties
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{"declare in action", "{{$x := $.U.V}}{{$x}}", "v", tVal, true},
    	{"simple assignment", "{{$x := 2}}{{$x = 3}}{{$x}}", "3", tVal, true},
    	{"nested assignment",
    		"{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{$x}}",
    		"3", tVal, true},
    	{"nested assignment changes the last declaration",
    		"{{$x := 1}}{{if true}}{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{end}}{{$x}}",
    		"1", tVal, true},
    
    	// Type with String method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    // are supported and nested claims are also supported using `.` or `[]` as a separator for claim names, `[]` is recommended.
    //
    // Examples using `.` as a separator:
    // - `@request.auth.claims.admin` matches the claim "admin".
    // - `@request.auth.claims.group.id` matches the nested claims "group" and "id".
    //
    // Examples using `[]` as a separator:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Iterators.java

         * is the only one in use, but if we encounter nested concatenations, we start a deque of
         * meta-iterators rather than letting the nesting get arbitrarily deep.  This keeps each
         * operation O(1).
         */
    
        @CheckForNull private Iterator<? extends Iterator<? extends T>> topMetaIterator;
    
        // Only becomes nonnull if we encounter nested concatenations.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Iterators.java

         * is the only one in use, but if we encounter nested concatenations, we start a deque of
         * meta-iterators rather than letting the nesting get arbitrarily deep.  This keeps each
         * operation O(1).
         */
    
        @CheckForNull private Iterator<? extends Iterator<? extends T>> topMetaIterator;
    
        // Only becomes nonnull if we encounter nested concatenations.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  7. cmd/object-api-multipart_test.go

    		}
    		// uploadIds [4-9].
    		uploadIDs = append(uploadIDs, res.UploadID)
    	}
    	// Create multipart parts.
    	// Need parts to be uploaded before MultipartLists can be called and tested.
    	createPartCases := []struct {
    		bucketName      string
    		objName         string
    		uploadID        string
    		PartID          int
    		inputReaderData string
    		inputMd5        string
    		inputDataSize   int64
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    	{"declare in action", "{{$x := $.U.V}}{{$x}}", "v", tVal, true},
    	{"simple assignment", "{{$x := 2}}{{$x = 3}}{{$x}}", "3", tVal, true},
    	{"nested assignment",
    		"{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{$x}}",
    		"3", tVal, true},
    	{"nested assignment changes the last declaration",
    		"{{$x := 1}}{{if true}}{{$x := 2}}{{if true}}{{$x = 3}}{{end}}{{end}}{{$x}}",
    		"1", tVal, true},
    
    	// Type with String method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	for len(st.str) > 0 && st.str[0] == 'B' {
    		st.advance(1)
    		tag := st.sourceName()
    		a = &TaggedName{Name: a, Tag: tag}
    	}
    	return a
    }
    
    // name parses:
    //
    //	<name> ::= <nested-name>
    //	       ::= <unscoped-name>
    //	       ::= <unscoped-template-name> <template-args>
    //	       ::= <local-name>
    //
    //	<unscoped-name> ::= <unqualified-name>
    //	                ::= St <unqualified-name>
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  10. src/go/parser/parser.go

    		defer un(trace(p, "PrimaryExpr"))
    	}
    
    	if x == nil {
    		x = p.parseOperand()
    	}
    	// We track the nesting here rather than at the entry for the function,
    	// since it can iteratively produce a nested output, and we want to
    	// limit how deep a structure we generate.
    	var n int
    	defer func() { p.nestLev -= n }()
    	for n = 1; ; n++ {
    		incNestLev(p)
    		switch p.tok {
    		case token.PERIOD:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
Back to top