Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 174 for managed (0.15 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

    import org.gradle.model.internal.manage.instance.GeneratedViewState;
    import org.gradle.model.internal.manage.instance.ManagedInstance;
    import org.gradle.model.internal.manage.instance.ModelElementState;
    import org.gradle.model.internal.manage.schema.CompositeSchema;
    import org.gradle.model.internal.manage.schema.ModelProperty;
    import org.gradle.model.internal.manage.schema.ScalarValueSchema;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

                                             default_(value) {}
    
      ~ThreadLocal() {
        // Destroys the managed object for the current thread, if any.
        DeleteThreadLocalValue(pthread_getspecific(key_));
    
        // Releases resources associated with the key.  This will *not*
        // delete managed objects for other threads.
        GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
      }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            // Property is readable and without a setter of property type and getter is final, so attach owner eagerly in constructor
            // This should apply to all 'managed' types however for backwards compatibility is applied only to property types
            return property.isReadableWithoutSetterOfPropertyType() && !property.getMainGetter().shouldOverride() && hasPropertyType(property);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/conversion.go

    		return gs
    	})
    }
    
    // IsManaged checks if a Gateway is managed (ie we create the Deployment and Service) or unmanaged.
    // This is based on the address field of the spec. If address is set with a Hostname type, it should point to an existing
    // Service that handles the gateway traffic. If it is not set, or refers to only a single IP, we will consider it managed and provision the Service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

                                             default_(value) {}
    
      ~ThreadLocal() {
        // Destroys the managed object for the current thread, if any.
        DeleteThreadLocalValue(pthread_getspecific(key_));
    
        // Releases resources associated with the key.  This will *not*
        // delete managed objects for other threads.
        GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_));
      }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  6. src/runtime/mheap.go

    	sweepgen uint32 // sweep generation, see comment in mspan; written during STW
    
    	// allspans is a slice of all mspans ever created. Each mspan
    	// appears exactly once.
    	//
    	// The memory for allspans is manually managed and can be
    	// reallocated and move as the heap grows.
    	//
    	// In general, allspans is protected by mheap_.lock, which
    	// prevents concurrent access as well as freeing the backing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  7. pkg/controller/job/job_controller.go

    		if job != nil {
    			// Skip cleanup of finalizers for pods owned by a job managed by an external controller
    			if controllerName := managedByExternalController(job); controllerName != nil {
    				logger.V(2).Info("Skip cleanup of the job finalizer for a pod owned by a job that is managed by an external controller", "key", key, "podUID", sharedPod.UID, "jobUID", job.UID, "controllerName", controllerName)
    				return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  8. src/crypto/tls/common.go

    	// SetSessionTicketKeys was called on the returned Config, those keys will
    	// be used. Otherwise, the original Config keys will be used (and possibly
    	// rotated if they are automatically managed).
    	GetConfigForClient func(*ClientHelloInfo) (*Config, error)
    
    	// VerifyPeerCertificate, if not nil, is called after normal
    	// certificate verification by either a TLS client or server. It
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    	//
    	// searchAddr* is always inclusive and should be the base address of the highest runtime
    	// page available for scavenging.
    	//
    	// searchAddrForce is managed by find and free.
    	// searchAddrBg is managed by find and nextGen.
    	//
    	// Normally, find monotonically decreases searchAddr* as it finds no more free pages to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                  }
                ],
                "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type."
              },
              "manager": {
                "description": "Manager is an identifier of the workflow managing these fields.",
                "type": "string"
              },
              "operation": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
Back to top