- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 521 for Marche (0.08 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java
- }
- public List<Restriction> getRestrictions() {
- return restrictions;
- }
- /**
- * @deprecated VersionRange is immutable, cloning is not useful and even more an issue against the cache
- * @return a clone
- */
- @Deprecated
- public VersionRange cloneOf() {
- List<Restriction> copiedRestrictions = null;
- 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) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
- .desc("Defines the color mode of the output. Supported are 'auto', 'always', 'never'.")
- .build());
- options.addOption(Option.builder(CACHE_ARTIFACT_NOT_FOUND)
- .longOpt("cache-artifact-not-found")
- .hasArg()
- .desc(
- "Defines caching behaviour for 'not found' artifacts. Supported values are 'true' (default), 'false'.")
- .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) -
common-protos/k8s.io/api/authorization/v1beta1/generated.proto
- // or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to
- // drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns.
- // SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
- message SelfSubjectRulesReview {
- // 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) -
cmd/handler-utils.go
- region := globalSite.Region()
- return region == "" || region == location
- }
- // Supported headers that needs to be extracted.
- var supportedHeaders = []string{
- "content-type",
- "cache-control",
- "content-language",
- "content-encoding",
- "content-disposition",
- "x-amz-storage-class",
- xhttp.AmzStorageClass,
- xhttp.AmzObjectTagging,
- "expires",
- 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) -
cmd/object-api-datatypes.go
- // by the Content-Type header field.
- ContentEncoding string
- // Date and time at which the object is no longer able to be cached
- Expires time.Time
- // Cache-Control - Specifies caching behavior along the request/reply chain
- CacheControl string
- // Specify object storage class
- StorageClass string
- 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) -
CHANGELOG/CHANGELOG-1.8.md
- * The following deprecated flags were removed from `kube-controller-manager`:
- * `replication-controller-lookup-cache-size`
- * `replicaset-lookup-cache-size`
- * `daemonset-lookup-cache-size`
- 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) -
internal/kms/config.go
- if err != nil {
- return nil, err
- }
- client := kes.NewClientWithConfig("", conf)
- client.Endpoints = endpoints
- // Keep the default key in the KES cache to prevent availability issues
- // when MinIO restarts
- go func() {
- timer := time.NewTicker(10 * time.Second)
- defer timer.Stop()
- defaultKey := env.Get(EnvKESDefaultKey, "")
- for {
- 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) -
android/pom.xml
- </dependencies>
- <configuration>
- <annotations>
- <annotation>com.google.common.base.IgnoreJRERequirement</annotation>
- <annotation>com.google.common.cache.IgnoreJRERequirement</annotation>
- <annotation>com.google.common.collect.IgnoreJRERequirement</annotation>
- <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) -
pom.xml
- </dependencies>
- <configuration>
- <annotations>
- <annotation>com.google.common.base.IgnoreJRERequirement</annotation>
- <annotation>com.google.common.cache.IgnoreJRERequirement</annotation>
- <annotation>com.google.common.collect.IgnoreJRERequirement</annotation>
- <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) -
src/main/java/jcifs/http/NetworkExplorer.java
- out.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
- out.println("<html><head><title>Network Explorer</title>");
- out.println("<meta HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
- out.println("<style TYPE=\"text/css\">");
- out.println(this.style);
- if ( dirents.length < 200 ) {
- 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)