Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for inState (0.12 sec)

  1. cmd/server_test.go

    	// initiate anonymous HTTP request to fetch the object which does not exist. We need to return AccessDenied.
    	response, err = s.client.Get(getGetObjectURL(s.endPoint, bucketName, objectName+".1"))
    	c.Assert(err, nil)
    	// assert the http response status code.
    	verifyError(c, response, "AccessDenied", "Access Denied.", http.StatusForbidden)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    		// if object upload fails stop the test.
    		if err != nil {
    			t.Fatalf("Put Object case %d:  Error uploading object: <ERROR> %v", i+1, err)
    		}
    	}
    
    	// Initiate Multipart upload for testing PutObjectPartHandler.
    	testObject := "testobject"
    
    	// PutObjectPart API HTTP Handler has to be tested in isolation,
    	// that is without any other handler being registered,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    		}
    
    		// Collect Go stack that leads to the cgo call.
    		u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
    	} else if usesLibcall() && mp.libcallg != 0 && mp.libcallpc != 0 && mp.libcallsp != 0 {
    		// Libcall, i.e. runtime syscall on windows.
    		// Collect Go stack that leads to the call.
    		u.initAt(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), unwindSilentErrors)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    bandai.fukushima.jp
    date.fukushima.jp
    fukushima.fukushima.jp
    furudono.fukushima.jp
    futaba.fukushima.jp
    hanawa.fukushima.jp
    higashi.fukushima.jp
    hirata.fukushima.jp
    hirono.fukushima.jp
    iitate.fukushima.jp
    inawashiro.fukushima.jp
    ishikawa.fukushima.jp
    iwaki.fukushima.jp
    izumizaki.fukushima.jp
    kagamiishi.fukushima.jp
    kaneyama.fukushima.jp
    kawamata.fukushima.jp
    kitakata.fukushima.jp
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    me, by which I can prove the truth of what I write. Yet it is not so good as at the first. For the concave has been divers times tarnished and cleared again, by rubbing it with very soft Leather. When I made these an Artist in _London_ undertook to imitate it; but using another way of polishing them than I did, he fell much short of what I had attained to, as I afterwards understood by discoursing the Under-workman he had employed. The Polish I used was in this manner. I had two round Copper Plates,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top