Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,947 for transfer (0.14 sec)

  1. platforms/software/resources/src/main/java/org/gradle/internal/resource/transfer/ExternalResourceUploader.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.resource.transfer;
    
    import org.gradle.internal.resource.ExternalResource;
    import org.gradle.internal.resource.ExternalResourceName;
    import org.gradle.internal.resource.ReadableContent;
    
    import java.io.IOException;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/http/httpguts/guts.go

    	"Proxy-Authenticate":  true,
    	"Proxy-Authorization": true,
    	"Proxy-Connection":    true,
    	"Range":               true,
    	"Realm":               true,
    	"Te":                  true,
    	"Trailer":             true,
    	"Transfer-Encoding":   true,
    	"Www-Authenticate":    true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 20:28:54 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/PATENTS

    Google hereby grants to You a perpetual, worldwide, non-exclusive,
    no-charge, royalty-free, irrevocable (except as stated in this section)
    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 29 20:10:15 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/PATENTS

    Google hereby grants to You a perpetual, worldwide, non-exclusive,
    no-charge, royalty-free, irrevocable (except as stated in this section)
    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 18:23:38 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  5. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpResourceUploader.java

    import org.apache.http.entity.ContentType;
    import org.gradle.internal.resource.ExternalResourceName;
    import org.gradle.internal.resource.ReadableContent;
    import org.gradle.internal.resource.transfer.ExternalResourceUploader;
    
    import java.io.IOException;
    import java.net.URI;
    
    public class HttpResourceUploader implements ExternalResourceUploader {
    
        private final HttpClientHelper http;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/third_party/forked/golang/PATENTS

    Google hereby grants to You a perpetual, worldwide, non-exclusive,
    no-charge, royalty-free, irrevocable (except as stated in this section)
    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 10 21:37:28 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  7. platforms/software/resources/src/main/java/org/gradle/internal/resource/connector/ResourceConnectorFactory.java

     * limitations under the License.
     */
    
    package org.gradle.internal.resource.connector;
    
    import org.gradle.authentication.Authentication;
    import org.gradle.internal.resource.transfer.ExternalResourceConnector;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    import java.util.Set;
    
    @ServiceScope(Scope.Global.class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. src/net/http/response_test.go

    			Close:            true,
    			ContentLength:    256,
    		},
    
    		"",
    	},
    
    	// Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
    	// Without a Content-Length.
    	{
    		"HTTP/1.0 200 OK\r\n" +
    			"Transfer-Encoding: bogus\r\n" +
    			"\r\n" +
    			"Body here\n",
    
    		Response{
    			Status:        "200 OK",
    			StatusCode:    200,
    			Proto:         "HTTP/1.0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 19:01:29 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transport/file/FileConnectorFactory.java

    import org.gradle.authentication.Authentication;
    import org.gradle.internal.resource.connector.ResourceConnectorFactory;
    import org.gradle.internal.resource.connector.ResourceConnectorSpecification;
    import org.gradle.internal.resource.transfer.ExternalResourceConnector;
    
    import java.util.HashSet;
    import java.util.Set;
    
    public class FileConnectorFactory implements ResourceConnectorFactory {
        @Override
        public Set<String> getSupportedProtocols() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. cmd/bucket-stats.go

    	BandWidthLimitInBytesPerSecond int64 `json:"limitInBits"`
    	// current bandwidth reported
    	CurrentBandwidthInBytesPerSecond float64 `json:"currentBandwidth"`
    	// transfer rate for large uploads
    	XferRateLrg *XferStats `json:"-" msg:"lt"`
    	// transfer rate for small uploads
    	XferRateSml *XferStats `json:"-" msg:"st"`
    
    	// Deprecated fields
    	// Pending size in bytes
    	PendingSize int64 `json:"pendingReplicationSize"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top