Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for grouping (0.3 sec)

  1. doc/go1.17_spec.html

    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    <p>
    Lower-case production names are used to identify lexical tokens.
    Non-terminals are in CamelCase. Lexical tokens are enclosed in
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    <p>
    Lowercase production names are used to identify lexical (terminal) tokens.
    Non-terminals are in CamelCase. Lexical tokens are enclosed in
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. src/bytes/bytes.go

    	// larger chunks as the source of the write, as when the source
    	// is too large we are basically just thrashing the CPU D-cache.
    	// So if the result length is larger than an empirically-found
    	// limit (8KB), we stop growing the source string once the limit
    	// is reached and keep reusing the same source string - that
    	// should therefore be always resident in the L1 cache - until we
    	// have completed the construction of the result.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Feb 19 19:51:15 GMT 2024
    - 33.8K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const IPPROTO_RAW = 255
    pkg syscall (darwin-386), const IPPROTO_RCCMON = 10
    pkg syscall (darwin-386), const IPPROTO_RDP = 27
    pkg syscall (darwin-386), const IPPROTO_ROUTING = 43
    pkg syscall (darwin-386), const IPPROTO_RSVP = 46
    pkg syscall (darwin-386), const IPPROTO_RVD = 66
    pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64
    pkg syscall (darwin-386), const IPPROTO_SATMON = 69
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.7.txt

    pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd
    pkg os/user, func LookupGroup(string) (*Group, error)
    pkg os/user, func LookupGroupId(string) (*Group, error)
    pkg os/user, method (*User) GroupIds() ([]string, error)
    pkg os/user, method (UnknownGroupError) Error() string
    pkg os/user, method (UnknownGroupIdError) Error() string
    pkg os/user, type Group struct
    pkg os/user, type Group struct, Gid string
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPPROTO_RAW ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_RDP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_RVD ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  7. src/bytes/buffer.go

    func (b *Buffer) Grow(n int) {
    	if n < 0 {
    		panic("bytes.Buffer.Grow: negative count")
    	}
    	m := b.grow(n)
    	b.buf = b.buf[:m]
    }
    
    // Write appends the contents of p to the buffer, growing the buffer as
    // needed. The return value n is the length of p; err is always nil. If the
    // buffer becomes too large, Write will panic with [ErrTooLarge].
    func (b *Buffer) Write(p []byte) (n int, err error) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 17:10:31 GMT 2023
    - 15.7K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_RDP = 27
    pkg syscall (darwin-arm64), const IPPROTO_RDP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_ROUTING = 43
    pkg syscall (darwin-arm64), const IPPROTO_ROUTING ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_RSVP = 46
    pkg syscall (darwin-arm64), const IPPROTO_RSVP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_RVD = 66
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_RDP = 27
    pkg syscall (freebsd-arm64), const IPPROTO_RDP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_ROUTING = 43
    pkg syscall (freebsd-arm64), const IPPROTO_ROUTING ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_RSVP = 46
    pkg syscall (freebsd-arm64), const IPPROTO_RSVP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_RVD = 66
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const IPPROTO_RAW ideal-int
    pkg syscall (darwin-386), const IPPROTO_RCCMON ideal-int
    pkg syscall (darwin-386), const IPPROTO_RDP ideal-int
    pkg syscall (darwin-386), const IPPROTO_ROUTING ideal-int
    pkg syscall (darwin-386), const IPPROTO_RSVP ideal-int
    pkg syscall (darwin-386), const IPPROTO_RVD ideal-int
    pkg syscall (darwin-386), const IPPROTO_SATEXPAK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top