Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for grabbing (0.18 sec)

  1. CREDITS

          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    		},
    		{
    			key:                 "testkey2",
    			expectAttachedCount: 2,
    		},
    		{
    			key: "testkey3",
    			// We assume each time has 1 object attached to the lease
    			// so after granting a new lease, the recorded count is set to 1
    			expectAttachedCount: 1,
    		},
    	}
    
    	for _, tc := range testCases {
    		err := store.Create(ctx, tc.key, obj, out, 120)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

        # managed instance group. (The name of the managed instance group template may
        # change during a cluster upgrade.)
        local templates
        templates=$(get-template "${PROJECT}")
    
        # Deliberately allow globbing, do not change unless a bug is found
        # shellcheck disable=SC2206
        local all_instance_groups=(${INSTANCE_GROUPS[@]:-} ${WINDOWS_INSTANCE_GROUPS[@]:-})
        # Deliberately do not quote, do not change unless a bug is found
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //		that execute 'go' commands to use the same 'go'
    //		as the parent 'go generate' command.
    //
    // Other than variable substitution and quoted-string evaluation, no
    // special processing such as "globbing" is performed on the command
    // line.
    //
    // As a last step before running the command, any invocations of any
    // environment variables with alphanumeric names, such as $GOFILE or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. RELEASE.md

    *   Fixes a crash caused by writing to read only memory region
        ([CVE-2020-26268](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26268))
    *   Fixes a heap out of bounds access in filesystem globbing implementation
        ([CVE-2020-26269](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26269))
    
    ### Other:
    
    *   We have replaced uses of "whitelist" and "blacklist" with "allowlist" and
    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