Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 114 of 114 for cherries (0.3 sec)

  1. pkg/printers/internalversion/printers.go

    	podPhase := pod.Status.Phase
    	reason := string(podPhase)
    	if pod.Status.Reason != "" {
    		reason = pod.Status.Reason
    	}
    
    	// If the Pod carries {type:PodScheduled, reason:SchedulingGated}, set reason to 'SchedulingGated'.
    	for _, condition := range pod.Status.Conditions {
    		if condition.Type == api.PodScheduled && condition.Reason == apiv1.PodReasonSchedulingGated {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Earth, as in springing of a Mine. And then the Vapour generated by the Explosion, expiring through the Pores of the Earth, feels hot and suffocates, and makes Tempests and Hurricanes, and sometimes causes the Land to slide, or the Sea to boil, and carries up the Water thereof in Drops, which by their weight fall down again in Spouts. Also some sulphureous Steams, at all times when the Earth is dry, ascending into the Air, ferment there with nitrous Acids, and sometimes taking fire cause Lightning and...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    And then the Vapour generated by the Explosion, expiring through the
    Pores of the Earth, feels hot and suffocates, and makes Tempests and
    Hurricanes, and sometimes causes the Land to slide, or the Sea to boil,
    and carries up the Water thereof in Drops, which by their weight fall
    down again in Spouts. Also some sulphureous Steams, at all times when
    the Earth is dry, ascending into the Air, ferment there with nitrous
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	}
    	f.startWrite(http2FrameWindowUpdate, 0, streamID)
    	f.writeUint32(incr)
    	return f.endWrite()
    }
    
    // A HeadersFrame is used to open a stream and additionally carries a
    // header block fragment.
    type http2HeadersFrame struct {
    	http2FrameHeader
    
    	// Priority is set if FlagHeadersPriority is set in the FrameHeader.
    	Priority http2PriorityParam
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top