Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for chinese (0.27 sec)

  1. src/runtime/testdata/testprog/gc.go

    				return
    			}
    		}
    	}
    	fmt.Println("OK")
    }
    
    func GCPhys() {
    	// This test ensures that heap-growth scavenging is working as intended.
    	//
    	// It attempts to construct a sizeable "swiss cheese" heap, with many
    	// allocChunk-sized holes. Then, it triggers a heap growth by trying to
    	// allocate as much memory as would fit in those holes.
    	//
    	// The heap growth should cause a large number of those holes to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 02 02:28:27 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  2. docs/fr/docs/tutorial/first-steps.md

    ### Étape 5 : retourner le contenu
    
    ```Python hl_lines="8"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Vous pouvez retourner un dictionnaire (`dict`), une liste (`list`), des valeurs seules comme des chaines de caractères (`str`) et des entiers (`int`), etc.
    
    Vous pouvez aussi retourner des models **Pydantic** (qui seront détaillés plus tard).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/path-params.md

    #### Retourner des *membres d'énumération*
    
    Vous pouvez retourner des *membres d'énumération* dans vos *fonctions de chemin*, même imbriquée dans un JSON (e.g. un `dict`).
    
    Ils seront convertis vers leurs valeurs correspondantes (chaînes de caractères ici) avant d'être transmis au client :
    
    ```Python hl_lines="18  21  23"
    {!../../../docs_src/path_params/tutorial005.py!}
    ```
    
    Le client recevra une réponse JSON comme celle-ci :
    
    ```JSON
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. src/strings/example_test.go

    	}
    	fmt.Println(strings.ContainsFunc("hello", f))
    	fmt.Println(strings.ContainsFunc("rhythms", f))
    	// Output:
    	// true
    	// false
    }
    
    func ExampleCount() {
    	fmt.Println(strings.Count("cheese", "e"))
    	fmt.Println(strings.Count("five", "")) // before & after each rune
    	// Output:
    	// 3
    	// 5
    }
    
    func ExampleCut() {
    	show := func(s, sep string) {
    		before, after, found := strings.Cut(s, sep)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 22:05:38 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. src/internal/reflectlite/all_test.go

    	{new(uint16), "16"},
    	{new(uint32), "32"},
    	{new(uint64), "64"},
    	{new(float32), "256.25"},
    	{new(float64), "512.125"},
    	{new(complex64), "532.125+10i"},
    	{new(complex128), "564.25+1i"},
    	{new(string), "stringy cheese"},
    	{new(bool), "true"},
    	{new(*int8), "*int8(0)"},
    	{new(**int8), "**int8(0)"},
    	{new([5]int32), "[5]int32{0, 0, 0, 0, 0}"},
    	{new(**integer), "**reflectlite_test.integer(0)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 19:26:08 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  6. pkg/controller/podautoscaler/horizontal_test.go

    				Selector: "cheddar cheese",
    			},
    		}
    		return true, obj, nil
    	})
    
    	tc.runTest(t)
    }
    
    func TestConditionNoAmbiguousSelectorWhenNoSelectorOverlapBetweenHPAs(t *testing.T) {
    	hpaSelectors := selectors.NewBiMultimap()
    	hpaSelectors.PutSelector(selectors.Key{Name: "test-hpa-2", Namespace: testNamespace}, labels.SelectorFromSet(labels.Set{"cheddar": "cheese"}))
    
    	tc := testCase{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  7. src/go/parser/parser_test.go

    /* 2a
    */
    // 2b
    const pi = 3.1415
    /* 3a */ // 3b
    /* 3c */ const e = 2.7182
    
    // Example from go.dev/issue/3139
    func ExampleCount() {
    	fmt.Println(strings.Count("cheese", "e"))
    	fmt.Println(strings.Count("five", "")) // before & after each rune
    	// Output:
    	// 3
    	// 5
    }
    `, ParseComments)
    	if err != nil {
    		t.Fatal(err)
    	}
    	expected := [][]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api_test.cc

      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
    
      EXPECT_EQ(-1, TFE_OpGetInputLength(identityOp, "cheese", status));
      CHECK_EQ(TF_INVALID_ARGUMENT, TF_GetCode(status)) << TF_Message(status);
      EXPECT_EQ(-1, TFE_OpGetOutputLength(identityOp, "cheese", status));
      CHECK_EQ(TF_INVALID_ARGUMENT, TF_GetCode(status)) << TF_Message(status);
    
      TF_DeleteStatus(status);
      TFE_DeleteOp(identityOp);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"chart":                                "\U0001f4b9",
    	"chart_with_downwards_trend":           "\U0001f4c9",
    	"chart_with_upwards_trend":             "\U0001f4c8",
    	"checkered_flag":                       "\U0001f3c1",
    	"cheese":                               "\U0001f9c0",
    	"cherries":                             "\U0001f352",
    	"cherry_blossom":                       "\U0001f338",
    	"chess_pawn":                           "\u265f\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    	{new(uint16), "16"},
    	{new(uint32), "32"},
    	{new(uint64), "64"},
    	{new(float32), "256.25"},
    	{new(float64), "512.125"},
    	{new(complex64), "532.125+10i"},
    	{new(complex128), "564.25+1i"},
    	{new(string), "stringy cheese"},
    	{new(bool), "true"},
    	{new(*int8), "*int8(0)"},
    	{new(**int8), "**int8(0)"},
    	{new([5]int32), "[5]int32{0, 0, 0, 0, 0}"},
    	{new(**integer), "**reflect_test.integer(0)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top