Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,468 for TXT (0.04 sec)

  1. src/cmd/go/testdata/script/gotoolchain_path.txt

    # This test only checks that basic PATH lookups work.
    # The full test of toolchain version selection is in gotoolchain.txt.
    
    [short] skip
    
    env TESTGO_VERSION=go1.21pre3
    
    # Compile a fake toolchain to put in the path under various names.
    env GOTOOLCHAIN=
    mkdir $WORK/bin
    go build -o $WORK/bin/go1.50.0$GOEXE ./fakego.go  # adds .exe extension implicitly on Windows
    
    [!GOOS:plan9] env PATH=$WORK/bin
    [GOOS:plan9] env path=$WORK/bin
    
    go version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 22:21:42 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/resources/org/gradle/integtests/publish/maven/pomGeneration/expectedNewPom.txt

      <version>1.0</version>
      <inceptionYear>2008</inceptionYear>
      <licenses>
        <license>
          <name>The Apache Software License, Version 2.0</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
          <distribution>repo</distribution>
        </license>
      </licenses>
      <dependencies>
        <dependency>
          <groupId>group4</groupId>
          <artifactId>providedRuntime</artifactId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/gotoolchain_local.txt

    # This test uses the fake toolchain switch support in cmd/go/internal/toolchain.Switch
    # to exercise all the version selection logic without needing actual toolchains.
    # See gotoolchain_net.txt and gotoolchain_path.txt for tests of network and PATH toolchains.
    
    env TESTGO_VERSION=go1.500
    env TESTGO_VERSION_SWITCH=switch
    
    # GOTOOLCHAIN=auto runs default toolchain without a go.mod or go.work
    env GOTOOLCHAIN=auto
    go version
    stdout go1.500
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 21:19:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/generate_invalid.txt

    package main
    
    import (
    	"fmt"
    	"os"
    	"strings"
    )
    
    func main() {
    	fmt.Println(strings.Join(os.Args[1:], " "))
    	fmt.Println()
    }
    
    -- go.mod --
    module m
    
    go 1.16
    -- nogo/foo.txt --
    Text file in a directory without go files.
    Go generate should ignore this directory.
    //go:generate echo Fail nogo
    
    -- excluded/a.go --
    // Include a build tag that go generate should exclude.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 09 01:48:44 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/annotations/specificAnnotations/targetAnnotationWithOneArgumentAsImport.txt

    Jinseong Jeon <******@****.***> 1701411264 -0800
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 21 15:34:34 UTC 2023
    - 151 bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/arrayWithInc.txt

    Roman Efremov <******@****.***> 1716286974 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 71 bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/javaStaticFinalField.txt

    Roman Efremov <******@****.***> 1716286974 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 75 bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionExtensionReceiverClosure.txt

    Alexander Udalov <******@****.***> 1681981661 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Feb 08 19:46:18 UTC 2024
    - 191 bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/namedReference_val.txt

    Roman Efremov <******@****.***> 1716286974 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 73 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compileTimeConstantProvider/evaluate/propertyInCompanionObject_indirect_twice.txt

    Roman Efremov <******@****.***> 1716286974 +0200
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 77 bytes
    - Viewed (0)
Back to top