Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Fname (0.17 sec)

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

    				n = nn.X
    				continue
    			}
    		}
    		break
    	}
    	if n.Op() != ir.ONAME {
    		return false
    	}
    	return s.canSSAName(n.(*ir.Name)) && ssa.CanSSA(n.Type())
    }
    
    func (s *state) canSSAName(name *ir.Name) bool {
    	if name.Addrtaken() || !name.OnStack() {
    		return false
    	}
    	switch name.Class {
    	case ir.PPARAMOUT:
    		if s.hasdefer {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    toString(); public int countTestCases(); public void run(TestResult); public org.junit.runner.Description getDescription(); } junit/framework/TestSuite.class package junit.framework; public synchronized class TestSuite implements Test { private String fName; private java.util.Vector fTests; public static Test createTest(Class, String); public static reflect.Constructor getTestConstructor(Class) throws NoSuchMethodExceptio; public static Test warning(String); public void TestSuite(); public void TestSuite(Class);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

        - jsonPath: .spec.controllerName
          name: Controller
          type: string
        - jsonPath: .status.conditions[?(@.type=="Accepted")].status
          name: Accepted
          type: string
        - jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        - jsonPath: .spec.description
          name: Description
          priority: 1
          type: string
        name: v1
        schema:
          openAPIV3Schema:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    				}
    
    				name := *source.ClusterTrustBundle.Name
    				if signerName, ok := extractSignerNameFromClusterTrustBundleName(name); ok {
    					validationFunc := ValidateClusterTrustBundleName(signerName)
    					errMsgs := validationFunc(name, false)
    					for _, msg := range errMsgs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// owner of the PVC, i.e. the PVC will be deleted together with the
    	// pod.  The name of the PVC will be `<pod name>-<volume name>` where
    	// `<volume name>` is the name from the `PodSpec.Volumes` array
    	// entry. Pod validation will reject the pod if the concatenated name
    	// is not valid for a PVC (for example, too long).
    	//
    	// An existing PVC with that name that is not owned by the pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	Kind string `json:"kind" protobuf:"bytes,2,opt,name=kind"`
    	// Name is the name of resource being referenced
    	Name string `json:"name" protobuf:"bytes,3,opt,name=name"`
    	// Namespace is the namespace of resource being referenced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // will also be deleted. The name of the ResourceClaim will be <pod
      // name>-<resource name>, where <resource name> is the
      // PodResourceClaim.Name. Pod validation will reject the pod if the
      // concatenated name is not valid for a ResourceClaim (e.g. too long).
      //
      // An existing ResourceClaim with that name that is not owned by the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod.  The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // owner of the PVC, i.e. the PVC will be deleted together with the
      // pod.  The name of the PVC will be `<pod name>-<volume name>` where
      // `<volume name>` is the name from the `PodSpec.Volumes` array
      // entry. Pod validation will reject the pod if the concatenated name
      // is not valid for a PVC (for example, too long).
      //
      // An existing PVC with that name that is not owned by the pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top