Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 413 for spring (0.43 sec)

  1. src/text/template/exec_test.go

    	PS:                        newString("a string"),
    	PSI:                       newIntSlice(21, 22, 23),
    	BinaryFunc:                func(a, b string) string { return fmt.Sprintf("[%s=%s]", a, b) },
    	VariadicFunc:              func(s ...string) string { return fmt.Sprint("<", strings.Join(s, "+"), ">") },
    	VariadicFuncInt:           func(a int, s ...string) string { return fmt.Sprint(a, "=<", strings.Join(s, "+"), ">") },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  2. src/net/http/client_test.go

    		xfoo = "foo-val"
    	)
    	var ts2URL string
    	ts1 := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		want := Header{
    			"User-Agent":      []string{ua},
    			"X-Foo":           []string{xfoo},
    			"Referer":         []string{ts2URL},
    			"Accept-Encoding": []string{"gzip"},
    			"Cookie":          []string{"foo=bar"},
    			"Authorization":   []string{"secretpassword"},
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  3. pkg/controller/endpointslice/endpointslice_controller_test.go

    			Name:              fmt.Sprintf("pod%d", n),
    			Labels:            map[string]string{"foo": "bar"},
    			DeletionTimestamp: deletionTimestamp,
    			ResourceVersion:   fmt.Sprint(n),
    		},
    		Spec: v1.PodSpec{
    			Containers: []v1.Container{{
    				Name: "container-1",
    			}},
    			NodeName: "node-1",
    		},
    		Status: v1.PodStatus{
    			PodIP: fmt.Sprintf("1.2.3.%d", 4+n),
    			PodIPs: []v1.PodIP{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  4. src/net/dnsclient_unix_test.go

    	testRotate(t, false, []string{"192.0.2.1", "192.0.2.2"}, []string{"192.0.2.1:53", "192.0.2.1:53", "192.0.2.1:53"})
    
    	// with rotation, rotates through back to first
    	testRotate(t, true, []string{"192.0.2.1", "192.0.2.2"}, []string{"192.0.2.1:53", "192.0.2.2:53", "192.0.2.1:53"})
    }
    
    func testRotate(t *testing.T, rotate bool, nameservers, wantServers []string) {
    	defer dnsWaitGroup.Wait()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. pkg/controller/endpoint/endpoints_controller_test.go

    func testPod(namespace string, id int, nPorts int, isReady bool, ipFamilies []v1.IPFamily) *v1.Pod {
    	p := &v1.Pod{
    		TypeMeta: metav1.TypeMeta{APIVersion: "v1"},
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:       namespace,
    			Name:            fmt.Sprintf("pod%d", id),
    			Labels:          map[string]string{"foo": "bar"},
    			ResourceVersion: fmt.Sprint(id),
    		},
    		Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. src/os/os_test.go

    		if err != nil {
    			t.Fatalf("StartProcess: %v", err)
    		}
    		w.Close()
    
    		var b strings.Builder
    		io.Copy(&b, r)
    		output := b.String()
    
    		fi1, _ := Stat(strings.TrimSpace(output))
    		fi2, _ := Stat(expect)
    		if !SameFile(fi1, fi2) {
    			t.Errorf("exec %q returned %q wanted %q",
    				strings.Join(append([]string{cmd}, args...), " "), output, expect)
    		}
    		p.Wait()
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  7. src/time/time_test.go

    		var ts Time
    
    		want := tt.want
    		err := json.Unmarshal([]byte(tt.in), &ts)
    		if fmt.Sprint(err) != want {
    			t.Errorf("Time.UnmarshalJSON(%s) = %v, want %v", tt.in, err, want)
    		}
    
    		if strings.HasPrefix(tt.in, `"`) && strings.HasSuffix(tt.in, `"`) {
    			err = ts.UnmarshalText([]byte(strings.Trim(tt.in, `"`)))
    			if fmt.Sprint(err) != want {
    				t.Errorf("Time.UnmarshalText(%s) = %v, want %v", tt.in, err, want)
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        String getCrawlerMetadataNameMapping();
    
        default Tuple3<String, String, String> getCrawlerMetadataNameMapping(final String name) {
            @SuppressWarnings("unchecked")
            Map<String, Tuple3<String, String, String>> params =
                    (Map<String, Tuple3<String, String, String>>) propMap.get(CRAWLER_METADATA_NAME_MAPPING);
            if (params == null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/lib.go

    			return []string{"-arch", "x86_64", "-m64"}
    		}
    		return []string{"-m64"}
    	case sys.S390X:
    		return []string{"-m64"}
    	case sys.ARM:
    		return []string{"-marm"}
    	case sys.ARM64:
    		if buildcfg.GOOS == "darwin" {
    			return []string{"-arch", "arm64"}
    		}
    	case sys.Loong64:
    		return []string{"-mabi=lp64d"}
    	case sys.MIPS64:
    		return []string{"-mabi=64"}
    	case sys.MIPS:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								"stringField": "a third string",
    								"intField":    7,
    							},
    						},
    					}},
    				patchMyCRDV1Beta1Schema{
    					"require that stringField value start with `k8s`",
    					map[string]interface{}{
    						"properties": map[string]interface{}{
    							"field": map[string]interface{}{
    								"additionalProperties": map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
Back to top