Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 140 for stanza (1.61 sec)

  1. src/cmd/go/alldocs.go

    //
    // The output is a sequence of stanzas, one for each package or module
    // name on the command line, separated by blank lines. Each stanza begins
    // with a comment line "# package" or "# module" giving the target
    // package or module. Subsequent lines give a path through the import
    // graph, one package per line. If the package or module is not
    // referenced from the main module, the stanza will display a single
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/load.go

    		if p.testOf != nil {
    			fmt.Fprintf(&buf, "%s.test\n", p.testOf.path)
    		} else {
    			fmt.Fprintf(&buf, "%s\n", p.path)
    		}
    	}
    	return buf.String()
    }
    
    // Why returns the "go mod why" output stanza for the given package,
    // without the leading # comment.
    // The package graph must have been loaded already, usually by LoadPackages.
    // If there is no reason for the package to be in the current build,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/it/stopwords.txt

    faceste
    fecero
    facessi
    facesse
    facessimo
    facessero
    facendo
    sto
    stai
    sta
    stiamo
    stanno
    stia
    stiate
    stiano
    starò
    starai
    starà
    staremo
    starete
    staranno
    starei
    staresti
    starebbe
    staremmo
    stareste
    starebbero
    stavo
    stavi
    stava
    stavamo
    stavate
    stavano
    stetti
    stesti
    stette
    stemmo
    steste
    stettero
    stessi
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

            ':santa-tracker:mergeDebugStartupProfile': SUCCESS,
            ':santa-tracker:mergeExtDexDebug': FROM_CACHE,
            ':santa-tracker:mergeLibDexDebug': FROM_CACHE,
            ':santa-tracker:mergeProjectDexDebug': FROM_CACHE,
            ':santa-tracker:packageDebug': SUCCESS,
            ':santa-tracker:preBuild': UP_TO_DATE,
            ':santa-tracker:preDebugBuild': SUCCESS,
            ':santa-tracker:processDebugJavaRes': SUCCESS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
  5. testing/smoke-test/build.gradle.kts

    }
    
    tasks {
    
        /**
         * Santa Tracker git URI.
         *
         * Note that you can change it to `file:///path/to/your/santa-tracker-clone/.git`
         * if you need to iterate quickly on changes to Santa Tracker.
         */
        val santaGitUri = "https://github.com/gradle/santa-tracker-android.git"
    
        val santaTracker by registering(RemoteProject::class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/cs/stopwords.txt

    ani
    když
    však
    neg
    jsem
    tento
    článku
    články
    aby
    jsme
    před
    pta
    jejich
    byl
    ještě
    až
    bez
    také
    pouze
    první
    vaše
    která
    nás
    nový
    tipy
    pokud
    může
    strana
    jeho
    své
    jiné
    zprávy
    nové
    není
    vás
    jen
    podle
    zde
    už
    být
    více
    bude
    již
    než
    který
    by
    které
    co
    nebo
    ten
    tak
    má
    při
    od
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 992 bytes
    - Viewed (0)
  7. test/fixedbugs/issue10958.go

    	}
    }
    
    func main() {
    	go standinacorner1()
    	go standinacorner2(0)
    	go standinacorner3()
    	// println("About to stand in a corner1")
    	for someglobal1 == 0 {
    		runtime.Gosched()
    	}
    	// println("About to stand in a corner2")
    	for someglobal2 == 0 {
    		runtime.Gosched()
    	}
    	// println("About to stand in a corner3")
    	for someglobal3 == 0 {
    		runtime.Gosched()
    	}
    	// println("About to GC")
    	runtime.GC()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ImmutableCapability.java

     * They all fail with some version (different configurations and task names) of:
     *
     * <code>
     *     Could not resolve all dependencies for configuration ':cityquiz:debugRuntimeClasspath'.
     *       Could not create task ':santa-tracker:generateDebugFeatureTransitiveDeps'.
     *         org/gradle/internal/component/external/model/ImmutableCapability
     * </code>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerSmokeTest.groovy

    abstract class AndroidSantaTrackerSmokeTest extends AbstractAndroidSantaTrackerSmokeTest {
    }
    
    class AndroidSantaTrackerDeprecationSmokeTest extends AndroidSantaTrackerSmokeTest {
        def "check deprecation warnings produced by building Santa Tracker (agp=#agpVersion)"() {
    
            given:
            AGP_VERSIONS.assumeCurrentJavaVersionIsSupportedBy(agpVersion)
    
            and:
            def checkoutDir = temporaryFolder.createDir("checkout")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. src/internal/types/testdata/fixedbugs/issue26390.go

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // stand-alone test to ensure case is triggered
    
    package issue26390
    
    type A = T
    
    func (t *T) m() *A { return t }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 02:58:32 UTC 2022
    - 290 bytes
    - Viewed (0)
Back to top