Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for cleaned (0.1 sec)

  1. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    }
    
    // FunctionType is a function type.
    type FunctionType struct {
    	Return AST
    	Args   []AST
    
    	// The forLocalName field reports whether this FunctionType
    	// was created for a local name. With the default GNU demangling
    	// output we don't print the return type in that case.
    	ForLocalName bool
    }
    
    func (ft *FunctionType) print(ps *printState) {
    	retType := ft.Return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "operation": {
                "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
                "type": "string"
              },
              "subresource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier_test.go

    				}},
    				AddressType: discovery.AddressTypeIPv4,
    				Endpoints: []discovery.Endpoint{
    					{
    						// this endpoint won't be used because it's not local,
    						// but it will prevent a REJECT rule from being created
    						Addresses: []string{"10.0.1.5"},
    						Conditions: discovery.EndpointConditions{
    							Ready:       ptr.To(false),
    							Serving:     ptr.To(true),
    							Terminating: ptr.To(true),
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "operation": {
                "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.",
                "type": "string"
              },
              "subresource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    and 8 Minutes. Two of the solid Angles opposite to one another, as C and E, are compassed each of them with three of these obtuse Angles, and each of the other six with one obtuse and two acute ones. It cleaves easily in planes parallel to any of its Sides, and not in any other Planes. It cleaves with a glossy polite Surface not perfectly plane, but with some little unevenness. It is easily scratch'd, and by reason of its softness it takes a Polish very difficultly. It polishes better upon polish'd...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // Each check can fail due to number or type mismatch. However, these
    // conditions are not all independent. So we just check I->{CI, BI}, O->BO, and
    // in addition I->O. BO->BI mismatch cannot be independently created without
    // breaking one of these mismatches. That gives us 4x2 tests. In addition
    // condition result needs to be tensor<i1>, for which we have 3
    // additional validation tests. All these tests are based on the following
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top