Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,469 for xHello (0.09 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/flavors/groovy/src/hello/cpp/hello.cpp

    #include <iostream>
    #include "hello.h"
    
    void LIB_FUNC hello () {
      #ifdef FRENCH
      std::cout << "Bonjour monde!" << std::endl;
      #else
      std::cout << "Hello world!" << std::endl;
      #endif
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 190 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/files/archivesWithJavaPlugin/kotlin/src/main/java/Hello.java

    public class Hello {
        public static void main(String[] args) {
            System.out.println("Hello!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/files/sampleJavaProject/groovy/src/main/java/Hello.java

    public class Hello {
        public static void main(String[] args) {
            System.out.println("Hello!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/files/sampleJavaProject/kotlin/src/main/java/Hello.java

    public class Hello {
        public static void main(String[] args) {
            System.out.println("Hello!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/multiproject/basic-multiproject/kotlin/app/src/main/java/com/example/Hello.java

    package com.example;
    
    public class Hello {
        public static void main(String[] args) {
            System.out.println("Hello, world!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 141 bytes
    - Viewed (0)
  6. src/embed/internal/embedtest/testdata/hello.txt

    hello, world...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 16:26:43 UTC 2020
    - 13 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/scala/zincDependency/kotlin/src/main/scala/Hello.scala

    class Hello...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/tutorial/hello/tests/hello.out

    Hello world!...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/cpp-lib/groovy/src/main/headers/hello.h

    #if defined(_WIN32) && defined(DLL_EXPORT)
    #define LIB_FUNC __declspec(dllexport)
    #else
    #define LIB_FUNC
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 136 bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello.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