Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 405 for hasLink (0.87 sec)

  1. platforms/core-configuration/dependency-management-serialization-codecs/build.gradle.kts

        api(project(":enterprise-operations"))
        api(project(":execution"))
        api(project(":file-collections"))
        api(project(":functional"))
        api(projects.graphSerialization)
        api(project(":hashing"))
        api(project(":logging"))
        api(project(":model-core"))
        api(project(":snapshots"))
    
        api(libs.kotlinStdlib)
    
        implementation(projects.configurationCacheBase)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/hashing/FileSystemLocationSnapshotHasher.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.fingerprint.hashing;
    
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hasher;
    import org.gradle.internal.snapshot.FileSystemLocationSnapshot;
    
    import javax.annotation.Nullable;
    import java.io.IOException;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  3. platforms/jvm/normalization-java/src/main/java/org/gradle/api/internal/changedetection/state/DefaultZipEntryContext.java

     */
    
    package org.gradle.api.internal.changedetection.state;
    
    import org.gradle.api.internal.file.archive.ZipEntry;
    import org.gradle.internal.file.FilePathUtil;
    import org.gradle.internal.fingerprint.hashing.ZipEntryContext;
    
    import java.util.function.Supplier;
    
    public class DefaultZipEntryContext implements ZipEntryContext {
        private final ZipEntry entry;
        private final String fullName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. platforms/core-execution/workers/build.gradle.kts

    dependencies {
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":concurrent"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":hashing"))
        api(project(":stdlib-java-extensions"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":process-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. platforms/enterprise/enterprise/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
    
        implementation(project(":concurrent"))
        implementation(project(":dependency-management"))
        implementation(project(":files"))
        implementation(project(":hashing"))
        implementation(project(":logging"))
        implementation(project(":process-services"))
        implementation(project(":serialization"))
        implementation(project(":testing-base"))
    
        implementation(libs.guava)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/src/testFixtures/kotlin/org/gradle/kotlin/dsl/fixtures/SimplifiedKotlinScriptEvaluator.kt

    import org.gradle.internal.classloader.ClasspathUtil
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.internal.classpath.DefaultClassPath
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.hash.TestHashCodes
    import org.gradle.internal.resource.StringTextResource
    import org.gradle.internal.service.DefaultServiceRegistry
    import org.gradle.internal.service.ServiceRegistry
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  7. src/runtime/hash32.go

    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Hashing algorithm inspired by
    // wyhash: https://github.com/wangyi-fudan/wyhash/blob/ceb019b530e2c1c14d70b79bfa2bc49de7d95bc1/Modern%20Non-Cryptographic%20Hash%20Function%20and%20Pseudorandom%20Number%20Generator.pdf
    
    //go:build 386 || arm || mips || mipsle
    
    package runtime
    
    import "unsafe"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  8. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/ZipHasherTest.groovy

    import com.google.common.collect.ImmutableSet
    import org.gradle.internal.file.FileMetadata.AccessType
    import org.gradle.internal.file.impl.DefaultFileMetadata
    import org.gradle.internal.fingerprint.hashing.RegularFileSnapshotContext
    import org.gradle.internal.fingerprint.hashing.ResourceHasher
    import org.gradle.internal.hash.TestHashCodes
    import org.gradle.internal.snapshot.RegularFileSnapshot
    import org.gradle.test.fixtures.file.TestFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/build.gradle.kts

        api(project(":build-cache-base"))
        api(project(":build-cache-spi"))
        api(project(":build-operations"))
        api(project(":core-api"))
        api(project(":files"))
        api(project(":functional"))
        api(project(":hashing"))
        api(project(":model-core"))
        api(project(":persistent-cache"))
        api(project(":problems-api"))
        api(project(":snapshots"))
    
        implementation(projects.time)
        implementation(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/types/typeutil/map.go

    		// masking. For example, in func[T any](*T), the identity of *T depends on
    		// whether we are mapping the argument in isolation, or recursively as part
    		// of hashing the signature.
    		//
    		// We should never encounter a generic signature while hashing another
    		// generic signature, but defensively set sigTParams only if h.mask is
    		// unset.
    		tparams := t.TypeParams()
    		if h.sigTParams == nil && tparams.Len() != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top