Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,996 for ello (0.07 sec)

  1. platforms/documentation/docs/src/snippets/dependencyManagement/definingUsingConfigurations-custom/kotlin/src/main/webapp/hello.jsp

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 312 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/signing/in-memory-subkey/kotlin/src/stuff/hello.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/hello-probes-with-flag-set-in-annotation.yaml

    kind: Deployment
    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          annotations:
            sidecar.istio.io/rewriteAppHTTPProbers: "true"
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-probes-with-flag-unset-in-annotation.yaml

    kind: Deployment
    metadata:
      name: hello
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: hello
          tier: backend
          track: stable
      template:
        metadata:
          annotations:
            sidecar.istio.io/rewriteAppHTTPProbers: "false"
          labels:
            app: hello
            tier: backend
            track: stable
        spec:
          containers:
            - name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
  5. src/net/smtp/smtp_test.go

    	if err := c.helo(); err != nil {
    		t.Fatalf("HELO failed: %s", err)
    	}
    	if err := c.ehlo(); err == nil {
    		t.Fatalf("Expected first EHLO to fail")
    	}
    	if err := c.ehlo(); err != nil {
    		t.Fatalf("Second EHLO failed: %s", err)
    	}
    
    	c.didHello = true
    	if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
    		t.Fatalf("Expected AUTH supported")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-probes-with-flag-unset-in-annotation.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.1K bytes
    - Viewed (0)
  7. src/encoding/json/fold_test.go

    	for _, ss := range [][2]string{
    		{"", ""},
    		{"123abc", "123ABC"},
    		{"αβδ", "ΑΒΔ"},
    		{"abc", "xyz"},
    		{"abc", "XYZ"},
    		{"1", "2"},
    		{"hello, world!", "hello, world!"},
    		{"hello, world!", "Hello, World!"},
    		{"hello, world!", "HELLO, WORLD!"},
    		{"hello, world!", "jello, world!"},
    		{"γειά, κόσμε!", "γειά, κόσμε!"},
    		{"γειά, κόσμε!", "Γειά, Κόσμε!"},
    		{"γειά, κόσμε!", "ΓΕΙΆ, ΚΌΣΜΕ!"},
    		{"γειά, κόσμε!", "ΛΕΙΆ, ΚΌΣΜΕ!"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 27 17:37:27 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-probes-with-flag-set-in-annotation.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.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/definingUsingConfigurations-custom/groovy/src/main/webapp/hello.jsp

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 312 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/signing/tasks/kotlin/src/stuff/hello.txt

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
Back to top