Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for 1012 (0.04 seconds)

  1. cmd/server_test.go

    	// also has expected response data.
    	testCases := []struct {
    		byteRange      string
    		expectedString string
    	}{
    		// request for byte range 10-11.
    		// expecting the result to contain only putContent[10:12] bytes.
    		{"10-11", putContent[10:12]},
    		// request for object data after the first byte.
    		{"1-", putContent[1:]},
    		// request for object data after the first byte.
    		{"6-", putContent[6:]},
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 118.1K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    removed in v2.<br />\n   * Additionally, it accepts additions and subtractions between different units.\n   * Note that multiplications and divisions aren't supported.\n   *\n   * Valid examples are:\n   * ```\n   * 10\n   * '10%'\n   * '10, 10'\n   * '10%, 10'\n   * '10 + 10%'\n   * '10 - 5vh + 3%'\n   * '-10px + 5vh, 5px - 6%'\n   * ```\n   * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n   * > with their reference element, unfortunately, you will have to...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 120.9K bytes
    - Click Count (0)
  3. internal/s3select/csv/testdata/testdata.zip

    701,I,QN18,Rego Park,4108,354,846,3,Brooklyn,084600,3084600,I,BK96,Rugby-Remsen Village,4010^3389313,1,2014-03-12 19:48:11,2014-03-12 19:57:20,N,1,-73.860733032226563,40.729705810546875,-73.853164672851563,40.715396881103516,1,1.80,8.5,1,0.5,0,0,,,10,2,,196,95,green,0.35,0.0,0.0,56,32,5.37,1287,717.01,4,Queens,071701,4071701,I,QN18,Rego Park,4108,1878,707,4,Queens,070700,4070700,I,QN17,Forest Hills,4108^3389314,2,2014-03-19 13:25:53,2014-03-19 13:26:02,N,2,-73.860176086425781,40.729560852050781,...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Click Count (0)
  4. cmd/site-replication.go

    	ctx, cancel := globalLeaderLock.GetLock(ctx)
    	defer cancel()
    
    	healTimer := time.NewTimer(siteHealTimeInterval)
    	defer healTimer.Stop()
    
    	var maxRefreshDurationSecondsForLog float64 = 10 // 10 seconds..
    
    	for {
    		select {
    		case <-healTimer.C:
    			c.RLock()
    			enabled := c.enabled
    			c.RUnlock()
    			if enabled {
    				refreshStart := time.Now()
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top