Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for testDfs (0.04 sec)

  1. cmd/object-handlers_test.go

    	// object has to be created before running tests for HeadObject.
    	// this is required even to assert the HeadObject data,
    	// since dataInserted === dataFetched back is a primary criteria for any object storage this assertion is critical.
    	bytesData := []struct {
    		byteData []byte
    	}{
    		{generateBytesData(6 * humanize.MiByte)},
    	}
    	// set of inputs for uploading the objects before tests for downloading is done.
    	putObjectInputs := []struct {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  2. cmd/server_test.go

    		c.Assert(deleteResp.DeletedObjects[i], DeletedObject{
    			ObjectName: delObjReq.Objects[i].ObjectName,
    			VersionID:  delObjReq.Objects[i].VersionID,
    		})
    	}
    	c.Assert(len(deleteResp.Errors), 0)
    }
    
    // Tests delete object responses and success.
    func (s *TestSuiteCommon) TestDeleteObject(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    	// HTTP request to create the bucket.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118.1K bytes
    - Viewed (0)
  3. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    tendo.yamagata.jp
    tenei.fukushima.jp
    tenkawa.nara.jp
    tennis
    tenri.nara.jp
    teo.br
    teramo.it
    termez.su
    terni.it
    ternopil.ua
    teshikaga.hokkaido.jp
    test-iserv.de
    test.ru
    test.tj
    tests.cx
    teva
    tf
    tg
    tgory.pl
    th
    thaibinh.vn
    thainguyen.vn
    thanhhoa.vn
    thanhphohochiminh.vn
    thd
    the.br
    theater
    theatre
    theshop.jp
    theworkpc.com
    thick.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  4. src/main/webapp/js/bootstrap.min.js.map

        })\n    }\n\n    const slideEvent = triggerEvent(EVENT_SLIDE)\n\n    if (slideEvent.defaultPrevented) {\n      return\n    }\n\n    if (!activeElement || !nextElement) {\n      // Some weirdness is happening, so we bail\n      // TODO: change tests that use empty divs to avoid this check\n      return\n    }\n\n    const isCycling = Boolean(this._interval)\n    this.pause()\n\n    this._isSliding = true\n\n    this._setActiveIndicatorElement(nextElementIndex)\n    this._activeElement = nextElement\n\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
Back to top