Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for acceptCh (0.18 sec)

  1. api/go1.3.txt

    pkg syscall (freebsd-386), const SOCK_NONBLOCK ideal-int
    pkg syscall (freebsd-386), const SO_VENDOR = 2147483648
    pkg syscall (freebsd-386), const SO_VENDOR ideal-int
    pkg syscall (freebsd-386), const SYS_ACCEPT4 = 541
    pkg syscall (freebsd-386), const SYS_ACCEPT4 ideal-int
    pkg syscall (freebsd-386), const SYS_BINDAT = 538
    pkg syscall (freebsd-386), const SYS_BINDAT ideal-int
    pkg syscall (freebsd-386), const SYS_CHFLAGSAT = 540
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. src/cmd/cgo/ast.go

    					f.Preamble += "#line 1 \"cgo-generated-wrapper\"\n"
    				}
    			}
    
    		case *ast.FuncDecl:
    			// Also, reject attempts to declare methods on C.T or *C.T.
    			// (The generated code would otherwise accept this
    			// invalid input; see issue #57926.)
    			if decl.Recv != nil && len(decl.Recv.List) > 0 {
    				recvType := decl.Recv.List[0].Type
    				if recvType != nil {
    					t := recvType
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    			},
    			{
    				Name:     "bar.txt",
    				Content:  []byte("bar\n"),
    				Modified: time.Date(1979, 11, 30, 0, 0, 0, 0, time.UTC),
    				Mode:     0666,
    			},
    		},
    	},
    	// Tests that we verify (and accept valid) crc32s on files
    	// with crc32s in their file header (not in data descriptors)
    	{
    		Name: "crc32-not-streamed.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "foo.txt",
    				Content:  []byte("foo\n"),
    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)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const WUNTRACED = 2
    pkg syscall (netbsd-arm64-cgo), const WUNTRACED ideal-int
    pkg syscall (netbsd-arm64-cgo), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Accept(int) (int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Access(string, uint32) error
    pkg syscall (netbsd-arm64-cgo), func Adjtime(*Timeval, *Timeval) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    where <code>T</code> is the <a href="#Slice_types">element type</a> of
    <code>S</code> and the respective
    <a href="#Passing_arguments_to_..._parameters">parameter passing rules</a> apply.
    As a special case, <code>append</code> also accepts a first argument
    assignable to type <code>[]byte</code> with a second argument of
    string type followed by <code>...</code>. This form appends the
    bytes of the string.
    </p>
    
    <pre class="grammar">
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  6. .github/ISSUE_TEMPLATE/11-language-change.yml

        id: generics-proposal
        attributes:
          label: Is this about generics?
          description: If so, how does this relate to the accepted design and other generics proposals?
          placeholder: |
           Yes or No
    
           If yes, 
            1. how does this relate to the accepted design and other generics proposals?
    
        validations:
          required: true
    
      - type: textarea
        id: proposal
        attributes:
    Others
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (windows-386), const WSASYS_STATUS_LEN ideal-int
    pkg syscall (windows-386), const X509_ASN_ENCODING ideal-int
    pkg syscall (windows-386), func Accept(Handle) (Handle, Sockaddr, error)
    pkg syscall (windows-386), func AcceptEx(Handle, Handle, *uint8, uint32, uint32, uint32, *uint32, *Overlapped) error
    pkg syscall (windows-386), func Bind(Handle, Sockaddr) error
    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)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_ABORT2 = 463
    pkg syscall (freebsd-arm64), const SYS_ABORT2 ideal-int
    pkg syscall (freebsd-arm64), const SYS_ACCEPT = 30
    pkg syscall (freebsd-arm64), const SYS_ACCEPT ideal-int
    pkg syscall (freebsd-arm64), const SYS_ACCEPT4 = 541
    pkg syscall (freebsd-arm64), const SYS_ACCEPT4 ideal-int
    pkg syscall (freebsd-arm64), const SYS_ACCESS = 33
    pkg syscall (freebsd-arm64), const SYS_ACCESS ideal-int
    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.16.txt

    pkg syscall (darwin-arm64), const SO_WANTOOBFLAG ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCEPT = 30
    pkg syscall (darwin-arm64), const SYS_ACCEPT ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL = 404
    pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCESS = 33
    pkg syscall (darwin-arm64), const SYS_ACCESS ideal-int
    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)
  10. src/archive/zip/reader.go

    // and the GODEBUG environment variable contains `zipinsecurepath=0`,
    // OpenReader returns the reader with an ErrInsecurePath error.
    // A future version of Go may introduce this behavior by default.
    // Programs that want to accept non-local names can ignore
    // the ErrInsecurePath error and use the returned reader.
    func OpenReader(name string) (*ReadCloser, error) {
    	f, err := os.Open(name)
    	if err != nil {
    		return nil, err
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
Back to top