Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for abort2 (0.25 sec)

  1. fastapi/applications.py

                    Read more about it in the
                    [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function).
                    """
                ),
            ] = Default(generate_unique_id),
        ) -> None:
            """
            Include an `APIRouter` in the same app.
    
            Read more about it in the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  2. fastapi/routing.py

                    This is particularly useful when automatically generating clients or
                    SDKs for your API.
    
                    Read more about it in the
                    [FastAPI docs about how to Generate Clients](https://fastapi.tiangolo.com/advanced/generate-clients/#custom-generate-unique-id-function).
                    """
                ),
            ] = Default(generate_unique_id),
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    wandered about in the wood, `is to grow to my right size again;
    and the second thing is to find my way into that lovely garden.
    I think that will be the best plan.'
    
      It sounded an excellent plan, no doubt, and very neatly and
    simply arranged; the only difficulty was, that she had not the
    smallest idea how to set about it; and while she was peering
    about anxiously among the trees, a little sharp bark just over
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    wandered about in the wood, `is to grow to my right size again;
    and the second thing is to find my way into that lovely garden.
    I think that will be the best plan.'
    
      It sounded an excellent plan, no doubt, and very neatly and
    simply arranged; the only difficulty was, that she had not the
    smallest idea how to set about it; and while she was peering
    about anxiously among the trees, a little sharp bark just over
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // from a repository.
    //
    // For more about build flags, see 'go help build'.
    //
    // For more about modules, see https://golang.org/ref/mod.
    //
    // For more about using 'go get' to update the minimum Go version and
    // suggested Go toolchain, see https://go.dev/doc/toolchain.
    //
    // For more about specifying packages, see 'go help packages'.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/net/http/server.go

    // ErrAbortHandler is a sentinel panic value to abort a handler.
    // While any panic from ServeHTTP aborts the response to the client,
    // panicking with ErrAbortHandler also suppresses logging of a stack
    // trace to the server's error log.
    var ErrAbortHandler = errors.New("net/http: abort Handler")
    
    // isCommonNetReadError reports whether err is a common error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    had not time to measure, but that of the first seemed to be about five or six Degrees, and that of the third about twelve. The like Crowns appear sometimes about the Moon; for in the beginning of the Year 1664, _Febr._ 19th at Night, I saw two such Crowns about her. The Diameter of the first or innermost was about three Degrees, and that of the second about five Degrees and an half. Next about the Moon was a Circle of white, and next about that the inner Crown, which was of a bluish green within next...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    	}{
    		// Test case - 1.
    		// Abort existing upload ID.
    		{
    			bucket:             bucketName,
    			object:             objectName,
    			uploadID:           uploadIDs[0],
    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusNoContent,
    		},
    		// Test case - 2.
    		// Abort non-existing upload ID.
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  9. pkg/config/validation/validation.go

    	if abort == nil {
    		return
    	}
    
    	errs = AppendValidation(errs, validatePercentage(abort.Percentage))
    
    	switch abort.ErrorType.(type) {
    	case *networking.HTTPFaultInjection_Abort_GrpcStatus:
    		errs = AppendValidation(errs, validateGRPCStatus(abort.GetGrpcStatus()))
    	case *networking.HTTPFaultInjection_Abort_Http2Error:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "description": "Information about the condition of a component.",
          "properties": {
            "error": {
              "description": "Condition error code for a component. For example, a health check error code.",
              "type": "string"
            },
            "message": {
              "description": "Message about the condition for a component. For example, information about a health check.",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top