Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for ControlZ (0.72 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    		// result: (If cond no yes)
    		for b.Controls[0].Op == OpNot {
    			v_0 := b.Controls[0]
    			cond := v_0.Args[0]
    			b.resetWithControl(BlockIf, cond)
    			b.swapSuccessors()
    			return true
    		}
    		// match: (If (ConstBool [c]) yes no)
    		// cond: c
    		// result: (First yes no)
    		for b.Controls[0].Op == OpConstBool {
    			v_0 := b.Controls[0]
    			c := auxIntToBool(v_0.AuxInt)
    			if !(c) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "default": {},
                "description": "Describes the ResourceClaim that is to be generated.\n\nThis field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore."
              }
            },
            "required": [
              "spec"
            ],
            "type": "object",
            "x-kubernetes-group-version-kind": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Kevent_t struct, Ident uint64
    pkg syscall (freebsd-arm64), type Kevent_t struct, Udata *uint8
    pkg syscall (freebsd-arm64), type Msghdr struct
    pkg syscall (freebsd-arm64), type Msghdr struct, Control *uint8
    pkg syscall (freebsd-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (freebsd-arm64), type Msghdr struct, Flags int32
    pkg syscall (freebsd-arm64), type Msghdr struct, Iov *Iovec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Kevent_t struct, Udata *uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Control *uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Controllen uint32 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Flags int32 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		},
    		expectedErrorSubstring: "runAsUserName cannot be an empty string",
    	}, {
    		testName: "RunAsUserName containing a control character",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("Container\tUser"),
    		},
    		expectedErrorSubstring: "runAsUserName cannot contain control characters",
    	}, {
    		testName: "RunAsUserName containing too many backslashes",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top