Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for detection (0.24 sec)

  1. src/archive/zip/reader_test.go

    		File: []ZipTestFile{
    			{
    				Name:    "世界",
    				Content: []byte{},
    				Mode:    0644,
    				// Name is valid UTF-8, but format does not have UTF-8 flag set.
    				// We don't do UTF-8 detection for multi-byte runes due to
    				// false-positives with other encodings (e.g., Shift-JIS).
    				// Format says encoding is not UTF-8, so we trust it.
    				NonUTF8:  true,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. api/go1.5.txt

    pkg go/types, method (*Selection) Index() []int
    pkg go/types, method (*Selection) Indirect() bool
    pkg go/types, method (*Selection) Kind() SelectionKind
    pkg go/types, method (*Selection) Obj() Object
    pkg go/types, method (*Selection) Recv() Type
    pkg go/types, method (*Selection) String() string
    pkg go/types, method (*Selection) Type() Type
    pkg go/types, method (*Signature) Params() *Tuple
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre class="ebnf">
    ChannelType = ( "chan" | "chan" "&lt;-" | "&lt;-" "chan" ) ElementType .
    </pre>
    
    <p>
    The optional <code>&lt;-</code> operator specifies the channel <i>direction</i>,
    <i>send</i> or <i>receive</i>. If no direction is given, the channel is
    <i>bidirectional</i>.
    A channel may be constrained only to send or only to receive by
    <a href="#Assignments">assignment</a> or
    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)
  4. doc/go_spec.html

    </p>
    
    <pre class="ebnf">
    ChannelType = ( "chan" | "chan" "&lt;-" | "&lt;-" "chan" ) ElementType .
    </pre>
    
    <p>
    The optional <code>&lt;-</code> operator specifies the channel <i>direction</i>,
    <i>send</i> or <i>receive</i>. If a direction is given, the channel is <i>directional</i>,
    otherwise it is <i>bidirectional</i>.
    A channel may be constrained only to send or only to receive by
    <a href="#Assignment_statements">assignment</a> or
    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)
  5. api/go1.1.txt

    pkg syscall (openbsd-386), const BPF_ALU = 4
    pkg syscall (openbsd-386), const BPF_AND = 80
    pkg syscall (openbsd-386), const BPF_B = 16
    pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1
    pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2
    pkg syscall (openbsd-386), const BPF_DIV = 48
    pkg syscall (openbsd-386), const BPF_H = 8
    pkg syscall (openbsd-386), const BPF_IMM = 0
    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)
  6. api/go1.19.txt

    pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumRelocs uint16 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, SecNum uint16 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, Selection uint8 #51868
    pkg debug/pe, type COFFSymbolAuxFormat5 struct, Size uint32 #51868
    pkg encoding/binary, func AppendUvarint([]uint8, uint64) []uint8 #51644
    pkg encoding/binary, func AppendVarint([]uint8, int64) []uint8 #51644
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  7. api/go1.2.txt

    pkg syscall (openbsd-386), const BPF_ALU ideal-int
    pkg syscall (openbsd-386), const BPF_AND ideal-int
    pkg syscall (openbsd-386), const BPF_B ideal-int
    pkg syscall (openbsd-386), const BPF_DIRECTION_IN ideal-int
    pkg syscall (openbsd-386), const BPF_DIRECTION_OUT ideal-int
    pkg syscall (openbsd-386), const BPF_DIV ideal-int
    pkg syscall (openbsd-386), const BPF_H ideal-int
    pkg syscall (openbsd-386), const BPF_IMM 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)
  8. src/README.vendor

    a "vendor/" prefix also maintains the invariant that standard
    library packages begin with a dotless path element.
    
    The module requirements of std and cmd do not influence version
    selection in other modules. They are only considered when running
    module commands like 'go get' and 'go mod vendor' from a directory
    in GOROOT/src.
    
    Maintaining vendor directories
    ==============================
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 02 02:20:05 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  9. doc/asm.html

    <a href="https://9p.io/sys/doc/compiler.html">this description</a>)
    needs no assembler pass in the usual pipeline.
    Instead, the compiler operates on a kind of semi-abstract instruction set,
    and instruction selection occurs partly after code generation.
    The assembler works on the semi-abstract form, so
    when you see an instruction like <code>MOV</code>
    what the toolchain actually generates for that operation might
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIR = 204 #53466
    pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIRECTION = 166 #53466
    pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIRECTION ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_PRISM_HEADER = 119 #53466
    pkg syscall (freebsd-riscv64), const DLT_PRISM_HEADER ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top