Search Options

Results per page
Sort
Preferred Languages
Advance

Results 331 - 333 of 333 for undelegate (0.07 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), func TimevalToNsec(Timeval) int64
    pkg syscall (freebsd-386-cgo), func Truncate(string, int64) error
    pkg syscall (freebsd-386-cgo), func Umask(int) int
    pkg syscall (freebsd-386-cgo), func Undelete(string) error
    pkg syscall (freebsd-386-cgo), func UnixRights(...int) []uint8
    pkg syscall (freebsd-386-cgo), func Unmount(string, int) error
    pkg syscall (freebsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  2. doc/go_spec.html

    [T int|string]               // = [T interface{int|string}]
    type Constraint ~int         // illegal: ~int is not in a type parameter list
    </pre>
    
    <!--
    We should be able to simplify the rules for comparable or delegate some of them
    elsewhere since we have a section that clearly defines how interfaces implement
    other interfaces based on their type sets. But this should get us going for now.
    -->
    
    <p>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    starts at indicatorUnset after a reset. Invoking an // approved service transitions to indicatorTrue. Invoking a non-approved // service transitions to indicatorFalse, and it can't leave that state until a // reset. The idea is that functions can "delegate" checks to inner functions, // and if there's anything non-approved in the stack, the final result is // negative. Finally, we expose indicatorUnset as negative to the user, so that // we don't need to explicitly annotate fully non-approved services....
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top