Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,702 for world$ (0.14 sec)

  1. src/debug/elf/testdata/hello-world-core.gz

    hello-world-core...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 12.4K bytes
    - Viewed (0)
  2. src/internal/zstd/testdata/f2a8e35c.helloworld-11000x.zst

    hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world hello world...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 17:57:43 UTC 2023
    - 47 bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractCaseVfsRelativePathTest.groovy

            "hello/other"           | 0      | "hello/world"      | 0
            "/var/hello/other"      | 5      | "hello/world"      | 0
            "/var/hello/world"      | 5      | "hello/world"      | 0
            "/var/hello\\world"     | 5      | "hello/world"      | 0
            "/var/hello/world/next" | 5      | "hello/world"      | 0
            "/var/hello1/other"     | 5      | "hello/world"      | 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  4. src/go/doc/comment/testdata/hello.txt

    -- input --
    	Hello,
    	world
    
    	This is
    	a test.
    -- dump --
    Doc
    	Paragraph
    		Plain
    			"Hello,\n"
    			"world"
    	Paragraph
    		Plain
    			"This is\n"
    			"a test."
    -- gofmt --
    Hello,
    world
    
    This is
    a test.
    -- html --
    <p>Hello,
    world
    <p>This is
    a test.
    -- markdown --
    Hello, world
    
    This is a test.
    -- text --
    Hello, world
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:41 UTC 2022
    - 326 bytes
    - Viewed (0)
  5. src/html/template/content_test.go

    	data := []any{
    		`<b> "foo%" O'Reilly &bar;`,
    		CSS(`a[href =~ "//example.com"]#foo`),
    		HTML(`Hello, <b>World</b> &amp;tc!`),
    		HTMLAttr(` dir="ltr"`),
    		JS(`c && alert("Hello, World!");`),
    		JSStr(`Hello, World & O'Reilly\u0021`),
    		URL(`greeting=H%69,&addressee=(World)`),
    		Srcset(`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`),
    		URL(`,foo/,`),
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 13.5K bytes
    - Viewed (0)
  6. src/io/fs/readfile_test.go

    	data, err := ReadFile(readFileOnly{testFsys}, "hello.txt")
    	if string(data) != "hello, world" || err != nil {
    		t.Fatalf(`ReadFile(readFileOnly, "hello.txt") = %q, %v, want %q, nil`, data, err, "hello, world")
    	}
    
    	// Test that ReadFile uses Open when the method is not present.
    	data, err = ReadFile(openOnly{testFsys}, "hello.txt")
    	if string(data) != "hello, world" || err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 27 16:25:41 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. cmd/gotemplate/gotemplate_test.go

    			expectedErr: noFileErr.Error(),
    		},
    		"data": {
    			in:       `{{.Hello}} {{.World}}`,
    			data:     map[string]string{"Hello": "world", "World": "hello"},
    			expected: "world hello",
    		},
    		"include": {
    			in:       `{{include "test.txt" | indent 2}}`,
    			files:    map[string]string{"test.txt": "hello\nworld"},
    			expected: "hello\n  world",
    		},
    	} {
    		cwd, err := os.Getwd()
    		require.NoError(t, err)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 22 13:43:42 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. src/go/printer/testdata/complit.input

    		F1: "hello",
    	}
    	V3 = T{
    		F1: "hello",
    		F2: T2{
    			A: "world",
    			b: "hidden",
    		},
    		f3: T2{
    			A: "world",
    		},
    	}
    	V4 = T{
    		f2: 1,
    	}
    
    	// Single-line declarations
    	V5 = T{F1: "hello", f2: 1}
    	V6 = T{f2: 1, F1: "hello"}
    	V7 = T{f2: 1}
    
    	// Mixed-mode declarations
    	V8 = T{
    		F1: "hello", f2: 1,
    		F3: "world",
    		f4: 2}
    	V9 = T{
    	f2: 1, F1: "hello",}
    	V10 = T{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 01 19:53:32 UTC 2018
    - 912 bytes
    - Viewed (0)
  9. 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)
  10. platforms/documentation/docs/src/snippets/testKit/spockQuickstart/groovy/src/test/groovy/org/gradle/sample/BuildLogicFunctionalTest.groovy

            buildFile = new File(testProjectDir, 'build.gradle')
        }
    
        def "hello world task prints hello world"() {
            given:
            settingsFile << "rootProject.name = 'hello-world'"
            buildFile << """
                task helloWorld {
                    doLast {
                        println 'Hello world!'
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top