Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,866 for continued (0.5 sec)

  1. src/net/textproto/reader_test.go

    		want:  0,
    	}, {
    		input: "A: v",
    		want:  1,
    	}, {
    		input: "A: v\r\nB: v\r\n",
    		want:  2,
    	}, {
    		input: "A: v\nB: v\n",
    		want:  2,
    	}, {
    		input: "A: v\r\n  continued\r\n  still continued\r\nB: v\r\n\r\n",
    		want:  2,
    	}, {
    		input: "A: v\r\n\r\nB: v\r\nC: v\r\n",
    		want:  1,
    	}, {
    		input: "A: v" + strings.Repeat("\n", 1000),
    		want:  1,
    	}} {
    		r := reader(test.input)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 05 18:31:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testcshared/testdata/main4.c

    	// Test that a SIGSEGV on this thread is delivered to us.
    	if (setjmp(jmp) == 0) {
    		if (verbose) {
    			fprintf(stderr, "triggering SIGSEGV\n");
    		}
    
    		*nullPointer = '\0';
    
    		fprintf(stderr, "continued after address error\n");
    		exit(EXIT_FAILURE);
    	}
    
    	if (verbose) {
    		fprintf(stderr, "calling dlsym\n");
    	}
    
    	// Make sure that a SIGSEGV in Go causes a run-time panic.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go

    	"metadata":                 "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-archit...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/testcarchive/testdata/main2.c

    	}
    
    	// Test that a SIGSEGV on this thread is delivered to us.
    	if (setjmp(jmp) == 0) {
    		if (verbose) {
    			printf("triggering SIGSEGV\n");
    		}
    
    		*nullPointer = '\0';
    
    		fprintf(stderr, "continued after address error\n");
    		exit(EXIT_FAILURE);
    	}
    
    	if (verbose) {
    		printf("calling TestSEGV\n");
    	}
    
    	TestSEGV();
    
    	printf("PASS\n");
    	return 0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  5. src/cmd/test2json/main.go

    //	run    - the test has started running
    //	pause  - the test has been paused
    //	cont   - the test has continued running
    //	pass   - the test passed
    //	bench  - the benchmark printed log output but did not fail
    //	fail   - the test or benchmark failed
    //	output - the test printed output
    //	skip   - the test was skipped or the package contained no tests
    //
    // Every JSON stream begins with a "start" event.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/events/v1beta1/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.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/events/v1/types_swagger_doc_generated.go

    	"metadata":                 "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-archit...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/events/v1beta1/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.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/events/v1/types.go

    // 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.
    type Event struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. src/syscall/syscall_js.go

    func (w WaitStatus) Signal() Signal     { return 0 }
    func (w WaitStatus) CoreDump() bool     { return false }
    func (w WaitStatus) Stopped() bool      { return false }
    func (w WaitStatus) Continued() bool    { return false }
    func (w WaitStatus) StopSignal() Signal { return 0 }
    func (w WaitStatus) TrapCause() int     { return 0 }
    
    // XXX made up
    type Rusage struct {
    	Utime Timeval
    	Stime Timeval
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top