Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 105 for checkDep (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	ReturnDeletedObject bool
    	// ShouldDeleteDuringUpdate is an optional function to determine whether
    	// an update from existing to obj should result in a delete.
    	// If specified, this is checked in addition to standard finalizer,
    	// deletionTimestamp, and deletionGracePeriodSeconds checks.
    	ShouldDeleteDuringUpdate func(ctx context.Context, key string, obj, existing runtime.Object) bool
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  2. gradle/verification-metadata.xml

             <trusted-key id="1616273079FE63E31C938F10F0DF21D1D0A3C384" group="com.google.inject" name="guice" version="4.2.3"/>
             <trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework" name="checker-qual"/>
             <trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D">
                <trusting group="net.rubygrapefruit"/>
                <trusting group="org.gradle"/>
                <trusting group="org.gradle.exemplar"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{"bug7a", "{{3 2}}", "", tVal, false},
    	{"bug7b", "{{$x := 1}}{{$x 2}}", "", tVal, false},
    	{"bug7c", "{{$x := 1}}{{3 | $x}}", "", tVal, false},
    	// Pipelined arg was not being type-checked.
    	{"bug8a", "{{3|oneArg}}", "", tVal, false},
    	{"bug8b", "{{4|dddArg 3}}", "", tVal, false},
    	// A bug was introduced that broke map lookups for lower-case names.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    * Open an issue on the link:{gradle-issues}[Gradle issue tracker], including as much detail as you can.
    
    From version 5.1 onwards, the log directory is cleaned up automatically.
    It is checked periodically (at most every 24 hours) and log files are deleted if they haven’t been used for 7 days.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/regexp/syntax/parse.go

    				if hi > rhi {
    					r[n-i+1] = hi
    				}
    				return r
    			}
    		}
    	}
    
    	return append(r, lo, hi)
    }
    
    const (
    	// minimum and maximum runes involved in folding.
    	// checked during test.
    	minFold = 0x0041
    	maxFold = 0x1e943
    )
    
    // appendFoldedRange returns the result of appending the range lo-hi
    // and its case folding-equivalent runes to the class r.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	FieldRef string `json:"fieldRef" protobuf:"bytes,2,opt,name=fieldRef"`
    	// The content of type checking information in a human-readable form.
    	// Each line of the warning contains the type that the expression is checked
    	// against, followed by the type check error from the compiler.
    	Warning string `json:"warning" protobuf:"bytes,3,opt,name=warning"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  7. src/text/template/exec_test.go

    	{"bug7a", "{{3 2}}", "", tVal, false},
    	{"bug7b", "{{$x := 1}}{{$x 2}}", "", tVal, false},
    	{"bug7c", "{{$x := 1}}{{3 | $x}}", "", tVal, false},
    	// Pipelined arg was not being type-checked.
    	{"bug8a", "{{3|oneArg}}", "", tVal, false},
    	{"bug8b", "{{4|dddArg 3}}", "", tVal, false},
    	// A bug was introduced that broke map lookups for lower-case names.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. src/runtime/mbitmap.go

    			// With maskFromType, we're always just tiling the type bitmap
    			// through to the elemsize.
    			//
    			// It's OK if maskFromType has pointers in elemsize that extend
    			// past the actual populated space; we checked above that all
    			// that space is zeroed, so just the GC will just see nil pointers.
    			differs := false
    			for i := range maskFromHeap {
    				if maskFromHeap[i] != maskFromType[i] {
    					differs = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier.go

    		if len(fields) > 0 {
    			words = append(words, fields[0])
    		}
    	}
    	return words, nil
    }
    
    // CanUseIPVSProxier checks if we can use the ipvs Proxier.
    // The ipset version and the scheduler are checked. If any virtual servers (VS)
    // already exist with the configured scheduler, we just return. Otherwise
    // we check if a dummy VS can be configured with the configured scheduler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/debug.go

    		// The logf below would cause preds to be heap-allocated if
    		// it were passed directly.
    		preds2 := make([]*Block, len(preds))
    		copy(preds2, preds)
    		state.logf("Merging %v into %v (changed=%d, checked=%d)\n", preds2, b, locs.lastChangedTime, locs.lastCheckedTime)
    	}
    
    	state.changedVars.clear()
    
    	markChangedVars := func(slots, merged abt.T) {
    		if !forLocationLists {
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top