Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Gid (0.27 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Group", Type, 7},
    		{"Group.Gid", Field, 7},
    		{"Group.Name", Field, 7},
    		{"Lookup", Func, 0},
    		{"LookupGroup", Func, 7},
    		{"LookupGroupId", Func, 7},
    		{"LookupId", Func, 0},
    		{"UnknownGroupError", Type, 7},
    		{"UnknownGroupIdError", Type, 7},
    		{"UnknownUserError", Type, 0},
    		{"UnknownUserIdError", Type, 0},
    		{"User", Type, 0},
    		{"User.Gid", Field, 0},
    		{"User.HomeDir", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Cmsghdr struct, Level int32
    pkg syscall (freebsd-arm64), type Cmsghdr struct, Type int32
    pkg syscall (freebsd-arm64), type Credential struct
    pkg syscall (freebsd-arm64), type Credential struct, Gid uint32
    pkg syscall (freebsd-arm64), type Credential struct, Groups []uint32
    pkg syscall (freebsd-arm64), type Credential struct, NoSetGroups bool
    pkg syscall (freebsd-arm64), type Credential struct, Uid uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Cmsghdr struct, Type int32 #53466
    pkg syscall (freebsd-riscv64), type Credential struct #53466
    pkg syscall (freebsd-riscv64), type Credential struct, Gid uint32 #53466
    pkg syscall (freebsd-riscv64), type Credential struct, Groups []uint32 #53466
    pkg syscall (freebsd-riscv64), type Credential struct, NoSetGroups bool #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)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "fsGroup": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    						UID:                badUID,
    						GID:                badGID,
    						SupplementalGroups: []int64{badGID},
    					},
    				},
    			}},
    			wantFieldErrors: field.ErrorList{
    				field.Invalid(field.NewPath("[0].linux.uid"), badUID, "must be between 0 and 2147483647, inclusive"),
    				field.Invalid(field.NewPath("[0].linux.gid"), badGID, "must be between 0 and 2147483647, inclusive"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. RELEASE.md

        clarity. The 1.x API remains available in the compat.v1 module. A list of
        all symbol changes can be found
        [here](https://docs.google.com/spreadsheets/d/1FLFJLzg7WNP6JHODX5q8BDgptKafq_slHpnHVbJIteQ/edit#gid=0).
        *   API clean-up, included removing `tf.app`, `tf.flags`, and `tf.logging`
            in favor of [absl-py](https://github.com/abseil/abseil-py).
    *   No more global variables with helper methods like
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top