Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rob (0.02 sec)

  1. src/net/mail/message_test.go

    			`=?utf-8?q?B=C3=B6b_Jac=C3=B6b?= <******@****.***>`,
    		},
    		{ // https://golang.org/issue/12098
    			&Address{Name: "Rob", Address: ""},
    			`"Rob" <@>`,
    		},
    		{ // https://golang.org/issue/12098
    			&Address{Name: "Rob", Address: "@"},
    			`"Rob" <@>`,
    		},
    		{
    			&Address{Name: "Böb, Jacöb", Address: "******@****.***"},
    			`=?utf-8?b?QsO2YiwgSmFjw7Zi?= <******@****.***>`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. src/path/filepath/path.go

    // returns the string ".".
    //
    // On Windows, Clean does not modify the volume name other than to replace
    // occurrences of "/" with `\`.
    // For example, Clean("//host/share/../x") returns `\\host\share\x`.
    //
    // See also Rob Pike, “Lexical File Names in Plan 9 or
    // Getting Dot-Dot Right,”
    // https://9p.io/sys/doc/lexnames.html
    func Clean(path string) string {
    	return filepathlite.Clean(path)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. api/go1.4.txt

    pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool
    
    # CL 130620043 text/template: add back pointer to Nodes for better error generation, Rob Pike <******@****.***>
    pkg text/template/parse, type DotNode struct, embedded NodeType
    pkg text/template/parse, type NilNode struct, embedded NodeType
    pkg text/template/parse, method (*BranchNode) Copy() Node
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
Back to top