Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Nabors (0.23 sec)

  1. 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.
    		{
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sun Mar 10 21:09:36 GMT 2024
    - 160K bytes
    - Viewed (0)
  2. cmd/server_test.go

    	objectName := "test-multipart-object"
    
    	// 1. Initiate 2 uploads for the same object
    	// 2. Upload 2 parts for the second upload
    	// 3. Abort the second upload.
    	// 4. Abort the first upload.
    	// This will test abort upload when there are more than one upload IDs
    	// and the case where there is only one upload ID.
    
    	// construct HTTP request to initiate a NewMultipart upload.
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  3. src/main/webapp/js/jquery-3.6.3.min.map

    AAkC,IAA1B6mC,EAAa3pC,YAG1D4pC,EAAenoC,EAAQkoC,GAAed,UACzBl6B,KAAOlN,EAAO4hB,IAAKsmB,EAAc,kBAAkB,GAChEC,EAAapT,MAAQ/0B,EAAO4hB,IAAKsmB,EAAc,mBAAmB,IAKpE,MAAO,CACNh7B,IAAKk6B,EAAOl6B,IAAMi7B,EAAaj7B,IAAMlN,EAAO4hB,IAAKvgB,EAAM,aAAa,GACpE0zB,KAAMqS,EAAOrS,KAAOoT,EAAapT,KAAO/0B,EAAO4hB,IAAKvgB,EAAM,cAAc,MAc1E6mC,aAAc,WACb,OAAOlrC,KAAKoE,IAAK,WAChB,IAAI8mC,EAAelrC,KAAKkrC,aAExB,MAAQA,GAA2D,WAA3CloC,EAAO4hB,IAAKsmB,EAAc,YACjDA,EAAeA,EAAaA,aAG7B,OAAOA,GAAgBp7B,QAM1B9M,EAAOkB,KAAM,CAAE+0B,WAAY,cAAeD,UA...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    apply on HTTP traffic at the client side. properties: abort: description: Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty. oneOf: - not: anyOf: - required: - httpStatus - required: - grpcStatus - required: - http2Error - required: - httpStatus - required: - grpcStatus - required: - http2Error properties: grpcStatus: description: GRPC status code to use to abort the request. type: string http2Error: type: string...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  5. src/main/webapp/js/admin/jquery-3.6.3.min.map

    AAkC,IAA1B6mC,EAAa3pC,YAG1D4pC,EAAenoC,EAAQkoC,GAAed,UACzBl6B,KAAOlN,EAAO4hB,IAAKsmB,EAAc,kBAAkB,GAChEC,EAAapT,MAAQ/0B,EAAO4hB,IAAKsmB,EAAc,mBAAmB,IAKpE,MAAO,CACNh7B,IAAKk6B,EAAOl6B,IAAMi7B,EAAaj7B,IAAMlN,EAAO4hB,IAAKvgB,EAAM,aAAa,GACpE0zB,KAAMqS,EAAOrS,KAAOoT,EAAapT,KAAO/0B,EAAO4hB,IAAKvgB,EAAM,cAAc,MAc1E6mC,aAAc,WACb,OAAOlrC,KAAKoE,IAAK,WAChB,IAAI8mC,EAAelrC,KAAKkrC,aAExB,MAAQA,GAA2D,WAA3CloC,EAAO4hB,IAAKsmB,EAAc,YACjDA,EAAeA,EAAaA,aAG7B,OAAOA,GAAgBp7B,QAM1B9M,EAAOkB,KAAM,CAAE+0B,WAAY,cAAeD,UA...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  6. cmd/bucket-replication.go

    			return err
    		}
    		attempts++
    		time.Sleep(time.Duration(rand.Int63n(int64(time.Second))))
    	}
    	if err != nil {
    		return err
    	}
    
    	defer func() {
    		if err != nil {
    			// block and abort remote upload upon failure.
    			attempts := 1
    			for attempts <= 3 {
    				actx, acancel := context.WithTimeout(ctx, time.Minute)
    				aerr := c.AbortMultipartUpload(actx, bucket, object, uploadID)
    				acancel()
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sat Apr 20 09:05:54 GMT 2024
    - 112K bytes
    - Viewed (1)
  7. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                inputs.assertHasFailure(iFuture, jFuture, e);
              }
            }
          }
        }
      }
    
      /**
       * Call the non-timed {@link Future#get()} in a way that allows us to abort if it's expected to
       * hang forever. More precisely, if it's expected to return, we simply call it[*], but if it's
       * expected to hang (because one of the input futures that we know makes it up isn't done yet),
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                inputs.assertHasFailure(iFuture, jFuture, e);
              }
            }
          }
        }
      }
    
      /**
       * Call the non-timed {@link Future#get()} in a way that allows us to abort if it's expected to
       * hang forever. More precisely, if it's expected to return, we simply call it[*], but if it's
       * expected to hang (because one of the input futures that we know makes it up isn't done yet),
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ebetsu.hokkaido.jp
    embetsu.hokkaido.jp
    eniwa.hokkaido.jp
    erimo.hokkaido.jp
    esan.hokkaido.jp
    esashi.hokkaido.jp
    fukagawa.hokkaido.jp
    fukushima.hokkaido.jp
    furano.hokkaido.jp
    furubira.hokkaido.jp
    haboro.hokkaido.jp
    hakodate.hokkaido.jp
    hamatonbetsu.hokkaido.jp
    hidaka.hokkaido.jp
    higashikagura.hokkaido.jp
    higashikawa.hokkaido.jp
    hiroo.hokkaido.jp
    hokuryu.hokkaido.jp
    hokuto.hokkaido.jp
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top