Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for existent (0.2 sec)

  1. misc/ios/README

    will select the device:
    
    	GOOS=ios GOARCH=arm64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
    
    Note that the go_darwin_$GOARCH_exec wrapper uninstalls any existing app identified by
    the bundle id before installing a new app. If the uninstalled app is the last app by
    the developer identity, the device might also remove the permission to run apps from
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 29 21:49:26 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), const NameUnknown ideal-int
    pkg syscall (windows-386), const NameUserPrincipal ideal-int
    pkg syscall (windows-386), const OPEN_ALWAYS ideal-int
    pkg syscall (windows-386), const OPEN_EXISTING ideal-int
    pkg syscall (windows-386), const PAGE_EXECUTE_READ ideal-int
    pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE ideal-int
    pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY ideal-int
    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 (1)
  3. doc/godebug.md

    It is also possible to set the default `GODEBUG` for a given program
    (discussed below).
    
    When preparing any change that is permitted by Go 1 compatibility
    but may nonetheless break some existing programs,
    we first engineer the change to keep as many existing programs working as possible.
    For the remaining programs,
    we define a new GODEBUG setting that
    allows individual programs to opt back in to the old behavior.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  4. doc/README.md

    # Release Notes
    
    The `initial` and `next` subdirectories of this directory are for release notes.
    
    ## For developers
    
    Release notes should be added to `next` by editing existing files or creating
    new files. **Do not add RELNOTE=yes comments in CLs.** Instead, add a file to
    the CL (or ask the author to do so).
    
    At the end of the development cycle, the files will be merged by being
    concatenated in sorted order by pathname. Files in the directory matching the
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), const NameUnknown = 0
    pkg syscall (windows-386), const NameUserPrincipal = 8
    pkg syscall (windows-386), const OPEN_ALWAYS = 4
    pkg syscall (windows-386), const OPEN_EXISTING = 3
    pkg syscall (windows-386), const O_APPEND = 1024
    pkg syscall (windows-386), const O_ASYNC = 8192
    pkg syscall (windows-386), const O_CLOEXEC = 524288
    pkg syscall (windows-386), const O_CREAT = 64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top