Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 87 for data_gen (0.14 sec)

  1. src/syscall/ztypes_openbsd_ppc64.go

    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp  BpfTimeval
    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	Ifidx   uint16
    	Flowid  uint16
    	Flags   uint8
    	Drops   uint8
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. src/syscall/ztypes_netbsd_arm64.go

    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [6]byte
    }
    
    type BpfTimeval struct {
    	Sec  int64
    	Usec int64
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  3. pkg/ctrlz/assets/static/js/bootstrap-4.0.0.min.js

    steners()}var I=a.prototype;return I.enable=function(){this._isEnabled=!0},I.disable=function(){this._isEnabled=!1},I.toggleEnabled=function(){this._isEnabled=!this._isEnabled},I.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 47.8K bytes
    - Viewed (0)
  4. src/syscall/ztypes_openbsd_arm.go

    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 12 02:35:39 UTC 2018
    - 6.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_dragonfly_amd64.go

    	Pad_cgo_0 [4]byte
    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    Timeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [6]byte
    }
    
    const (
    	_AT_FDCWD = 0xfffafdcd
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go

    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp  Timeval
    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	_       [6]byte
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_darwin_arm64.go

    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    Timeval32
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    const (
    	_AT_FDCWD = -0x2
    )
    
    type Termios struct {
    	Iflag     uint64
    	Oflag     uint64
    	Cflag     uint64
    	Lflag     uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  8. src/syscall/ztypes_openbsd_riscv64.go

    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp  BpfTimeval
    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	Ifidx   uint16
    	Flowid  uint16
    	Flags   uint8
    	Drops   uint8
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_amd64.go

    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  10. src/syscall/ztypes_darwin_amd64.go

    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    Timeval32
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    const (
    	_AT_FDCWD = -0x2
    )
    
    type Termios struct {
    	Iflag     uint64
    	Oflag     uint64
    	Cflag     uint64
    	Lflag     uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
Back to top