Search Options

Results per page
Sort
Preferred Languages
Advance

Results 451 - 460 of 521 for Marche (0.08 sec)

  1. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java

    1. }
    2.  
    3. public List<Restriction> getRestrictions() {
    4. return restrictions;
    5. }
    6.  
    7. /**
    8. * @deprecated VersionRange is immutable, cloning is not useful and even more an issue against the cache
    9. * @return a clone
    10. */
    11. @Deprecated
    12. public VersionRange cloneOf() {
    13. List<Restriction> copiedRestrictions = null;
    14.  
    15. if (restrictions != null) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java

    1. .desc("Defines the color mode of the output. Supported are 'auto', 'always', 'never'.")
    2. .build());
    3. options.addOption(Option.builder(CACHE_ARTIFACT_NOT_FOUND)
    4. .longOpt("cache-artifact-not-found")
    5. .hasArg()
    6. .desc(
    7. "Defines caching behaviour for 'not found' artifacts. Supported values are 'true' (default), 'false'.")
    8. .build());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

    1. // or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to
    2. // drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns.
    3. // SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
    4. message SelfSubjectRulesReview {
    5. // Standard list metadata.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. cmd/handler-utils.go

    1. region := globalSite.Region()
    2. return region == "" || region == location
    3. }
    4.  
    5. // Supported headers that needs to be extracted.
    6. var supportedHeaders = []string{
    7. "content-type",
    8. "cache-control",
    9. "content-language",
    10. "content-encoding",
    11. "content-disposition",
    12. "x-amz-storage-class",
    13. xhttp.AmzStorageClass,
    14. xhttp.AmzObjectTagging,
    15. "expires",
    16. xhttp.AmzBucketReplicationStatus,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 15.5K bytes
    - Viewed (1)
  5. cmd/object-api-datatypes.go

    1. // by the Content-Type header field.
    2. ContentEncoding string
    3.  
    4. // Date and time at which the object is no longer able to be cached
    5. Expires time.Time
    6.  
    7. // Cache-Control - Specifies caching behavior along the request/reply chain
    8. CacheControl string
    9.  
    10. // Specify object storage class
    11. StorageClass string
    12.  
    13. ReplicationStatusInternal string
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    1. * The following deprecated flags were removed from `kube-controller-manager`:
    2.  
    3. * `replication-controller-lookup-cache-size`
    4. * `replicaset-lookup-cache-size`
    5. * `daemonset-lookup-cache-size`
    6.  
    7. Don't use these flags. Using deprecated flags causes the server to print a warning. Using a removed flag causes the server to abort the startup.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. internal/kms/config.go

    1. if err != nil {
    2. return nil, err
    3. }
    4.  
    5. client := kes.NewClientWithConfig("", conf)
    6. client.Endpoints = endpoints
    7.  
    8. // Keep the default key in the KES cache to prevent availability issues
    9. // when MinIO restarts
    10. go func() {
    11. timer := time.NewTicker(10 * time.Second)
    12. defer timer.Stop()
    13. defaultKey := env.Get(EnvKESDefaultKey, "")
    14. for {
    15. select {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 11:46:39 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. android/pom.xml

    1. </dependencies>
    2. <configuration>
    3. <annotations>
    4. <annotation>com.google.common.base.IgnoreJRERequirement</annotation>
    5. <annotation>com.google.common.cache.IgnoreJRERequirement</annotation>
    6. <annotation>com.google.common.collect.IgnoreJRERequirement</annotation>
    7. <annotation>com.google.common.collect.testing.IgnoreJRERequirement</annotation>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. pom.xml

    1. </dependencies>
    2. <configuration>
    3. <annotations>
    4. <annotation>com.google.common.base.IgnoreJRERequirement</annotation>
    5. <annotation>com.google.common.cache.IgnoreJRERequirement</annotation>
    6. <annotation>com.google.common.collect.IgnoreJRERequirement</annotation>
    7. <annotation>com.google.common.collect.testing.IgnoreJRERequirement</annotation>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/http/NetworkExplorer.java

    1. out.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
    2. out.println("<html><head><title>Network Explorer</title>");
    3. out.println("<meta HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
    4. out.println("<style TYPE=\"text/css\">");
    5.  
    6. out.println(this.style);
    7.  
    8. if ( dirents.length < 200 ) {
    9. out.println(" a:hover {");
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 21.3K bytes
    - Viewed (0)
Back to top