Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for descriptor (0.18 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	*p = x
    	return p
    }
    
    func (x IngressControllerMode) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (IngressControllerMode) Descriptor() protoreflect.EnumDescriptor {
    	return file_pkg_apis_istio_v1alpha1_values_types_proto_enumTypes[0].Descriptor()
    }
    
    func (IngressControllerMode) Type() protoreflect.EnumType {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    // descriptor is a compiler-allocated internal/abi.TypeAssert whose address is passed to runtime.typeAssert when
    // the target type is a compile-time-known non-empty interface. It may be nil.
    func (s *state) dottype1(pos src.XPos, src, dst *types.Type, iface, source, target, targetItab *ssa.Value, commaok bool, descriptor *obj.LSym) (res, resok *ssa.Value) {
    	typs := s.f.Config.Types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-63525`](https://youtrack.jetbrains.com/issue/KT-63525) K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by unreachable code
    - [`KT-65333`](https://youtrack.jetbrains.com/issue/KT-65333) K2: UNRESOLVED_REFERENCE for java inner class in intersection scope
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

              spec:
                description: BGPConfigurationSpec contains the values of the BGP configuration.
                properties:
                  asNumber:
                    description: 'ASNumber is the default AS number used by a node. [Default:
                      64512]'
                    format: int32
                    type: integer
                  bindMode:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "default": {},
                "description": "Specifies the job that will be created when executing a CronJob."
              },
              "schedule": {
                "default": "",
                "description": "The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.",
                "type": "string"
              },
              "startingDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    				Schema: &apiextensions.JSONSchemaProps{
    					Description: "This is a schema nested under Items",
    					Type:        "string",
    				},
    			},
    		},
    		"status": {
    			Type: "object",
    		},
    	},
    	ExternalDocs: &apiextensions.ExternalDocumentation{
    		Description: "This is an external documentation description",
    	},
    	Example: &example,
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  7. doc/go_spec.html

    	T7 [10]struct{ f []T7 }   // T7 contains T7 as component of a slice in a struct
    )
    </pre>
    
    <h3 id="Slice_types">Slice types</h3>
    
    <p>
    A slice is a descriptor for a contiguous segment of an <i>underlying array</i> and
    provides access to a numbered sequence of elements from that array.
    A slice type denotes the set of all slices of arrays of its element type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ```Python
    from fastapi import Depends, FastAPI, HTTPException
    from typing_extensions import Annotated
    
    app = FastAPI()
    
    
    data = {
        "plumbus": {"description": "Freshly pickled plumbus", "owner": "Morty"},
        "portal-gun": {"description": "Gun to create portals", "owner": "Rick"},
    }
    
    
    class OwnerError(Exception):
        pass
    
    
    def get_username():
        try:
            yield "Rick"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. roomNumber */
        String LDAP_ATTR_ROOM_NUMBER = "ldap.attr.roomNumber";
    
        /** The key of the configuration. e.g. description */
        String LDAP_ATTR_DESCRIPTION = "ldap.attr.description";
    
        /** The key of the configuration. e.g. title */
        String LDAP_ATTR_TITLE = "ldap.attr.title";
    
        /** The key of the configuration. e.g. pager */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"reason":             "This should be a short, machine understandable string that gives the reason for the transition into the object's current status.",
    	"message":            "A human-readable description of the status of this operation.",
    	"source":             "The component reporting this event. Should be a short machine understandable string.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top