Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for justDefault (0.09 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

    task test {
        def base = configurations.base
        def extendedWithOther = configurations.extendedWithOther
        def extendedWithClassifier = configurations.extendedWithClassifier
        def justDefault = configurations.justDefault
        def justClassifier = configurations.justClassifier
        def rawBase = configurations.rawBase
        def rawExtended = configurations.rawExtended
        doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  2. test/chan/select5.go

    	nreset int
    }
    
    func (a *arg) Maybe() bool {
    	return maybe()
    }
    
    func (a *arg) MaybeDefault() bool {
    	if a.def {
    		return false
    	}
    	a.def = maybe()
    	return a.def
    }
    
    func (a *arg) MustDefault() bool {
    	return !a.def
    }
    
    func (a *arg) reset() {
    	a.def = false
    	a.nreset++
    }
    
    const header = `// GENERATED BY select5.go; DO NOT EDIT
    
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 10K bytes
    - Viewed (0)
Back to top