Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for notification (0.46 sec)

  1. PATENTS

    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    infringed only as a consequence of further modification of this
    implementation.  If you or your agent or exclusive licensee institute or
    order or agree to the institution of patent litigation against any
    entity (including a cross-claim or counterclaim in a lawsuit) alleging
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (freebsd-386), const MSG_EOR = 8
    pkg syscall (freebsd-386), const MSG_NBIO = 16384
    pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072
    pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192
    pkg syscall (freebsd-386), const MSG_OOB = 1
    pkg syscall (freebsd-386), const MSG_PEEK = 2
    pkg syscall (freebsd-386), const MSG_TRUNC = 16
    pkg syscall (freebsd-386), const MSG_WAITALL = 64
    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)
  3. LICENSE

    Copyright (c) 2009 The Go Authors. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
    
       * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
       * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 01 22:40:04 GMT 2016
    - 1.4K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const MSG_EOR ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_NBIO ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_OOB ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_PEEK ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_TRUNC 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)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MSG_NOSIGNAL = 131072 #53466
    pkg syscall (freebsd-riscv64), const MSG_NOSIGNAL ideal-int #53466
    pkg syscall (freebsd-riscv64), const MSG_NOTIFICATION = 8192 #53466
    pkg syscall (freebsd-riscv64), const MSG_NOTIFICATION ideal-int #53466
    pkg syscall (freebsd-riscv64), const MSG_OOB = 1 #53466
    pkg syscall (freebsd-riscv64), const MSG_OOB 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)
  6. src/archive/zip/struct.go

    	fDate = uint16(t.Day() + int(t.Month())<<5 + (t.Year()-1980)<<9)
    	fTime = uint16(t.Second()/2 + t.Minute()<<5 + t.Hour()<<11)
    	return
    }
    
    // ModTime returns the modification time in UTC using the legacy
    // [ModifiedDate] and [ModifiedTime] fields.
    //
    // Deprecated: Use [Modified] instead.
    func (h *FileHeader) ModTime() time.Time {
    	return msDosTimeToTime(h.ModifiedDate, h.ModifiedTime)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MSG_NOSIGNAL = 131072
    pkg syscall (freebsd-arm64), const MSG_NOSIGNAL ideal-int
    pkg syscall (freebsd-arm64), const MSG_NOTIFICATION = 8192
    pkg syscall (freebsd-arm64), const MSG_NOTIFICATION ideal-int
    pkg syscall (freebsd-arm64), const MSG_OOB = 1
    pkg syscall (freebsd-arm64), const MSG_OOB ideal-int
    pkg syscall (freebsd-arm64), const MSG_PEEK = 2
    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)
  8. src/bytes/buffer.go

    // The slice is valid for use only until the next buffer modification (that is,
    // only until the next call to a method like [Buffer.Read], [Buffer.Write], [Buffer.Reset], or [Buffer.Truncate]).
    // The slice aliases the buffer content at least until the next buffer modification,
    // so immediate changes to the slice will affect the result of future reads.
    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)
  9. src/archive/tar/common.go

    	//
    	// To use AccessTime or ChangeTime, specify the Format as PAX or GNU.
    	// To use sub-second resolution, specify the Format as PAX.
    	ModTime    time.Time // Modification time
    	AccessTime time.Time // Access time (requires either PAX or GNU support)
    	ChangeTime time.Time // Change time (requires either PAX or GNU support)
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  10. api/go1.txt

    pkg syscall (freebsd-386), const MSG_EOR ideal-int
    pkg syscall (freebsd-386), const MSG_NBIO ideal-int
    pkg syscall (freebsd-386), const MSG_NOSIGNAL ideal-int
    pkg syscall (freebsd-386), const MSG_NOTIFICATION ideal-int
    pkg syscall (freebsd-386), const MSG_OOB ideal-int
    pkg syscall (freebsd-386), const MSG_PEEK ideal-int
    pkg syscall (freebsd-386), const MSG_TRUNC 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