Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for hamster (0.14 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"haiti":                                "\U0001f1ed\U0001f1f9",
    	"hamburger":                            "\U0001f354",
    	"hammer":                               "\U0001f528",
    	"hammer_and_pick":                      "\u2692\ufe0f",
    	"hammer_and_wrench":                    "\U0001f6e0\ufe0f",
    	"hamster":                              "\U0001f439",
    	"hand":                                 "\u270b",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⟿":                        "\u27ff",
    	"⩷":                           "\u2a77",
    	"≑":                            "\u2251",
    	"é":                          "\u00e9",
    	"⩮":                          "\u2a6e",
    	"ě":                          "\u011b",
    	"≖":                            "\u2256",
    	"ê":                           "\u00ea",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	containerRuntimeReadyExpected bool
    
    	// nodeStatusUpdateFrequency specifies how often kubelet computes node status. If node lease
    	// feature is not enabled, it is also the frequency that kubelet posts node status to master.
    	// In that case, be cautious when changing the constant, it must work with nodeMonitorGracePeriod
    	// in nodecontroller. There are several constraints:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    		`MST`,
    		`MST7MDT`,
    		`Navajo`,
    		`NZ`,
    		`NZ-CHAT`,
    		`Pacific/Apia`,
    		`Pacific/Auckland`,
    		`Pacific/Bougainville`,
    		`Pacific/Chatham`,
    		`Pacific/Chuuk`,
    		`Pacific/Easter`,
    		`Pacific/Efate`,
    		`Pacific/Enderbury`,
    		`Pacific/Fakaofo`,
    		`Pacific/Fiji`,
    		`Pacific/Funafuti`,
    		`Pacific/Galapagos`,
    		`Pacific/Gambier`,
    		`Pacific/Guadalcanal`,
    		`Pacific/Guam`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/x86/asm6.go

    // Inferno utils/6l/span.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/6l/span.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    // And store the g into a thread-specific value associated with the pthread key,
    // when first return back to C.
    // So that the destructor would invoke dropm while the non-Go thread is exiting.
    // This is much faster since it avoids expensive signal-related syscalls.
    //
    // This always runs without a P, so //go:nowritebarrierrec is required.
    //
    // This may run with a different stack than was recorded in g0 (there is no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/6l/obj.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/6l/span.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. pkg/config/validation/validation.go

    }
    
    func validateGRPCStatus(status string) error {
    	_, found := grpc.SupportedGRPCStatus[status]
    	if !found {
    		return fmt.Errorf("gRPC status %q is not supported. See https://github.com/grpc/grpc/blob/master/doc/statuscodes.md "+
    			"for a list of supported codes, for example 'NOT_FOUND'", status)
    	}
    	return nil
    }
    
    func validateHTTPFaultInjectionDelay(delay *networking.HTTPFaultInjection_Delay) (errs error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  9. tests/integration/pilot/common/routing.go

    				opts: echo.CallOptions{
    					Port:  echo.Port{ServicePort: e.port, Protocol: protocol.HTTP},
    					Count: 1,
    					// Failed requests will go to non-existent port which hangs forever
    					// Set a low timeout to fail faster
    					Timeout: time.Millisecond * 500,
    					Address: t.Apps.External.All[0].Address(),
    					HTTP: echo.HTTP{
    						Headers: HostHeader(t.Apps.External.All[0].Config().DefaultHostHeader),
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top