Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 653 for copied32 (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/caching_object_test.go

    	}
    
    	if object.deepCopied != false {
    		t.Errorf("object deep-copied without the need")
    	}
    
    	object.SetResourceVersion("123")
    	if object.deepCopied != false {
    		t.Errorf("object deep-copied on no-op change")
    	}
    	object.SetResourceVersion("234")
    	if object.deepCopied != true {
    		t.Errorf("object not deep-copied on change")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 15:26:38 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. pkg/kube/inject/openshift.go

    	if len(blocks) == 0 {
    		return nil, fmt.Errorf("no blocks parsed from annotation %s", groups)
    	}
    	return blocks, nil
    }
    
    // Functions below were copied from
    // https://github.com/openshift/library-go/blob/561433066966536ac17f3c9852d7d85f7b7e1e36/pkg/security/uid/uid.go
    // Copied here to avoid bringing tons of dependencies
    // License is Apache 2.0: https://github.com/openshift/library-go/blob/561433066966536ac17f3c9852d7d85f7b7e1e36/LICENSE
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 25 19:10:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/NOTES.txt

    Install for a remote cluster using an external control plane.
    
    The templates in this directory are copies of base and istio-discovery templates.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 12 16:44:21 UTC 2021
    - 267 bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/Specs.java

    import java.util.Collection;
    import java.util.List;
    
    /**
     * This interface is copied and trimmed from org.gradle.api.specs.Spec because older versions of Tooling API have issues with
     * the original due to different versions of classes loaded.
     *
     */
    interface Spec<T> {
        boolean isSatisfiedBy(T element);
    }
    
    /**
     * This class is copied and trimmed from org.gradle.api.specs.Specs because older versions of Tooling API have issues with
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_perm.txt

    # go list should work in ordinary conditions.
    go list ./...
    ! stdout _data
    
    # skip in conditions where chmod 0 may not work.
    # plan9 should be fine, but copied from list_perm.txt unchanged.
    [root] skip
    [GOOS:windows] skip
    [GOOS:plan9] skip
    
    # go list should work with unreadable _data directory.
    chmod 0 _data
    go list ./...
    ! stdout _data
    
    -- go.mod --
    module m
    
    -- x.go --
    package m
    
    -- _data/x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 412 bytes
    - Viewed (0)
  6. pilot/pkg/model/destination_rule.go

    			// This can happen when there are more than one destination rule of same host in one namespace.
    			copied := mdr.rule.DeepCopy()
    			mdr.rule = &copied
    			mdr.from = append(mdr.from, destRuleConfig.NamespacedName())
    			mergedRule := copied.Spec.(*networking.DestinationRule)
    
    			existingSubset := sets.String{}
    			for _, subset := range mergedRule.Subsets {
    				existingSubset.Insert(subset.Name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 07:22:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. test/typeparam/issue39755.go

    // compile
    
    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // copied from cmd/compile/internal/types2/testdata/fixedbugs/issue39755.go
    
    package p
    
    func _[T interface{ ~map[string]int }](x T) {
    	_ = x == nil
    }
    
    // simplified test case from issue
    
    type PathParamsConstraint interface {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 593 bytes
    - Viewed (0)
  8. src/net/sendfile_test.go

    		// in expectSendfile.
    		_, err = io.CopyN(conn, r, 1)
    		if err != nil {
    			t.Error(err)
    			return
    		}
    		// Signal the main goroutine that we've copied the byte.
    		close(copied)
    	}()
    
    	wg.Add(1)
    	go func() {
    		// Write 1 byte to the write end of the pipe.
    		defer wg.Done()
    		_, err := w.Write([]byte{'a'})
    		if err != nil {
    			t.Error(err)
    		}
    	}()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 18:12:56 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                def verifyDep(original, copied) {
                    // Dependency
                    assert original.group == copied.group
                    assert original.name == copied.name
                    assert original.version == copied.version
                    assert original.reason == copied.reason
    
                    // ModuleDependency
                    assert original.excludeRules == copied.excludeRules
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/file/CopyProcessingSpec.java

         * replace string should use the '$1' syntax to refer to capture groups in the source regular expression.  Files
         * that do not match the source regular expression will be copied with the original name.
         *
         * <p> Example:
         * <pre>
         * rename '(.*)_OEM_BLUE_(.*)', '$1$2'
         * </pre>
         * would map the file 'style_OEM_BLUE_.css' to 'style.css'
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 07:53:18 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top