Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 133 for expiring (0.96 sec)

  1. istioctl/pkg/proxyconfig/clusters.go

    	"text/tabwriter"
    
    	"github.com/spf13/cobra"
    
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	"istio.io/istio/pkg/cluster"
    )
    
    // TODO move to multicluster package; requires exposing some private funcs/vars in this package
    func ClustersCommand(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "remote-clusters",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt

    # to the coordinator.
    
    [short] skip
    env GOCACHE=$WORK/cache
    
    # Start fuzzing. The worker crashes after 100 iterations.
    # The fuzz function writes the crashing input to "want" before exiting.
    # The fuzzing engine reconstructs the crashing input and saves it to testdata.
    ! exists want
    ! go test -fuzz=. -parallel=1 -fuzztime=110x -fuzzminimizetime=10x -v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. src/runtime/testdata/testprogcgo/threadprof.go

    		if i != 0 {
    			fmt.Println("pthread_create failed:", i)
    			// Exit with 0 because parent expects us to crash.
    			return
    		}
    
    		// We should crash immediately, but give it plenty of
    		// time before failing (by exiting 0) in case we are
    		// running on a slow system.
    		time.Sleep(5 * time.Second)
    		return
    	}
    
    	cmd := exec.Command(os.Args[0], "CgoExternalThreadSignal", "crash")
    	cmd.Dir = os.TempDir() // put any core file in tempdir
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 22:43:54 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/antlr2/GenerationPlanBuilder.java

                            grammarMetadata.getImportVocab());
                    if (importVocabGrammarFileMetadata == null) {
                        LOGGER.warn("unable to locate grammar exporting specified import vocab ["
                                + grammarMetadata.getImportVocab() + "]");
                    } else if (!importVocabGrammarFileMetadata.getFilePath().equals(grammarFileMetadata.getFilePath())) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/cc/weight_only_ptq.cc

          CreateExportedModel(signature_keys, tags, quantization_config,
                              WeightOnlyPtqComponent::kName, *function_aliases,
                              *ctx, *module));
    
      // Remove the `tpu` tag for exporting because the output quantized model is
      // essentially a CPU model.
      tags.erase("tpu");
    
      py_function_library.SaveExportedModel(
          dst_saved_model_path, post_calibrated_exported_model,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependenciesExtensions.kt

     *
     * These extension functions allow an interface to implement a dependencies block in the Kotlin DSL by
     * - exposing an instance of [DependencyCollector] to add dependencies without explicitly calling [DependencyCollector.add] or [DependencyCollector.addConstraint]
     * - exposing an instance of [DependencyModifier] to modify dependencies without explicitly calling [DependencyModifier.modify]
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 12 18:51:29 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/xla_device_compiler_client.cc

        const xla::LocalExecutable& executable) {
      if (executable.executable() == nullptr) {
        return errors::FailedPrecondition(
            "Executable not found for serialization.");
      }
    
      VLOG(1)
          << "Exporting xla::LocalExecutable as an xla::AotCompilationResult and "
             "serializing it to string.";
      xla::Compiler* compiler = client_->backend().compiler();
      auto exported = compiler->Export(executable.executable());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. src/internal/weak/pointer.go

    semantics of the WeakReference type.
    
    Using go:linkname to access this package and the functions it references
    is explicitly forbidden by the toolchain because the semantics of this
    package have not gone through the proposal process. By exposing this
    functionality, we risk locking in the existing semantics due to Hyrum's Law.
    
    If you believe you have a good use-case for weak references not already
    covered by the standard library, file a proposal issue at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:13:25 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. pilot/pkg/leaderelection/k8sleaderelection/healthzadaptor.go

    // election code the health check code. It allows us to provide health
    // status about the leader election. Most specifically about if the leader
    // has failed to renew without exiting the process. In that case we should
    // report not healthy and rely on the kubelet to take down the process.
    type HealthzAdaptor struct {
    	pointerLock sync.Mutex
    	le          *LeaderElector
    	timeout     time.Duration
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 11 16:58:48 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part4_gradle_plugins.adoc

      <modelVersion>4.0.0</modelVersion>
      <groupId>com.gradle.tutorial</groupId>
      <artifactId>tutorial</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
    </project>
    ----
    
    == Step 5. Exploring Plugins
    Plugins are used to extend build capability and customize Gradle.
    
    Using plugins is the **primary mechanism for organizing build logic**.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 13 11:29:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top