- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 455 for whatev (0.04 sec)
-
android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java
- }
- /**
- * If there's a bug in builder growth, we wouldn't know how to expose it. So, brute force the hell
- * out of it for a while and see what happens.
- */
- public void testBuilder_bruteForce() {
- for (int i = 0; i < reduceIterationsIfGwt(100); i++) {
- ImmutableIntArray.Builder builder = ImmutableIntArray.builder(RANDOM.nextInt(20));
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 18:05:56 UTC 2024 - 20.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java
- }
- /**
- * If there's a bug in builder growth, we wouldn't know how to expose it. So, brute force the hell
- * out of it for a while and see what happens.
- */
- public void testBuilder_bruteForce() {
- for (int i = 0; i < reduceIterationsIfGwt(100); i++) {
- ImmutableDoubleArray.Builder builder = ImmutableDoubleArray.builder(RANDOM.nextInt(20));
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 18:05:56 UTC 2024 - 21.2K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionRequest.java
- private static final String LS = System.lineSeparator();
- private Artifact artifact;
- // Needs to go away
- // These are really overrides now, projects defining dependencies for a plugin that override what is
- // specified in the plugin itself.
- private Set<Artifact> artifactDependencies;
- private ArtifactRepository localRepository;
- private List<ArtifactRepository> remoteRepositories;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java
- suite.addTestSuite(MutableTypeToInstanceMapTest.class);
- suite.addTest(
- MapTestSuiteBuilder.using(
- new TestTypeToInstanceMapGenerator() {
- // Other tests will verify what real, warning-free usage looks like
- // but here we have to do some serious fudging
- @Override
- @SuppressWarnings({"unchecked", "rawtypes"})
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 17:15:24 UTC 2024 - 7.9K bytes - Viewed (0) -
src/archive/zip/struct.go
- // NonUTF8 indicates that Name and Comment are not encoded in UTF-8.
- //
- // By specification, the only other encoding permitted should be CP-437,
- // but historically many ZIP readers interpret Name and Comment as whatever
- // the system's local character encoding happens to be.
- //
- // This flag should only be set if the user intends to encode a non-portable
- // ZIP file for a specific localized region. Otherwise, the Writer
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 28 21:41:09 UTC 2024 - 12.1K bytes - Viewed (0) -
cmd/object-handlers.go
- if err != nil {
- writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
- return
- }
- event := evalActionFromLifecycle(ctx, *lc, rcfg, replcfg, objInfo)
- if event.Action.Delete() {
- // apply whatever the expiry rule is.
- applyExpiryRule(event, lcEventSrc_s3GetObject, objInfo)
- if !event.Action.DeleteRestored() {
- // If the ILM action is not on restored object return error.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 05 05:16:15 UTC 2024 - 117.4K bytes - Viewed (0) -
build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy
- def projectDir = "/whatever"
- expect:
- (line =~ KillLeakingJavaProcesses.generateLeakingProcessKillPattern(projectDir)).find()
- }
- def "matches kotlin compiler on windows"() {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 12 03:42:46 UTC 2024 - 14.8K bytes - Viewed (0) -
istioctl/pkg/analyze/analyze.go
- readers, err := gatherFiles(cmd, args)
- if err != nil {
- return err
- }
- cancel := make(chan struct{})
- // We use the "namespace" arg that's provided as part of root istioctl as a flag for specifying what namespace to use
- // for file resources that don't have one specified.
- selectedNamespace = ctx.Namespace()
- if useKube {
- // apply default namespace if not specified and useKube is true
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0) -
docs/kms/IAM.md
- encrypted. The encryption key has to be passed as environment variable.
- - Run MinIO with KES (minio/kes) in combination with any supported KMS as
- secure key store. For example, you can run MinIO + KES + Hashicorp Vault.
- > What about an exiting MinIO deployment? Can I just upgrade my cluster?
- Yes, MinIO will try to transparently migrate any existing IAM data and either stores
- it in plaintext (no KMS) or re-encrypts using the KMS.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 5.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java
- * contains entries with duplicate keys (for example, if it is a {@code SortedMap} whose
- * comparator is not <i>consistent with equals</i>), the results of this method are undefined.
- *
- * <p><b>Note:</b> Despite what the method name suggests, if {@code map} is an {@code
- * ImmutableClassToInstanceMap}, no copy will actually be performed.
- *
- * @throws NullPointerException if any key or value in {@code map} is null
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed May 10 21:56:03 UTC 2023 - 7.1K bytes - Viewed (0)