Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Kitchen (0.12 sec)

  1. docs/en/docs/async.md

    <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration">
    
    The cashier says something to the cook in the kitchen so they know they have to prepare your burgers (even though they are currently preparing the ones for the previous clients).
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-03.png" class="illustration">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  2. src/time/format_test.go

    	{"RFC1123Z", RFC1123Z, "Wed, 04 Feb 2009 21:00:57 -0800"},
    	{"RFC3339", RFC3339, "2009-02-04T21:00:57-08:00"},
    	{"RFC3339Nano", RFC3339Nano, "2009-02-04T21:00:57.0123456-08:00"},
    	{"Kitchen", Kitchen, "9:00PM"},
    	{"am/pm", "3pm", "9pm"},
    	{"AM/PM", "3PM", "9PM"},
    	{"two-digit year", "06 01 02", "09 02 04"},
    	// Three-letter months and days must not be followed by lower-case letter.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  3. docs/tr/docs/async.md

    *Evet, tüm hikaye bu*.
    
    ---
    
    Beklemek yok 🕙. Hiçbir yerde.  Sadece evin birden fazla yerinde yapılacak fazlasıyla iş var.
    
    You could have turns as in the burgers example, first the living room, then the kitchen, but as you are not waiting 🕙 for anything, just cleaning and cleaning, the turns wouldn't affect anything.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  4. src/time/example_test.go

    	// Output:
    	// difference = 12h0m0s
    }
    
    func ExampleTime_AppendFormat() {
    	t := time.Date(2017, time.November, 4, 11, 0, 0, 0, time.UTC)
    	text := []byte("Time: ")
    
    	text = t.AppendFormat(text, time.Kitchen)
    	fmt.Println(string(text))
    
    	// Output:
    	// Time: 11:00AM
    }
    
    func ExampleFixedZone() {
    	loc := time.FixedZone("UTC-8", -8*60*60)
    	t := time.Date(2009, time.November, 10, 23, 0, 0, 0, loc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. pkg/volume/util/atomic_writer_test.go

    				"foo/blaz/bar.txt": {Mode: 0644, Data: []byte("foo/blaz/bar")},
    				"bar/zib/zab.txt":  {Mode: 0644, Data: []byte("bar/zib/zab.txt")},
    			},
    			success: true,
    		},
    		{
    			name: "kitchen sink",
    			payload: map[string]FileProjection{
    				"foo.log":                           {Mode: 0644, Data: []byte("foo")},
    				"bar.zap":                           {Mode: 0644, Data: []byte("bar")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    kitagawa.miyazaki.jp kitahata.saga.jp kitahiroshima.hokkaido.jp kitakami.iwate.jp kitakata.fukushima.jp kitakata.miyazaki.jp kitami.hokkaido.jp kitamoto.saitama.jp kitanakagusuku.okinawa.jp kitashiobara.fukushima.jp kitaura.miyazaki.jp kitayama.wakayama.jp kitchen kiwa.mie.jp kiwi kiwi.nz kiyama.saga.jp kiyokawa.kanagawa.jp kiyosato.hokkaido.jp kiyose.tokyo.jp kiyosu.aichi.jp kizu.kyoto.jp klabu.no klepp.no klodzko.pl klæbu.no km km.ua kmpsp.gov.pl kn knightpoint.systems knowsitall.info knx-server.net kobayashi.miyazaki.jp...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  7. docs/de/docs/async.md

    ---
    
    Wenn Sie sich unsicher sind, verwenden Sie einfach `def`.
    
    ---
    
    **Hinweis**: Sie können `def` und `async def` in Ihren *Pfadoperation-Funktionen* beliebig mischen, so wie Sie es benötigen, und jede einzelne Funktion in der für Sie besten Variante erstellen. FastAPI wird damit das Richtige tun.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:06:16 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top