Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 491 for plan (0.28 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    		f.StringSliceVar(&ignorePreflightErrors, "ignore-preflight-errors", ignorePreflightErrors, "flag not bound to config object")
    		f.Bool("allow-experimental-upgrades", true, "upgrade flags for plan and apply command")
    		f.Bool("skip-token-print", false, "flag not bound to config object")
    		f.StringVar(&cfgPath, "config", cfgPath, "Path to kubeadm config file")
    		if err := f.Parse(rt.args); err != nil {
    			t.Fatal(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loadelf/ldelf.go

    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"debug/elf"
    	"encoding/binary"
    	"fmt"
    	"io"
    	"log"
    	"strings"
    )
    
    /*
    Derived from Plan 9 from User Space's src/libmach/elf.h, elf.c
    https://github.com/9fans/plan9port/tree/master/src/libmach/
    
    	Copyright © 2004 Russ Cox.
    	Portions Copyright © 2008-2010 Google Inc.
    	Portions Copyright © 2010 The Go Authors.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Ordering.java

     * for further instructions. Whenever possible, you should change any references of type {@code
     * Ordering} to be of type {@code Comparator} instead. However, at this time we have no plan to
     * <i>deprecate</i> this class.
     *
     * <p>Many replacements involve adopting {@code Stream}, and these changes can sometimes make your
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Ordering.java

     * for further instructions. Whenever possible, you should change any references of type {@code
     * Ordering} to be of type {@code Comparator} instead. However, at this time we have no plan to
     * <i>deprecate</i> this class.
     *
     * <p>Many replacements involve adopting {@code Stream}, and these changes can sometimes make your
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. src/runtime/stack.go

    */
    
    const (
    	// stackSystem is a number of additional bytes to add
    	// to each stack below the usual guard area for OS-specific
    	// purposes like signal handling. Used on Windows, Plan 9,
    	// and iOS because they do not use a separate stack.
    	stackSystem = goos.IsWindows*512*goarch.PtrSize + goos.IsPlan9*512 + goos.IsIos*goarch.IsArm64*1024
    
    	// The minimum size of stack used by Go code
    	stackMin = 2048
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  6. src/runtime/asm_arm.s

    	// gdb won't skip this breakpoint instruction automatically,
    	// so you must manually "set $pc+=4" to skip it and continue.
    #ifdef GOOS_plan9
    	WORD	$0xD1200070	// undefined instruction used as armv5 breakpoint in Plan 9
    #else
    	WORD	$0xe7f001f0	// undefined instruction that gdb understands is a software breakpoint
    #endif
    	RET
    
    TEXT runtime·asminit(SB),NOSPLIT,$0-0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/help/helpdoc.go

    The GOPATH environment variable lists places to look for Go code.
    On Unix, the value is a colon-separated string.
    On Windows, the value is a semicolon-separated string.
    On Plan 9, the value is a list.
    
    If the environment variable is unset, GOPATH defaults
    to a subdirectory named "go" in the user's home directory
    ($HOME/go on Unix, %USERPROFILE%\go on Windows),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  8. src/runtime/runtime2.go

    	_SigPanic                // if the signal is from the kernel, panic
    	_SigDefault              // if the signal isn't explicitly requested, don't monitor it
    	_SigGoExit               // cause all runtime procs to exit (only used on Plan 9).
    	_SigSetStack             // Don't explicitly install handler, but add SA_ONSTACK to existing libc handler
    	_SigUnblock              // always unblock; see blockableSig
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  9. src/runtime/asm_386.s

    	JMP ok
    #endif
    needtls:
    #ifdef GOOS_openbsd
    	// skip runtime·ldt0setup(SB) and tls test on OpenBSD in all cases
    	JMP	ok
    #endif
    #ifdef GOOS_plan9
    	// skip runtime·ldt0setup(SB) and tls test on Plan 9 in all cases
    	JMP	ok
    #endif
    
    	// set up %gs
    	CALL	ldt0setup<>(SB)
    
    	// store through it, to make sure it works
    	get_tls(BX)
    	MOVL	$0x123, g(BX)
    	MOVL	runtime·m0+m_tls(SB), AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  10. cmd/testdata/xl-meta-merge.zip

    release notes for MinIO *before* performing any upgrade, there is no forced requirement to upgrade to latest release upon every release. Some release may not be relevant to your setup, avoid upgrading production environments unnecessarily. - If you plan to use `mc admin update`, MinIO process must have write access to the parent directory where the binary is present on the host system. - `mc admin update` is not supported and should be avoided in kubernetes/container environments, please upgrade containers...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top