Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Kitchen (0.17 sec)

  1. src/go/internal/gccgoimporter/testdata/time.gox

    func FixedZone (name <type -16>, offset <type -11>) <type 15>;
    const Friday <type 19> = 5 ;
    const Hour <type 1> = 3600000000000 ;
    const January <type 18> = 1 ;
    const July <type 18> = 7 ;
    const June <type 18> = 6 ;
    const Kitchen = "3:04PM";
    func LoadLocation (name <type -16>) (? <type 15>, ? <type -19>);
    var Local <type 15>;
    type <type 6>;
    var LocationSource <type 43 (name <type -16>) (? <type 44 [] <type -20>>, ? <type -19>)>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. src/time/format.go

    // creating a custom layout string.
    //
    // To define your own format, write down what the reference time would look like
    // formatted your way; see the values of constants like [ANSIC], [StampMicro] or
    // [Kitchen] for examples. The model is to demonstrate what the reference time
    // looks like so that the Format and Parse methods can apply the same
    // transformation to a general time value.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. 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)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    thought to herself that perhaps it was only the pepper that had
    made her so savage when they met in the kitchen.
    
      `When I'M a Duchess,' she said to herself, (not in a very
    hopeful tone though), `I won't have any pepper in my kitchen AT
    ALL.  Soup does very well without--Maybe it's always pepper that
    makes people hot-tempered,' she went on, very much pleased at
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    thought to herself that perhaps it was only the pepper that had
    made her so savage when they met in the kitchen.
    
      `When I'M a Duchess,' she said to herself, (not in a very
    hopeful tone though), `I won't have any pepper in my kitchen AT
    ALL.  Soup does very well without--Maybe it's always pepper that
    makes people hot-tempered,' she went on, very much pleased at
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // kim : 2013-09-23 Identity Digital Limited
    kim
    
    // kinder : 2014-11-07 Ferrero Trading Lux S.A.
    kinder
    
    // kindle : 2015-06-25 Amazon Registry Services, Inc.
    kindle
    
    // kitchen : 2013-09-20 Binky Moon, LLC
    kitchen
    
    // kiwi : 2013-09-20 DOT KIWI LIMITED
    kiwi
    
    // koeln : 2014-01-09 dotKoeln GmbH
    koeln
    
    // komatsu : 2015-01-08 Komatsu Ltd.
    komatsu
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top