Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for HelloV2 (0.2 sec)

  1. src/cmd/go/testdata/mod/rsc.io_quote_v2.0.0.txt

    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/sampler"
    
    // Hello returns a greeting.
    func HelloV2() string {
    	return sampler.Hello()
    }
    
    // Glass returns a useful phrase for world travelers.
    func GlassV2() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 20 15:30:21 UTC 2018
    - 2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709153244-fd906ed3b100.txt

    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/sampler"
    
    // Hello returns a greeting.
    func HelloV2() string {
    	return sampler.Hello()
    }
    
    // Glass returns a useful phrase for world travelers.
    func GlassV2() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709160352-0d003b9c4bfa.txt

    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v2"
    
    // Hello returns a greeting.
    func Hello() string {
    	return quote.HelloV2()
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return quote.GlassV2()
    }
    
    // Go returns a Go proverb.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_quote_v2_v2.0.1.txt

    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/sampler"
    
    // Hello returns a greeting.
    func HelloV2() string {
    	return sampler.Hello()
    }
    
    // Glass returns a useful phrase for world travelers.
    func GlassV2() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709162749-b44a0b17b2d1.txt

    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v2"
    
    // Hello returns a greeting.
    func Hello() string {
    	return quote.HelloV2()
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return quote.GlassV2()
    }
    
    // Go returns a Go proverb.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709162816-fe488b867524.txt

    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v2"
    
    // Hello returns a greeting.
    func Hello() string {
    	return quote.HelloV2()
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return quote.GlassV2()
    }
    
    // Go returns a Go proverb.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  7. pkg/test/framework/tools/featuresgen/cmd/root_test.go

    		t.Errorf("Expected '\tLabel1_Label2\tFeature = \"lab*)($)#el1.label2\"' got '%s'", s2)
    	}
    }
    
    var testYaml = `
    features:
      values: [hello1, hello2]
      key2:
        values: [val1, val2]
    `
    
    const expectedResult = `	Hello1	Feature = "hello1"
    	Hello2	Feature = "hello2"
    	Key2_Val1	Feature = "key2.val1"
    	Key2_Val2	Feature = "key2.val2"`
    
    func TestReadVal(t *testing.T) {
    	m := make(map[any]any)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  8. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativePreCompiledHeaderIntegrationTest.groovy

            pchNotCompiled("hello2")
        }
    
        @ToBeFixedForConfigurationCache
        def "can have components both with and without precompiled headers" () {
            given:
            writeStandardSourceFiles()
            app.libraryHeader.writeToDir(file("src/hello2"))
            app.librarySources.find { it.name.startsWith("hello") }.writeToDir(file("src/hello2"))
            app.commonHeader.writeToDir(file("src/hello2"))
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/virtualservice_destinationhosts.yaml

      name: hello
      namespace: hello2
    spec:
      hosts: [hello]
      http:
        - route:
            - destination:
                host: hello.hello.svc.cluster.local
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      # This is cross-namespace, but not a problem, details has explicit networking.istio.io/exportTo=hello1,hello2,.
      name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 21 21:37:53 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  10. src/cmd/go/note_test.go

    	case runtime.GOOS == "plan9":
    		t.Skipf("skipping - external linking not supported")
    	}
    
    	tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello2.exe"), tg.path("hello.go"))
    	id, err = buildid.ReadFile(tg.path("hello2.exe"))
    	if err != nil {
    		t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
    	}
    	if id != buildID {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 20 17:26:46 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top