Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for nello (0.17 sec)

  1. src/archive/tar/reader_test.go

    			testRemaining{1, 1},
    		},
    	}, {
    		maker: makeReg{"hello", 5},
    		tests: []testFnc{
    			testRemaining{5, 5},
    			testRead{5, "hello", io.EOF},
    			testRemaining{0, 0},
    		},
    	}, {
    		maker: makeReg{"hello, world", 50},
    		tests: []testFnc{
    			testRemaining{50, 50},
    			testRead{7, "hello, ", nil},
    			testRemaining{43, 43},
    			testRead{5, "world", nil},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  2. src/bytes/bytes_test.go

    var trimFuncTests = []TrimFuncTest{
    	{isSpace, space + " hello " + space,
    		[]byte("hello"),
    		[]byte("hello " + space),
    		[]byte(space + " hello")},
    	{isDigit, "\u0e50\u0e5212hello34\u0e50\u0e51",
    		[]byte("hello"),
    		[]byte("hello34\u0e50\u0e51"),
    		[]byte("\u0e50\u0e5212hello")},
    	{isUpper, "\u2C6F\u2C6F\u2C6F\u2C6FABCDhelloEF\u2C6F\u2C6FGH\u2C6F\u2C6F",
    		[]byte("hello"),
    		[]byte("helloEF\u2C6F\u2C6FGH\u2C6F\u2C6F"),
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  3. src/bytes/example_test.go

    	b = bytes.TrimPrefix(b, []byte("Goodbye,"))
    	b = bytes.TrimPrefix(b, []byte("See ya,"))
    	fmt.Printf("Hello%s", b)
    	// Output: Hello, world!
    }
    
    func ExampleTrimSpace() {
    	fmt.Printf("%s", bytes.TrimSpace([]byte(" \t\n a lone gopher \n\t\r\n")))
    	// Output: a lone gopher
    }
    
    func ExampleTrimSuffix() {
    	var b = []byte("Hello, goodbye, etc!")
    	b = bytes.TrimSuffix(b, []byte("goodbye, etc!"))
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Mar 04 15:54:40 GMT 2024
    - 15K bytes
    - Viewed (1)
  4. src/archive/tar/testdata/ustar.tar

    longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/longname/file.txt hello...
    TAR Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Sep 08 04:08:51 GMT 2014
    - 2K bytes
    - Viewed (0)
  5. doc/initial/1-intro.md

    <!--
    NOTE: In this document and others in this directory, the convention is to
    set fixed-width phrases with non-fixed-width spaces, as in
    `hello` `world`.
    -->
    
    <style>
      main ul li { margin: 0.5em 0; }
    </style>
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 256 bytes
    - Viewed (0)
  6. src/bufio/example_test.go

    package bufio_test
    
    import (
    	"bufio"
    	"bytes"
    	"fmt"
    	"os"
    	"strconv"
    	"strings"
    )
    
    func ExampleWriter() {
    	w := bufio.NewWriter(os.Stdout)
    	fmt.Fprint(w, "Hello, ")
    	fmt.Fprint(w, "world!")
    	w.Flush() // Don't forget to flush!
    	// Output: Hello, world!
    }
    
    func ExampleWriter_AvailableBuffer() {
    	w := bufio.NewWriter(os.Stdout)
    	for _, i := range []int64{1, 2, 3, 4} {
    		b := w.AvailableBuffer()
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 23 09:06:30 GMT 2023
    - 4.9K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_GRE = 47
    pkg syscall (darwin-arm64), const IPPROTO_GRE ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_HELLO = 63
    pkg syscall (darwin-arm64), const IPPROTO_HELLO ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_HMP = 20
    pkg syscall (darwin-arm64), const IPPROTO_HMP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_HOPOPTS = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_GRE = 47
    pkg syscall (freebsd-arm64), const IPPROTO_GRE ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_HELLO = 63
    pkg syscall (freebsd-arm64), const IPPROTO_HELLO ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_HMP = 20
    pkg syscall (freebsd-arm64), const IPPROTO_HMP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_HOPOPTS = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), const IPPROTO_GGP ideal-int
    pkg syscall (darwin-386), const IPPROTO_GMTP ideal-int
    pkg syscall (darwin-386), const IPPROTO_GRE ideal-int
    pkg syscall (darwin-386), const IPPROTO_HELLO ideal-int
    pkg syscall (darwin-386), const IPPROTO_HMP ideal-int
    pkg syscall (darwin-386), const IPPROTO_HOPOPTS ideal-int
    pkg syscall (darwin-386), const IPPROTO_ICMP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPPROTO_GRE = 47 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_GRE ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_HELLO = 63 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_HELLO ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_HMP = 20 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_HMP ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top