Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 134 for Percent (0.16 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"path":              "path is the path relative to the mount point of the file to project the token into.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. src/internal/chacha8rand/chacha8.go

    		// but we do it immediately before computing the next block,
    		// to allow a much smaller serialized state (just the seed plus offset).
    		// This gives a delayed benefit for the forward secrecy
    		// (you can reconstruct the recent past given a memory dump),
    		// which we deem acceptable in exchange for the reduced size.
    		s.seed[0] = s.buf[len(s.buf)-reseed+0]
    		s.seed[1] = s.buf[len(s.buf)-reseed+1]
    		s.seed[2] = s.buf[len(s.buf)-reseed+2]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:47:29 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. docs/site-replication/run-multi-site-minio-idp.sh

    	exit_1
    fi
    
    if [ "${enabled_minio1}" != "Enabled" ]; then
    	echo "expected bucket to be mirrored with object-lock enabled, exiting..."
    	exit_1
    fi
    
    # "Test if most recent tag update is replicated"
    ./mc tag set minio2/newbucket "key=val1"
    if [ $? -ne 0 ]; then
    	echo "expecting tag set to be successful. exiting.."
    	exit_1
    fi
    sleep 5
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. pilot/pkg/trustbundle/trustbundle.go

    	}
    
    	// Check if anything needs to be changed at all
    	if slices.Equal(anchorConfig.Certs, cachedConfig.Certs) {
    		trustBundleLog.Debugf("no change to trustAnchor configuration after recent update")
    		return nil
    	}
    
    	for _, cert := range anchorConfig.Certs {
    		err = verifyTrustAnchor(cert)
    		if err != nil {
    			return err
    		}
    	}
    	tb.mutex.Lock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/toolchain/DaemonJavaToolchainQueryServiceTest.groovy

            where:
            versionToFind | expectedPath
            9             | "/path/9"
            12            | "/path/12"
        }
    
        def "uses most recent version of multiple matches for version #versionToFind"() {
            given:
            def queryService = createQueryServiceWithInstallations(["8.0", "8.0.242.hs-adpt", "7.9", "7.7", "14.0.2+12", "8.0.zzz.foo"])
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // account token. As the token approaches expiration, the kubelet volume
      // plugin will proactively rotate the service account token. The kubelet will
      // start trying to rotate the token if the token is older than 80 percent of
      // its time to live or if the token is older than 24 hours.Defaults to 1 hour
      // and must be at least 10 minutes.
      // +optional
      optional int64 expirationSeconds = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. src/runtime/cpuprof.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // CPU profiling.
    //
    // The signal handler for the profiling clock tick adds a new stack trace
    // to a log of recent traces. The log is read by a user goroutine that
    // turns it into formatted profile data. If the reader does not keep up
    // with the log, those writes will be recorded as a count of lost records.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  8. api/maven-api-metadata/src/main/mdo/metadata.mdo

            </field>
            <field>
              <name>snapshotVersions</name>
              <version>1.1.0+</version>
              <description>Information for each sub-artifact available in this artifact snapshot. This is only the most recent SNAPSHOT for each unique extension/classifier combination.</description>
              <association>
                <type>SnapshotVersion</type>
                <multiplicity>*</multiplicity>
              </association>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// account token. As the token approaches expiration, the kubelet volume
    	// plugin will proactively rotate the service account token. The kubelet will
    	// start trying to rotate the token if the token is older than 80 percent of
    	// its time to live or if the token is older than 24 hours.Defaults to 1 hour
    	// and must be at least 10 minutes.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.trove4j)               { version { strictly("1.0.20200330") }}
            api(libs.jna)                   { version { strictly("5.12.1") }}
            // TODO upgrade this AGP version to recent version
            api(libs.agp)                   { version { strictly("3.0.0"); because("We use 3.0.0 for internal performance test") }}
            api(libs.xbeanReflect)          { version { strictly("3.18") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top