Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 128 for printuint (0.13 sec)

  1. cmd/kubeadm/app/cmd/phases/join/kubelet.go

    		// TODO: think of a better place to move this call - e.g. a hidden phase.
    		if err := dryrunutil.PrintFilesIfDryRunning(cfg.ControlPlane != nil, data.ManifestDir(), data.OutputWriter()); err != nil {
    			return errors.Wrap(err, "error printing files on dryrun")
    		}
    		return nil
    	}
    
    	// Try to start the kubelet service in case it's inactive
    	fmt.Println("[kubelet-start] Starting the kubelet")
    	kubeletphase.TryStartKubelet()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/util/apiclient/dryrunclient.go

    			fmt.Println("[dryrun] Attached object:")
    			PrintBytesWithLinePrefix(w, objBytes, "\t")
    		}
    	}
    
    	patchAction, ok := action.(core.PatchAction)
    	if ok {
    		// Replace all occurrences of \" with a simple " when printing
    		fmt.Fprintf(w, "[dryrun] Attached patch:\n\t%s\n", strings.Replace(string(patchAction.GetPatch()), `\"`, `"`, -1))
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 21 09:49:59 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/debug/debug.cc

    //
    // While `mlir::PassManager::enableIRPrinting` provides a similar functionality,
    // it is cumbersome to manually copy printed IRs and run them with `tf-opt`.
    // Also, long MLIR dumps are often truncated during printing. Instead, this
    // instrumentation dumps MLIR to external directories for convenience.
    class DumpInstrumentation : public mlir::PassInstrumentation {
     public:
      explicit DumpInstrumentation(absl::string_view dump_dir,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. src/go/ast/ast.go

    // appearance, including the comments that are pointed to from other nodes
    // via Doc and Comment fields.
    //
    // For correct printing of source code containing comments (using packages
    // go/format and go/printer), special care must be taken to update comments
    // when a File's syntax tree is modified: For printing, comments are interspersed
    // between tokens based on their position. If syntax tree nodes are
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 28 21:32:41 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/healthz/healthz.go

    			fmt.Fprint(w, "ok")
    		}
    	})
    }
    
    // checkerNames returns the names of the checks in the same order as passed in.
    func checkerNames(checks ...HealthChecker) []string {
    	// accumulate the names of checks for printing them out.
    	checkerNames := make([]string, 0, len(checks))
    	for _, check := range checks {
    		checkerNames = append(checkerNames, check.Name())
    	}
    	return checkerNames
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 19:11:24 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	// cases.
    	//
    	// Example:
    	//  func printInt(i int) {
    	//  	switch i {
    	//  	case 1:
    	//  		println("one")
    	//  	case 1:
    	//  		println("One")
    	//  	}
    	//  }
    	DuplicateCase
    
    	// DuplicateDefault occurs when a type or expression switch has multiple
    	// default clauses.
    	//
    	// Example:
    	//  func printInt(i int) {
    	//  	switch i {
    	//  	case 1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
  7. src/cmd/go/internal/list/list.go

    prints an error to standard error for each erroneous package and
    omits the packages from consideration during the usual printing.
    With the -e flag, the list command never prints errors to standard
    error and instead processes the erroneous packages with the usual
    printing. Erroneous packages will have a non-empty ImportPath and
    a non-nil Error field; other information may or may not be missing
    (zeroed).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. src/go/types/operand.go

    	}
    
    	// <untyped kind>
    	hasType := false
    	switch x.mode {
    	case invalid, novalue, builtin, typexpr:
    		// no type
    	default:
    		// should have a type, but be cautious (don't crash during printing)
    		if x.typ != nil {
    			if isUntyped(x.typ) {
    				buf.WriteString(x.typ.(*Basic).name)
    				buf.WriteByte(' ')
    				break
    			}
    			hasType = true
    		}
    	}
    
    	// <mode>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 21:17:10 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. cmd/prepare-storage.go

    		if m[err.Error()] > 2 {
    			peersLogAlwaysIf(ctx, fmt.Errorf("Following error has been printed %d times.. %w", m[err.Error()], err))
    			// Reduce the count to introduce further delay in printing
    			// but let it again print after the 2th attempt
    			m[err.Error()]--
    			m[err.Error()]--
    		}
    		m[err.Error()]++
    	}
    }()
    
    // Cleans up tmp directory of the local disk.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 19 08:06:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/s390x/a.out.go

    	REG_F12
    	REG_F13
    	REG_F14
    	REG_F15
    
    	// Vector registers (VRs) - only available when the vector
    	// facility is installed.
    	// V0-V15 are aliases for F0-F15.
    	// We keep them in a separate space to make printing etc. easier
    	// If the code generator ever emits vector instructions it will
    	// need to take into account the aliasing.
    	REG_V0
    	REG_V1
    	REG_V2
    	REG_V3
    	REG_V4
    	REG_V5
    	REG_V6
    	REG_V7
    	REG_V8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top