Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for imaginePL (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    * Nested values
    +
    Custom types that don’t conform to the other two categories but have their own properties that are inputs or outputs. In effect, the task inputs or outputs are nested inside these custom types.
    
    As an example, imagine you have a task that processes templates of varying types, such as FreeMarker, Velocity, Moustache, etc. It takes template source files and combines them with some model data to generate populated versions of the template files.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	// if the approval state hasn't changed, never fail on approval validation
    	// this is allowed so that a v1 client that is simply updating spec and not mutating this value doesn't get rejected.  Imagine a controller controlling a CRD spec.
    	if oldApprovalState != nil && *oldApprovalState == newApprovalState {
    		return nil
    	}
    
    	// in v1, we require valid approval strings
    	switch newApprovalState {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    In other words, when you combine file collections this way, the result always reflects what's currently in the source file collections, even if they change during the build.
    
    For example, imagine `collection` in the above example gains an extra file or two after `union` is created.
    As long as you use `union` after those files are added to `collection`, `union` will also contain those additional files.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/loader/loader.go

    func (l *Loader) AddInteriorSym(container Sym, interior Sym) {
    	// Container symbols are expected to have content/data.
    	// NB: this restriction may turn out to be too strict (it's possible
    	// to imagine a zero-sized container with an interior symbol pointing
    	// into it); it's ok to relax or remove it if we counter an
    	// oddball host object that triggers this.
    	if l.SymSize(container) == 0 && len(l.Data(container)) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top