Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for auth (0.32 sec)

  1. api/go1.13.txt

    pkg log, func Writer() io.Writer
    pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT = 1
    pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH = 32
    pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV = 80
    pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV Priority
    pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. misc/chrome/gophertool/README.txt

    To install:
    
    1) chrome://extensions/
    2) click "[+] Developer Mode" in top right
    3) "Load unpacked extension..."
    4) pick $GOROOT/misc/chrome/gophertool
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 23 21:27:51 GMT 2011
    - 194 bytes
    - Viewed (0)
  3. src/cmd/cgo/doc.go

    These special cases were introduced in Go 1.10. For auto-updating code
    from Go 1.9 and earlier, use the cftype or jni rewrites in the Go fix tool:
    
    	go tool fix -r cftype <pkg>
    	go tool fix -r jni <pkg>
    
    It will replace nil with 0 in the appropriate places.
    
    The EGLDisplay case was introduced in Go 1.12. Use the egl rewrite
    to auto-update code from Go 1.11 and earlier:
    
    	go tool fix -r egl <pkg>
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This input extends auto-generated amd64enc.s test suite
    // with manually added tests.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    	// AVX2GATHER: basic combinations.
    	VPGATHERDQ Y2, (BP)(X7*2), Y1           // c4e2ed904c7d00
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg log, const Lshortfile = 16
    pkg log, const LstdFlags = 3
    pkg log, const Ltime = 2
    pkg log/syslog (darwin-386), const LOG_ALERT = 1
    pkg log/syslog (darwin-386), const LOG_AUTH = 32
    pkg log/syslog (darwin-386), const LOG_AUTH Priority
    pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80
    pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority
    pkg log/syslog (darwin-386), const LOG_CRIT = 2
    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. go.env

    GOPROXY=https://proxy.golang.org,direct
    GOSUMDB=sum.golang.org
    
    # Automatically download newer toolchains as directed by go.mod files.
    # See https://go.dev/doc/toolchain for details.
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 06 19:18:46 GMT 2023
    - 505 bytes
    - Viewed (0)
  7. doc/README.md

    ideally referring to a person with the responsibility to complete the note.
    
    Use the following forms in your markdown:
    
    	[http.Request]                     # symbol documentation; auto-linked as in Go doc strings
    	[#12345](/issue/12345)             # GitHub issues
    	[CL 6789](/cl/6789)                # Gerrit changelists
    
    ## For the release team
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/parse.go

    	case "SB":
    		addr.Name = obj.NAME_EXTERN
    		if isStatic {
    			addr.Name = obj.NAME_STATIC
    		}
    	case "SP":
    		addr.Name = obj.NAME_AUTO // The pseudo-stack.
    	default:
    		p.errorf("expected pseudo-register; found %s", reg)
    	}
    	if prefix == '$' {
    		addr.Type = obj.TYPE_ADDR
    	}
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (openbsd-386), const IP_IPSECFLOWINFO ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED 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)
  10. api/go1.16.txt

    # darwin arm64 port
    pkg log/syslog (darwin-arm64), const LOG_ALERT = 1
    pkg log/syslog (darwin-arm64), const LOG_ALERT Priority
    pkg log/syslog (darwin-arm64), const LOG_AUTH = 32
    pkg log/syslog (darwin-arm64), const LOG_AUTH Priority
    pkg log/syslog (darwin-arm64), const LOG_AUTHPRIV = 80
    pkg log/syslog (darwin-arm64), const LOG_AUTHPRIV Priority
    pkg log/syslog (darwin-arm64), const LOG_CRIT = 2
    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)
Back to top