Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 215 for asSnapshot (0.28 sec)

  1. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilderFactory.java

                    throw new IllegalArgumentException("constraint not supported by this parser");
                }
    
                @Override
                public boolean isSnapshot(String version) {
                    requireNonNull(version, "version");
                    return version.endsWith("SNAPSHOT");
                }
            };
        }
    
        /**
         * Creates a new model builder instance.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/math/Stats.java

        accumulator.addAll(values);
        return accumulator.snapshot();
      }
    
      /**
       * Returns statistics over a dataset containing the given values.
       *
       * @param values a series of values
       */
      public static Stats of(double... values) {
        StatsAccumulator accumulator = new StatsAccumulator();
        accumulator.addAll(values);
        return accumulator.snapshot();
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

        String getPublishArtifactVersion() {
            if (uniqueSnapshots && version.endsWith("-SNAPSHOT")) {
                return "${version.replaceFirst('-SNAPSHOT$', '')}-${getUniqueSnapshotVersion()}"
            }
            return version
        }
    
        String getUniqueSnapshotVersion() {
            assert uniqueSnapshots && version.endsWith('-SNAPSHOT')
            if (metaDataFile.isFile()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/file/TestFiles.java

    import org.gradle.internal.resource.local.FileResourceConnector;
    import org.gradle.internal.resource.local.FileResourceRepository;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.snapshot.CaseSensitivity;
    import org.gradle.internal.snapshot.impl.DirectorySnapshotterStatistics;
    import org.gradle.internal.time.Time;
    import org.gradle.internal.vfs.FileSystemAccess;
    import org.gradle.internal.vfs.VirtualFileSystem;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:55 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/AssignImmutableWorkspaceStepTest.groovy

    import org.gradle.internal.file.Deleter
    import org.gradle.internal.file.FileType
    import org.gradle.internal.snapshot.DirectorySnapshot
    import org.gradle.internal.snapshot.FileSystemLocationSnapshot
    import org.gradle.internal.snapshot.MissingFileSnapshot
    import org.gradle.internal.snapshot.TestSnapshotFixture
    import org.gradle.internal.vfs.FileSystemAccess
    import spock.lang.Issue
    
    import java.nio.file.AccessDeniedException
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 14:32:25 UTC 2024
    - 13K bytes
    - Viewed (0)
  6. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/IsolatableSerializerRegistryTest.groovy

    import org.gradle.internal.service.ServiceLookup
    import org.gradle.internal.snapshot.impl.DefaultIsolatableFactory
    import org.gradle.internal.snapshot.impl.IsolatedImmutableManagedValue
    import org.gradle.internal.snapshot.impl.IsolatedJavaSerializedValueSnapshot
    import org.gradle.internal.snapshot.impl.IsolatedManagedValue
    import org.gradle.util.TestUtil
    import org.gradle.workers.fixtures.TestManagedTypes
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintWriter.kt

        override fun systemPropertiesPrefixedBy(prefix: String, snapshot: Map<String, String?>) {
            if (isInputTrackingDisabled()) {
                return
            }
            addSystemPropertiesPrefixedByToFingerprint(prefix, snapshot)
        }
    
        private
        fun addSystemPropertiesPrefixedByToFingerprint(prefix: String, snapshot: Map<String, String?>) {
            val filteredSnapshot = snapshot.mapValues { e ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/math/Stats.java

        accumulator.addAll(values);
        return accumulator.snapshot();
      }
    
      /**
       * Returns statistics over a dataset containing the given values.
       *
       * @param values a series of values
       */
      public static Stats of(double... values) {
        StatsAccumulator accumulator = new StatsAccumulator();
        accumulator.addAll(values);
        return accumulator.snapshot();
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. pilot/pkg/model/typed_xds_cache.go

    	Clear(sets.Set[ConfigKey])
    	// ClearAll clears the entire cache.
    	ClearAll()
    	// Keys returns all currently configured keys. This is for testing/debug only
    	Keys() []K
    	// Snapshot returns a snapshot of all keys and values. This is for testing/debug only
    	Snapshot() []*discovery.Resource
    }
    
    // newTypedXdsCache returns an instance of a cache.
    func newTypedXdsCache[K comparable]() typedXdsCache[K] {
    	cache := &lruCache[K]{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 05:26:03 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/etcd/local_test.go

        - --listen-peer-urls=https://:2380
        - --name=
        - --peer-cert-file=etcd/peer.crt
        - --peer-client-cert-auth=true
        - --peer-key-file=etcd/peer.key
        - --peer-trusted-ca-file=etcd/ca.crt
        - --snapshot-count=10000
        - --trusted-ca-file=etcd/ca.crt
        image: /etcd:%s
        imagePullPolicy: IfNotPresent
        livenessProbe:
          failureThreshold: 8
          httpGet:
            host: 127.0.0.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 14:07:27 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top