Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 1,996 for ello (0.04 sec)

  1. pkg/kube/inject/testdata/inputs/hello.yaml.1.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)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.10.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)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.17.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)
  4. pkg/kube/inject/testdata/inject/list.yaml

              containers:
                - name: hello
                  image: "fake.docker.io/google-samples/hello-go-gke:1.0"
                  ports:
                    - name: http
                      containerPort: 80
    
      - apiVersion: apps/v1
        kind: Deployment
        metadata:
          name: hello-v2
        spec:
          replicas: 3
          selector:
            matchLabels:
              app: hello  
              tier: backend
              track: stable
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/BinaryConfigurationIntegrationTest.groovy

            and:
            file("src/hello/cpp/hello.cpp") << """
                #include <iostream>
    
                void hello(const char* str) {
                  #ifdef ENABLE_GREETING
                  std::cout << str;
                  #endif
                }
            """
    
            and:
            file("src/hello/headers/hello.h") << """
                void hello(const char* str);
            """
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationIntegrationTest.groovy

            createDirs("app", "hello", "log")
            settingsFile << "include 'app', 'hello', 'log'"
            def app = new SwiftAppWithLibraries()
    
            given:
            buildFile << """
                project(':app') {
                    apply plugin: 'swift-application'
                    dependencies {
                        implementation project(':hello')
                    }
                }
                project(':hello') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 12:43:37 UTC 2024
    - 40.2K bytes
    - Viewed (1)
  7. src/cmd/go/testdata/mod/rsc.io_quote_v1.0.0.txt

    package quote // import "rsc.io/quote"
    
    // Hello returns a greeting.
    func Hello() string {
    	return "Hello, world."
    }
    -- quote_test.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.
    
    package quote
    
    import "testing"
    
    func TestHello(t *testing.T) {
    	hello := "Hello, world."
    	if out := Hello(); out != hello {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 916 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/build_static.txt

    go build -ldflags='-linkmode=external -extldflags=-static'
    ! stderr runtime/cgo
    exec ./hello
    stdout Hello
    
    -- go.mod --
    module hello
    
    go 1.20
    -- hello.go --
    package main
    
    import "fmt"
    
    func main() {
    	fmt.Println("Hello, world")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 20 22:03:35 UTC 2023
    - 926 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/slashpath.txt

    # This is important for reproducing native builds with cross-compiled builds.
    go build -o hello.exe hello.go
    ! grep 'GOROOT\\' hello.exe
    ! grep '\\runtime' hello.exe
    ! grep 'runtime\\' hello.exe
    ! grep 'gofile..[A-Za-z]:\\' hello.exe
    
    -- hello.go --
    package main
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 23:10:31 UTC 2023
    - 596 bytes
    - Viewed (0)
  10. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/ChangesBetweenBuildsFileSystemWatchingIntegrationTest.groovy

            outputContains "Hello from original task!"
    
            when:
            taskSourceFile.text = taskWithGreeting("Hello from modified task!")
            waitForChangesToBePickedUp()
            runWithWatchingEnabled "hello"
            then:
            outputContains "Hello from modified task!"
        }
    
        def "Groovy build script changes are recognized"() {
            when:
            buildFile.text = """
                println "Hello from the build!"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top