Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 473 for Marche (0.04 sec)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.cache-miss-monitor.gradle.kts

        )
    
    fun Project.isExpectedCompileCacheMiss() =
    // Expected cache-miss:
    // 1. CompileAll is the seed build
    // 2. Gradleception which re-builds Gradle with a new Gradle version
    // 3. buildScanPerformance test, which doesn't depend on compileAll
    // 4. buildScanPerformance test, which doesn't depend on compileAll
    // 5. Compile All for the experimental build cache NG
    // 6. BuildCommitDistribution may build a commit which is not built before
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-04-11 20:57
    - 4.8K bytes
    - Viewed (0)
  2. guava-gwt/src/com/google/common/cache/Cache.gwt.xml

    cpovirk <******@****.***> 1721404771 -0700
    Registered: 2025-05-30 12:43
    - Last Modified: 2024-07-19 16:02
    - 1.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/arch/arch.go

    // Copyright 2015 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.
    
    // Package arch defines architecture-specific information and support functions.
    package arch
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/obj/arm"
    	"cmd/internal/obj/arm64"
    	"cmd/internal/obj/loong64"
    	"cmd/internal/obj/mips"
    	"cmd/internal/obj/ppc64"
    	"cmd/internal/obj/riscv"
    Registered: 2025-05-27 11:13
    - Last Modified: 2024-11-07 02:20
    - 21.7K bytes
    - Viewed (0)
  4. build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts

            tasks.configureEach {
                val task = this
                if (isIncompatible(task)) {
                    task.notCompatibleWithConfigurationCache("Task is not compatible with the configuration cache")
                }
            }
        }
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-01-15 16:07
    - 4.1K bytes
    - Viewed (0)
  5. docker/iptables.yaml

      packages:
        - ca-certificates-bundle
        - wolfi-baselayout
        - glibc
        - iptables
        - ip6tables
        - libnetfilter_conntrack
        - libnfnetlink
        - libmnl
        - libgcc
    archs:
      - x86_64
      - aarch64
    paths:
    - path: /run
      type: directory
      permissions: 0o755
    accounts:
      users:
        - username: nonroot
          uid: 65532
        - username: nobody
          uid: 65534
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-05-02 17:24
    - 541 bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/header-params.md

    {* ../../docs_src/header_params/tutorial002_an_py310.py hl[10] *}
    
    /// warning | Achtung
    
    Bevor Sie `convert_underscores` auf `False` setzen, bedenken Sie, dass manche HTTP-Proxys und Server die Verwendung von Headern mit Unterstrichen nicht erlauben.
    
    ///
    
    ## Doppelte Header
    
    Es ist möglich, doppelte Header zu empfangen. Also den gleichen Header mit unterschiedlichen Werten.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 3.4K bytes
    - Viewed (0)
  7. .github/workflows/build.yml

          - name: Setup Gradle
            uses: gradle/actions/setup-gradle@v4
    
          - name: Gradle cache
            run: ./gradlew -PandroidBuild=true :android-test:test
    
          - name: AVD cache
            uses: actions/cache@v4
            id: avd-cache
            with:
              path: |
                ~/.android/avd/*
                ~/.android/adb*
              key: avd-${{ matrix.api-level }}
    
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-05-29 17:52
    - 19.3K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/baseline-prof.txt

    Lokhttp3/internal/_UtilJvmKt;
    Lokhttp3/internal/cache/CacheInterceptor$Companion;
    Lokhttp3/internal/cache/CacheInterceptor$cacheWritingResponse$cacheWritingSource$1;
    Lokhttp3/internal/cache/CacheInterceptor;
    Lokhttp3/internal/cache/CacheRequest;
    Lokhttp3/internal/cache/CacheStrategy;
    Lokhttp3/internal/cache/DiskLruCache$Editor;
    Lokhttp3/internal/cache/DiskLruCache$Entry;
    Lokhttp3/internal/cache/DiskLruCache$Snapshot;
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-30 23:28
    - 127.9K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/util/RerunFlakyTest.kt

    import jetbrains.buildServer.configs.kotlin.ParameterDisplay
    
    class RerunFlakyTest(
        os: Os,
        arch: Arch = Arch.AMD64,
    ) : BuildType({
            val id = "Util_RerunFlakyTest${os.asName()}${arch.asName()}"
            name = "Rerun Flaky Test - ${os.asName()} ${arch.asName()}"
            description = "Allows you to rerun a selected flaky test 10 times"
            id(id)
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-02-19 08:02
    - 5.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/it/stopwords.txt

    suo
    sua
    suoi
    sue
    nostro
    nostra
    nostri
    nostre
    vostro
    vostra
    vostri
    vostre
    mi
    ti
    ci
    vi
    lo
    la
    li
    le
    gli
    ne
    il
    un
    uno
    una
    ma
    ed
    se
    perché
    anche
    come
    dov
    dove
    che
    chi
    cui
    non
    più
    quale
    quanto
    quanti
    quanta
    quante
    quello
    quelli
    quella
    quelle
    questo
    questi
    questa
    queste
    si
    Registered: 2025-05-26 08:04
    - Last Modified: 2023-11-27 12:59
    - 1.8K bytes
    - Viewed (0)
Back to top