Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of about 10,000 for useN (1.82 sec)

  1. cmd/kubeadm/app/util/config/common.go

    	// v1.13: v1alpha3 read-only, writes only v1beta1 config. Errors if the user tries to use v1alpha1 or v1alpha2
    	// v1.14: v1alpha3 convert only, writes only v1beta1 config. Errors if the user tries to use v1alpha1 or v1alpha2
    	// v1.15: v1beta1 read-only, writes only v1beta2 config. Errors if the user tries to use v1alpha1, v1alpha2 or v1alpha3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/first-steps.md

        * Normally, a token is set to expire after some time.
            * So, the user will have to log in again at some point later.
            * And if the token is stolen, the risk is less. It is not like a permanent key that will work forever (in most of the cases).
    * The frontend stores that token temporarily somewhere.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:48:20 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_HAS_TR1_TUPLE 0
    # else
    // The user didn't tell us not to do it, so we assume it's OK.
    #  define GTEST_HAS_TR1_TUPLE 1
    # endif
    #endif  // GTEST_HAS_TR1_TUPLE
    
    // Determines whether Google Test's own tr1 tuple implementation
    // should be used.
    #ifndef GTEST_USE_OWN_TR1_TUPLE
    // The user didn't tell us, so we need to figure it out.
    
    // We use our own TR1 tuple if we aren't sure the user has an
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_HAS_TR1_TUPLE 0
    # else
    // The user didn't tell us not to do it, so we assume it's OK.
    #  define GTEST_HAS_TR1_TUPLE 1
    # endif
    #endif  // GTEST_HAS_TR1_TUPLE
    
    // Determines whether Google Test's own tr1 tuple implementation
    // should be used.
    #ifndef GTEST_USE_OWN_TR1_TUPLE
    // The user didn't tell us, so we need to figure it out.
    
    // We use our own TR1 tuple if we aren't sure the user has an
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/README.md

        for the new op;
    *   *Automatic gradient support (WIP)*: The user doesn't need to author gradient
        a function of the op for training.
    
    ### Use Cases
    
    *   (Portability) User wants to add a new op and run this op on different
        platforms (CPU, TPU, TFLite, etc.) to be portable.
    
        *   *Solution*: The user should define the new op as a composition. The ops
            used inside the composition should have support for these platforms.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  6. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/GradleRunner.java

        /**
         * Sets the directory to use for TestKit's working storage needs.
         * <p>
         * This directory is used internally to store various files required by the runner.
         * If no explicit Gradle user home is specified via the build arguments (i.e. the {@code -g «dir»} option}),
         * this directory will also be used for the Gradle user home for the test build.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/IvyPatternRepositoryLayout.java

    package org.gradle.api.artifacts.repositories;
    
    import org.gradle.api.Action;
    
    /**
     * A repository layout that uses user-supplied patterns. Each pattern will be appended to the base URI for the repository.
     * At least one artifact pattern must be specified. If no Ivy patterns are specified, then the artifact patterns will be used.
     * Optionally supports a Maven style layout for the 'organisation' part, replacing any dots with forward slashes.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 11 10:01:04 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/GradleEnterprisePluginEndOfBuildListener.java

    package org.gradle.internal.enterprise;
    
    import org.gradle.api.problems.internal.Problem;
    
    import javax.annotation.Nullable;
    import java.util.Collection;
    
    /**
     * Used to signal the end of build to the plugin.
     *
     * Uses a specific listener to guarantee being invoked after user buildFinished callbacks.
     * Expected to be invoked once for a build tree.
     *
     * Implemented by the Enterprise plugin.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/regalloc.go

    	nospill regMask
    
    	// mask of registers currently in use
    	used regMask
    
    	// mask of registers used since the start of the current block
    	usedSinceBlockStart regMask
    
    	// mask of registers used in the current instruction
    	tmpused regMask
    
    	// current block we're working on
    	curBlock *Block
    
    	// cache of use records
    	freeUseRecords *use
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  10. pkg/config/constants/constants.go

    	ThirdPartyJwtPath = "./var/run/secrets/tokens/istio-token"
    
    	// CertProviderIstiod uses istiod self signed DNS certificates for the control plane
    	CertProviderIstiod = "istiod"
    	// CertProviderKubernetes uses the Kubernetes CSR API to generate a DNS certificate for the control plane
    	// This used to use the no longer supported default K8S signer.
    	// Deprecated - used to detect the old setting and generate the error message.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top