Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 136 for yield (0.09 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                // GENERATE public <type> <getter>() { if (<field> == null) { <field> = <services>>.get(<service-type>>); } return <field> }
                final String getterName = getter.getName();
                Type returnType = getType(getter.getReturnType());
                String methodDescriptor = getMethodDescriptor(returnType);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    // TestFieldValidation tests the create, update, and patch handlers for correctness when faced with field validation errors.
    func TestFieldValidation(t *testing.T) {
    	var (
    		strictDecodingErr          = `strict decoding error: duplicate field \"other\", unknown field \"unknown\"`
    		strictDecodingWarns        = []string{`duplicate field "other"`, `unknown field "unknown"`}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  3. fastapi/applications.py

                        license name used for the API.
                    * `identifier`: (`str`) An [SPDX](https://spdx.dev/) license expression
                        for the API. The `identifier` field is mutually exclusive of the `url`
                        field. Available since OpenAPI 3.1.0, FastAPI 0.99.0.
                    * `url`: (`str`) A URL to the license used for the API. This MUST be
                        the format of a URL.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	// Note: even if pod name is a field, we have to use labels,
    	// because field selector doesn't support "IN" operator.
    	l, err := labels.NewRequirement("name", selection.In, names)
    	if err != nil {
    		panic("Labels requirement must validate successfully")
    	}
    	return storage.SelectionPredicate{
    		Label:    labels.Everything().Add(*l),
    		Field:    fields.Everything(),
    		GetAttrs: getPodAttrs,
    	}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    	rulen, matchn int,
    ) (matchHTTPRoutes *OverlappingMatchValidationForHTTPRoute) {
    	// skip current match if no match field for current route
    	if match == nil {
    		return nil
    	}
    	// skip current match if no URI field
    	if match.Uri == nil {
    		return nil
    	}
    	// store all httproute with prefix match uri
    	tmpPrefix := match.Uri.GetPrefix()
    	if tmpPrefix != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. src/cmd/go/alldocs.go

    // printing. Erroneous packages will have a non-empty ImportPath and
    // a non-nil Error field; other information may or may not be missing
    // (zeroed).
    //
    // The -export flag causes list to set the Export field to the name of a
    // file containing up-to-date export information for the given package,
    // and the BuildID field to the build ID of the compiled package.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private java.util.List assignRequirementToF(Object, reflect.Field, org.codehaus.plexus.PlexusContainer, org.codehaus.plexus.component.repository.ComponentRequirement, org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private String getURLs(ClassLoader); protected reflect.Field findMatchingField(Object, org.codehaus.plexus.component.repository.ComponentDescriptor, org.codehaus.plexus.component.reposito...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private java.util.List assignRequirementToF(Object, reflect.Field, org.codehaus.plexus.PlexusContainer, org.codehaus.plexus.component.repository.ComponentRequirement, org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private String getURLs(ClassLoader); protected reflect.Field findMatchingField(Object, org.codehaus.plexus.component.repository.ComponentDescriptor, org.codehaus.plexus.component.reposito...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.cc

          metadata.is_list = 1;
          metadata.list_size = 0;
          metadata.total_size = -1;
    #define LIST_CASE(field, attr_type, ...)              \
      if (attr->list().field##_size() > 0) {              \
        metadata.type = attr_type;                        \
        metadata.list_size = attr->list().field##_size(); \
        __VA_ARGS__;                                      \
        break;                                            \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private java.util.List assignRequirementToF(Object, reflect.Field, org.codehaus.plexus.PlexusContainer, org.codehaus.plexus.component.repository.ComponentRequirement, org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; private String getURLs(ClassLoader); protected reflect.Field findMatchingField(Object, org.codehaus.plexus.component.repository.ComponentDescriptor, org.codehaus.plexus.component.reposito...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
Back to top