Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 250 (0.12 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true
        },
        "node_modules/npm-run-all/node_modules/normalize-package-data": {
          "version": "2.5.0",
          "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	R_ARM_THM_ALU_ABS_G2_NC  R_ARM = 134
    	R_ARM_THM_ALU_ABS_G3     R_ARM = 135
    	R_ARM_IRELATIVE          R_ARM = 160
    	R_ARM_RXPC25             R_ARM = 249
    	R_ARM_RSBREL32           R_ARM = 250
    	R_ARM_THM_RPC22          R_ARM = 251
    	R_ARM_RREL32             R_ARM = 252
    	R_ARM_RABS32             R_ARM = 253
    	R_ARM_RPC24              R_ARM = 254
    	R_ARM_RBASE              R_ARM = 255
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    	if testing.Short() {
    		t.Skip("skipping in short mode")
    	}
    	ts := newClientServerTest(t, mode, HandlerFunc(func(res ResponseWriter, req *Request) {}),
    		func(ts *httptest.Server) {
    			ts.Config.WriteTimeout = 250 * time.Millisecond
    		},
    	).ts
    
    	c := ts.Client()
    
    	for i := 1; i <= 3; i++ {
    		req, err := NewRequest("GET", ts.URL, nil)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		r, err := c.Do(req)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    }
    
    func TestMethod(t *testing.T) {
    	// Non-curried method of type.
    	p := Point{3, 4}
    	i := TypeOf(p).Method(1).Func.Call([]Value{ValueOf(p), ValueOf(10)})[0].Int()
    	if i != 250 {
    		t.Errorf("Type Method returned %d; want 250", i)
    	}
    
    	m, ok := TypeOf(p).MethodByName("Dist")
    	if !ok {
    		t.Fatalf("method by name failed")
    	}
    	i = m.Func.Call([]Value{ValueOf(p), ValueOf(11)})[0].Int()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. pkg/controller/daemon/daemon_controller_test.go

    		addPods(manager.podStore, "node-3", simpleDaemonSetLabel, ds, 5)
    		addPods(manager.podStore, "node-4", simpleDaemonSetLabel2, ds, 2)
    		expectSyncDaemonSets(t, manager, ds, podControl, 2, 5, 0)
    	}
    }
    
    // Daemon with node selector should launch pods on nodes matching selector.
    func TestSelectorDaemonLaunchesPods(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    type FromTo struct {
    	From uint16
    	To   uint16
    }
    
    const nonCanonicalUnd = 1201
    const (
    	_af  = 22
    	_am  = 39
    	_ar  = 58
    	_az  = 88
    	_bg  = 126
    	_bn  = 165
    	_ca  = 215
    	_cs  = 250
    	_da  = 257
    	_de  = 269
    	_el  = 310
    	_en  = 313
    	_es  = 318
    	_et  = 320
    	_fa  = 328
    	_fi  = 337
    	_fil = 339
    	_fr  = 350
    	_gu  = 420
    	_he  = 444
    	_hi  = 446
    	_hr  = 465
    	_hu  = 469
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  7. src/unicode/tables.go

    		{0x070f, 0x0890, 385},
    		{0x0891, 0x08e2, 81},
    		{0x180e, 0x200b, 2045},
    		{0x200c, 0x200f, 1},
    		{0x202a, 0x202e, 1},
    		{0x2060, 0x2064, 1},
    		{0x2066, 0x206f, 1},
    		{0xd800, 0xf8ff, 1},
    		{0xfeff, 0xfff9, 250},
    		{0xfffa, 0xfffb, 1},
    	},
    	R32: []Range32{
    		{0x110bd, 0x110cd, 16},
    		{0x13430, 0x1343f, 1},
    		{0x1bca0, 0x1bca3, 1},
    		{0x1d173, 0x1d17a, 1},
    		{0xe0001, 0xe0020, 31},
    		{0xe0021, 0xe007f, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CallTest.kt

            .build()
        executeSynchronously("/a").assertBody("abc")
    
        // Second request: time out after 250ms.
        client =
          client.newBuilder()
            .readTimeout(Duration.ofMillis(250))
            .build()
        val request = Request.Builder().url(server.url("/b")).build()
        val response = client.newCall(request).execute()
        val bodySource = response.body.source()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  9. tests/integration/pilot/common/routing.go

    				ch = append(ch, TrafficCall{
    					name: port.Name,
    					call: c.CallOrFail,
    					opts: echo.CallOptions{
    						Address: name,
    						Port:    port,
    						Timeout: time.Millisecond * 250,
    						Check:   check.And(checks...),
    					},
    				})
    			}
    		}
    		return ch
    	}
    
    	t.RunTraffic(TrafficTestCase{
    		name:         "without port",
    		globalConfig: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    // This number could get larger with more improvements in the grammar or ANTLR stack, but should *never* decrease or previously valid expressions could be treated as invalid.
    const maxValidDepth = 250
    
    // TestCELMaxRecursionDepth tests CEL setting for maxRecursionDepth.
    func TestCELMaxRecursionDepth(t *testing.T) {
    	tests := []struct {
    		name          string
    		schema        *schema.Structural
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top