Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 200 for edata (0.08 sec)

  1. pkg/controlplane/storageversionhashdata/data.go

    Alexander Zielenski <******@****.***> 1716482549 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pkg/proxy/endpointslicecache.go

    		if pendingOk {
    			return !reflect.DeepEqual(esData, pendingData)
    		}
    
    		// If there's already an applied value, return whether or not this would
    		// change that.
    		if appliedOk {
    			return !reflect.DeepEqual(esData, appliedData)
    		}
    	}
    
    	// If this is marked for removal and does not exist in the cache, no changes
    	// are necessary.
    	if esData.remove {
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. internal/bucket/lifecycle/expiration.go

    		return errLifecycleDateNotMidnight
    	}
    
    	*eDate = ExpirationDate{expDate}
    	return nil
    }
    
    // MarshalXML encodes expiration date if it is non-zero and encodes
    // empty string otherwise
    func (eDate ExpirationDate) MarshalXML(e *xml.Encoder, startElement xml.StartElement) error {
    	if eDate.Time.IsZero() {
    		return nil
    	}
    	return e.EncodeElement(eDate.Format(time.RFC3339), startElement)
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 21 20:28:34 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. .github/workflows/mint/minio-pools.yaml

    version: '3.7'
    
    # Settings and configurations that are common for all containers
    x-minio-common: &minio-common
      image: quay.io/minio/minio:${JOB_NAME}
      command: server --console-address ":9001" http://minio{1...4}/pdata{1...2} http://minio{5...8}/pdata{1...2}
      expose:
        - "9000"
        - "9001"
      environment:
        MINIO_CI_CD: "on"
        MINIO_ROOT_USER: "minio"
        MINIO_ROOT_PASSWORD: "minio123"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. pkg/test/loadbalancersim/timeseries/instance.go

    	ts.times = append(ts.times, oTimes...)
    }
    
    func (ts *Instance) Data() Data {
    	ts.mutex.Lock()
    	defer ts.mutex.Unlock()
    	return ts.data.Copy()
    }
    
    func (ts *Instance) Series() (Data, []time.Time) {
    	ts.mutex.Lock()
    	defer ts.mutex.Unlock()
    	return ts.data.Copy(), ts.times.copy()
    }
    
    func (ts *Instance) SeriesAsDurationSinceEpoch(epoch time.Time) (Data, []time.Duration) {
    	ts.mutex.Lock()
    	defer ts.mutex.Unlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 03 18:19:25 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  6. src/sort/search_test.go

    	{"data -20", len(data), f(data, -20), 0},
    	{"data -10", len(data), f(data, -10), 0},
    	{"data -9", len(data), f(data, -9), 1},
    	{"data -6", len(data), f(data, -6), 1},
    	{"data -5", len(data), f(data, -5), 1},
    	{"data 3", len(data), f(data, 3), 5},
    	{"data 11", len(data), f(data, 11), 8},
    	{"data 99", len(data), f(data, 99), 9},
    	{"data 100", len(data), f(data, 100), 9},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 14:42:13 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/svg.go

    	//    <g id="graph0" transform="...">
    	//    ...
    	//    </g>
    	//    </svg>
    	//
    	// Change it to
    	//
    	//    <svg width="100%" height="100%"
    	//     xmlns=...>
    
    	//    <script type="text/ecmascript"><![CDATA[` ..$(svgpan.JSSource)... `]]></script>`
    	//    <g id="viewport" transform="translate(0,0)">
    	//    <g id="graph0" transform="...">
    	//    ...
    	//    </g>
    	//    </g>
    	//    </svg>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGXmlResultAndHtmlReportIntegrationTest.groovy

            if (executionResult instanceof HtmlTestExecutionResult || outputAssociation == WITH_SUITE) {
                encoding
                        .assertStdout(equalTo("""< html allowed, cdata closing token ]]> encoded!
    no EOL, non-ascii char: ż
    xml entity: &amp;
    """))
                        .assertStderr(equalTo("< html allowed, cdata closing token ]]> encoded!\n"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 21:27:42 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  9. cmd/data-scanner_test.go

    Krishnan Parthasarathi <******@****.***> 1714735138 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 03 11:18:58 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. cmd/data-usage_test.go

    Harshavardhana <******@****.***> 1711552240 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 27 15:10:40 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top