Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for apt (0.1 sec)

  1. maven-model-builder/src/site/apt/index.apt

    Guillaume Nodet <******@****.***> 1681988292 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 20 10:58:12 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/offline-mode.apt

    carrychair <******@****.***> 1710721493 +0800
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. test/map.go

    	type M map[int]int
    	mipM := make(map[int]M)
    
    	var apT [2 * count]*T
    
    	for i := 0; i < count; i++ {
    		s := strconv.Itoa(i)
    		s10 := strconv.Itoa(i * 10)
    		f := float32(i)
    		t := T{int64(i), f}
    		apT[i] = new(T)
    		apT[i].i = int64(i)
    		apT[i].f = f
    		apT[2*i] = new(T) // need twice as many entries as we use, for the nonexistence check
    		apT[2*i].i = int64(i)
    		apT[2*i].f = f
    		m := M{i: i + 1}
    		mib[i] = (i != 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 06 21:02:55 UTC 2014
    - 14.9K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure.sh

      | apt-key add -
      add-apt-repository \
        "deb [arch=${HOST_ARCH}] https://download.docker.com/${HOST_PLATFORM}/$(. /etc/os-release; echo "$ID") \
        $release stable"
    
      # Install containerd from Docker repo
      apt-get update && \
        apt-get install -y --no-install-recommends containerd
      rm -rf /var/lib/apt/lists/*
    
      # Override to latest versions of containerd and runc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaAnnotationProcessingIntegrationTest.groovy

            buildFile << """
                configurations {
                    apt
                }
    
                dependencies {
                    implementation project(":annotation")
                    implementation project(":processor")
                }
    
                compileJava {
                  options.annotationProcessorPath = configurations.apt
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://plugins.gradle.org/plugin/org.flywaydb.flyway
            static flyway = Versions.of("10.11.0")
    
            // https://plugins.gradle.org/plugin/net.ltgt.apt
            static apt = Versions.of("0.21")
    
            // https://plugins.gradle.org/plugin/io.gitlab.arturbosch.detekt
            static detekt = Versions.of("1.23.6")
    
            // https://plugins.gradle.org/plugin/com.diffplug.spotless
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/proxy/transport_test.go

    			sourceURL:    "http://mynode.com/whatever/apt/somelog.log",
    			transport:    testTransport2,
    			output:       `<a href="kubelet.log">kubelet.log</a><a href="https://foo.com/proxy/node/node1:8080/google.log">google.log</a>`,
    			contentType:  "text/html",
    			forwardedURI: "/proxy/node/node1:8080/whatever/apt/somelog.log",
    		},
    		"image": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  8. cluster/gce/windows/smoke-test.sh

      linux_command_pod="$(get_linux_command_pod_name)"
    
      echo "Installing test utilities in Linux command pod, may take a minute"
      $kubectl exec "$linux_command_pod" -- apt-get update > /dev/null
      $kubectl exec "$linux_command_pod" -- \
        apt-get install -y iputils-ping curl > /dev/null
    }
    
    function undeploy_linux_command_pod {
      ${kubectl} delete deployment $linux_command_deployment
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. docs/bucket/replication/setup_3site_replication.sh

    dd if=/dev/urandom bs=1 count=7048531 of=/tmp/7048531.txt
    dd if=/dev/urandom bs=1 count=2847391 of=/tmp/2847391.txt
    
    sudo apt install jq -y
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. Makefile

    	@wget -q -c https://github.com/minio/pkger/releases/download/v2.2.9/pkger_2.2.9_linux_amd64.deb
    	@wget -q -c https://raw.githubusercontent.com/minio/minio-service/v1.0.1/linux-systemd/distributed/minio.service
    	@sudo apt install ./pkger_2.2.9_linux_amd64.deb --yes
    	@mkdir -p minio-release/$(GOOS)-$(GOARCH)/archive
    	@cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio
    	@cp -af ./minio minio-release/$(GOOS)-$(GOARCH)/minio.$(VERSION)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top