Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,862 for continued (0.68 sec)

  1. common-protos/k8s.io/api/events/v1/generated.proto

    // Events have a limited retention time and triggers and messages may evolve
    // with time.  Event consumers should not rely on the timing of an event
    // with a given Reason reflecting a consistent underlying trigger, or the
    // continued existence of events with that Reason.  Events should be
    // treated as informative, best-effort, supplemental data.
    message Event {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/events/v1/generated.proto

    // Events have a limited retention time and triggers and messages may evolve
    // with time.  Event consumers should not rely on the timing of an event
    // with a given Reason reflecting a consistent underlying trigger, or the
    // continued existence of events with that Reason.  Events should be
    // treated as informative, best-effort, supplemental data.
    message Event {
      // Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. src/net/http/transfer_test.go

    		"HTTP/1.1 200 OK\r\n"+
    			"Transfer-Encoding: chunked\r\n"+
    			"\r\n"+
    			"0a\r\n"+
    			"Body here\n\r\n"+
    			"09\r\n"+
    			"continued\r\n"+
    			"0\r\n"+
    			"\r\n")), nil)
    	if err != nil {
    		t.Fatal(err)
    	}
    	want := "Body here\ncontinued"
    	buf := make([]byte, len(want))
    	n, err := res.Body.Read(buf)
    	if n != len(want) || err != io.EOF {
    		t.Logf("body = %#v", res.Body)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:16:28 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/list.go

    		item := item.(*Item)
    		if len(item.Blocks) == 0 {
    			continue
    		}
    		var text *Text
    		switch b := item.Blocks[0].(type) {
    		default:
    			continue
    		case *Paragraph:
    			text = b.Text
    		case *Text:
    			text = b
    		}
    		if len(text.Inline) < 1 {
    			continue
    		}
    		pl, ok := text.Inline[0].(*Plain)
    		if !ok {
    			continue
    		}
    		s := pl.Text
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. src/encoding/ascii85/ascii85_test.go

    }
    
    var bigtest = testpair{
    	"Man is distinguished, not only by his reason, but by this singular passion from " +
    		"other animals, which is a lust of the mind, that by a perseverance of delight in " +
    		"the continued and indefatigable generation of knowledge, exceeds the short " +
    		"vehemence of any carnal pleasure.",
    	"9jqo^BlbD-BleB1DJ+*+F(f,q/0JhKF<GL>Cj@.4Gp$d7F!,L7@<6@)/0JDEF<G%<+EV:2F!,\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:46:20 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/generate-clients.md

    Some of them also ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top