Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 1,377 for Hellox (0.11 sec)

  1. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cunit/CUnitIntegrationTest.groovy

                "src/helloTest/c/test.c",
                "src/hello/c/hello.c",
                "src/hello/c/sum.c"
            ] as Set
            projectFile.headerFiles == [
                "build/src/helloTest/cunitLauncher/headers/gradle_cunit_register.h",
                "src/hello/headers/common.h",
                "src/hello/headers/hello.h"
            ]
            projectFile.projectConfigurations.keySet() == ['debug'] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 17K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_quote_v1.1.0.txt

    // license that can be found in the LICENSE file.
    
    package quote
    
    import "testing"
    
    func TestHello(t *testing.T) {
    	hello := "Hello, world."
    	if out := Hello(); out != hello {
    		t.Errorf("Hello() = %q, want %q", out, hello)
    	}
    }
    
    func TestGlass(t *testing.T) {
    	glass := "I can eat glass and it doesn't hurt me."
    	if out := Glass(); out != glass {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  3. test/interface/convert.go

    	}
    }
    
    func main() {
    	// T2I
    	s = t
    	hello(s.String())
    
    	// I2T
    	t = s.(T)
    	hello(t.String())
    
    	// T2E
    	e = t
    
    	// E2T
    	t = e.(T)
    	hello(t.String())
    
    	// T2I again
    	sl = t
    	hello(sl.String())
    	five(sl.Length())
    
    	// I2I static
    	s = sl
    	hello(s.String())
    
    	// I2I dynamic
    	sl = s.(StringLengther)
    	hello(sl.String())
    	five(sl.Length())
    
    	// I2E (and E2T)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 06:33:41 UTC 2012
    - 1.9K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/startup_ready_live.yaml.injected

    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/build_trimpath_cgo.txt

    go build -o hello.exe .
    grep -q gopath[/\\]src hello.exe
    go run ./list-dwarf hello.exe
    stdout gopath[/\\]src
    
    # Check that the source path does not appear when -trimpath is used.
    [GOOS:aix] stop # can't inspect XCOFF binaries
    go build -trimpath -o hello.exe .
    ! grep -q gopath[/\\]src hello.exe
    go run ./list-dwarf hello.exe
    ! stdout gopath/src
    
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  6. pkg/log/scope_test.go

    	}{
    		{
    			f:   func() { s.Debug("Hello") },
    			pat: timePattern + "\tdebug\ttestScope\tHello",
    		},
    		{
    			f:   func() { s.Debugf("Hello") },
    			pat: timePattern + "\tdebug\ttestScope\tHello",
    		},
    		{
    			f:   func() { s.Debugf("%s", "Hello") },
    			pat: timePattern + "\tdebug\ttestScope\tHello",
    		},
    
    		{
    			f:   func() { s.Info("Hello") },
    			pat: timePattern + "\tinfo\ttestScope\tHello",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 17:36:09 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/hello.yaml.17.mesh.gen.yaml

    John Howard <******@****.***> 1709830758 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 16:59:18 UTC 2024
    - 191 bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello.yaml.17.values.gen.yaml

    Jingming Guo <******@****.***> 1715374912 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.4.template.gen.yaml

    Nicole LiHui <******@****.***> 1717379705 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello-mtls-not-ready.yaml.injected

    kind: Deployment
    metadata:
      creationTimestamp: null
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      strategy: {}
      template:
        metadata:
          annotations:
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: hello
            kubectl.kubernetes.io/default-logs-container: hello
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top