Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 83 for conjunction (0.16 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

            }
    
            then:
            outputEquals """
    Type 'SuperHero' property 'fireballs' is annotated with @Boring but that is not allowed for 'SuperPower' properties.
    
    Reason: This modifier is used in conjunction with a property of type 'SuperPower' but this doesn't have semantics.
    
    Possible solution: Remove the '@Boring' annotation.
    
    ${validationMessage("incompatible_annotations")}
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Splitter.java

       * "e"]}. The last piece can be smaller than {@code length} but will never be empty.
       *
       * <p><b>Note:</b> if {@link #fixedLength} is used in conjunction with {@link #limit}, the final
       * split piece <i>may be longer than the specified fixed length</i>. This is because the splitter
       * will <i>stop splitting when the limit is reached</i>, and just return the final piece as-is.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/CacheBuilder.java

       * <p>If {@code maximumSize} is zero, elements will be evicted immediately after being loaded into
       * cache. This can be useful in testing, or to disable caching temporarily.
       *
       * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
       *
       * @param maximumSize the maximum size of the cache
       * @return this {@code CacheBuilder} instance (for chaining)
       * @throws IllegalArgumentException if {@code maximumSize} is negative
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher.go

    	// when we should start delivering bookmark events.
    	// If this field holds the value of 0 that means
    	// we don't have any special preferences toward delivering bookmark events.
    	// Note that this field is used in conjunction with the state field.
    	// It should not be changed once the watcher has been started.
    	bookmarkAfterResourceVersion uint64
    
    	// stateMutex protects state
    	stateMutex sync.Mutex
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modfetch/repo.go

    	defer logCall("Repo[%s]: Zip(%s, %q)", l.r.ModulePath(), dstName, version)()
    	return l.r.Zip(ctx, dst, version)
    }
    
    // errRepo is a Repo that returns the same error for all operations.
    //
    // It is useful in conjunction with caching, since cache hits will not attempt
    // the prohibited operations.
    type errRepo struct {
    	modulePath string
    	err        error
    }
    
    func (r errRepo) ModulePath() string { return r.modulePath }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 16:36:19 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  6. docs/bucket/replication/README.md

    replicated by the MinIO server to the remote destination bucket. Replication can be disabled at any time by disabling specific rules in the configuration or deleting the replication configuration entirely.
    
    When object locking is used in conjunction with replication, both source and destination buckets needs to have [object locking](https://min.io/docs/minio/linux/administration/object-management/object-retention.html) enabled. Similarly objects encrypted on the server side, will be replicated...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  7. finisher_api.go

    	}
    	return
    }
    
    // FirstOrCreate finds the first matching record, otherwise if not found creates a new instance with given conds.
    // Each conds must be a struct or map.
    //
    // Using FirstOrCreate in conjunction with Assign will result in an update to the database even if the record exists.
    //
    //	// assign an email if the record is not found
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Jan 12 08:42:21 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    [listing]
    ----
    distributionUrl=https://username:password@somehost/path/to/gradle-distribution.zip
    ----
    
    This can be used in conjunction with a proxy, authenticated or not.
    See <<networking.adoc#sec:accessing_the_web_via_a_proxy,Accessing the web via a proxy>> for more information on how to configure the `Wrapper` to use a proxy.
    
    [[sec:verification]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. guava/src/com/google/common/cache/CacheBuilder.java

       * <p>If {@code maximumSize} is zero, elements will be evicted immediately after being loaded into
       * cache. This can be useful in testing, or to disable caching temporarily.
       *
       * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
       *
       * @param maximumSize the maximum size of the cache
       * @return this {@code CacheBuilder} instance (for chaining)
       * @throws IllegalArgumentException if {@code maximumSize} is negative
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/base/Splitter.java

       * "e"]}. The last piece can be smaller than {@code length} but will never be empty.
       *
       * <p><b>Note:</b> if {@link #fixedLength} is used in conjunction with {@link #limit}, the final
       * split piece <i>may be longer than the specified fixed length</i>. This is because the splitter
       * will <i>stop splitting when the limit is reached</i>, and just return the final piece as-is.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 24.4K bytes
    - Viewed (0)
Back to top