Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for API (0.02 sec)

  1. okhttp/api/okhttp.api

    Jesse Wilson <******@****.***> 1713188461 -0400
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    	if apiErr.Code == "InternalError" {
    		// Make sure to log the errors which we cannot translate
    		// to a meaningful S3 API errors. This is added to aid in
    		// debugging unexpected/unhandled errors.
    		internalLogIf(ctx, err)
    	}
    
    	return apiErr
    }
    
    // getAPIError provides API Error for input API error code.
    func getAPIError(code APIErrorCode) APIError {
    	if apiErr, ok := errorCodes[code]; ok {
    		return apiErr
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  3. cmd/object-api-datatypes_gen.go

    Klaus Post <******@****.***> 1718033511 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  4. cmd/object-api-listobjects_test.go

    Klaus Post <******@****.***> 1714561660 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  5. cmd/object-api-multipart_test.go

    Harshavardhana <******@****.***> 1725615741 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 09:42:21 UTC 2024
    - 88.8K bytes
    - Viewed (0)
  6. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"tooling-api"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"core"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"launcher",
    					"build-state",
    					"time",
    					"logging-api",
    					"public-api-tests",
    					"kotlin-dsl-plugins",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 08 11:14:16 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    }
    
    // APIVersions lists the versions that are available, to allow clients to
    // discover the API at /api, which is the root path of the legacy v1 API.
    //
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message APIVersions {
      // versions are the api versions that are available.
      repeated string versions = 1;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. cmd/batch-handlers.go

    		return nil
    	}
    	return err
    }
    
    func (ri *batchJobInfo) load(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
    	path, err := job.getJobReportPath()
    	if err != nil {
    		batchLogIf(ctx, err)
    		return err
    	}
    	return ri.loadByPath(ctx, api, path)
    }
    
    func (ri *batchJobInfo) loadByPath(ctx context.Context, api ObjectLayer, path string) error {
    	var format, version uint16
    	switch filepath.Base(path) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_3x.md

    
    ## Version 3.0.0-RC1
    
    _2016-01-02_
    
    OkHttp 3 is a major release focused on API simplicity and consistency. The API
    changes are numerous but most are cosmetic. Applications should be able to
    upgrade from the 2.x API to the 3.x API mechanically and without risk.
    
    Because the release includes breaking API changes, we're changing the project's
    package name from `com.squareup.okhttp` to `okhttp3`. This should make it
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  10. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

    import java.util.stream.Collectors;
    import java.util.stream.Stream;
    
    import org.apache.maven.api.VersionRange;
    import org.apache.maven.api.model.ActivationFile;
    import org.apache.maven.api.model.Exclusion;
    import org.apache.maven.api.model.InputSource;
    import org.apache.maven.api.services.VersionParserException;
    import org.apache.maven.api.services.model.ModelVersionParser;
    import org.apache.maven.building.Source;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 83.6K bytes
    - Viewed (0)
Back to top