Home
last modified time | relevance | path

Searched defs:Binding (Results 1 – 25 of 4221) sorted by relevance

12345678910>>...169

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/data/
H A Dcdd_annot_types.ini21 id=2
22 type1=dimer interface
25 type4=trimer interface
33 id=3
40 id=4
42 type2=Zn binding site
43 type3=Fe binding site
45 type5=Ca binding site
46 type6=Mg binding site
47 type7=Ni binding site
[all …]
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dkeybindings.go17 type Binding struct { struct
18 ViewName string
19 Contexts []string
20 Handler func() error
21 Key interface{} // FIXME: find out how to get `gocui.Key | rune`
22 Modifier gocui.Modifier
23 Description string
24 Alternative string
25 Tag string // e.g. 'navigation'. Used for grouping things in the cheatsheet
26 OpensMenu bool
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DBindings.h31 typedef struct Binding struct
42 struct Binding *NextBinding; argument
43 } Binding; typedef
/dports/ftp/sftpgo/sftpgo-2.2.0/ftpd/
H A Dftpd.go36 type Binding struct { struct
40 Port int `json:"port" mapstructure:"port"`
78 Debug bool `json:"debug" mapstructure:"debug"`
79 ciphers []uint16
82 func (b *Binding) setCiphers() {
89 func (b *Binding) isMutualTLSEnabled() bool {
94 func (b *Binding) GetAddress() string {
99 func (b *Binding) IsValid() bool {
113 func (b *Binding) checkPassiveIP() error {
171 func (b *Binding) HasProxy() bool {
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A Dtexture.h73 struct Binding { struct
74 Binding(TfToken name, TfToken role, GLenum target, in Binding() function
88 typedef std::vector<Binding> BindingVector; argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dbinding-hash.h32 struct Binding { struct
33 explicit Binding(Index index) : index(index) {} in Binding() argument
34 Binding(const Location& loc, Index index) : loc(loc), index(index) {} in Binding() function
43 class BindingHash : public std::unordered_multimap<std::string, Binding> { argument
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dbinding-hash.h32 struct Binding { struct
33 explicit Binding(Index index) : index(index) {} in Binding() function
34 Binding(const Location& loc, Index index) : loc(loc), index(index) {} in Binding() function
43 class BindingHash : public std::unordered_multimap<std::string, Binding> { argument
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DBindings.h33 typedef struct Binding struct
45 struct Binding *NextBinding; argument
46 } Binding; typedef
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dbindings.h34 struct Binding struct
39 Binding(ArgT &&actions_) in Binding() argument
43 Binding(Actions::Type at) in Binding() argument
46 bool execute() const { in execute()
52 bool isSingle() const { in isSingle()
77 const Binding &binding() const { return std::get<0>(m_impl); } in binding() argument
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/glib/
H A Dgbinding.go19 type Binding struct { struct
20 *Object
23 func (v *Binding) native() *C.GBinding {
58 func (v *Binding) Unbind() {
63 func (v *Binding) GetSource() *Object {
73 func (v *Binding) GetSourceProperty() string {
79 func (v *Binding) GetTarget() *Object {
89 func (v *Binding) GetTargetProperty() string {
95 func (v *Binding) GetFlags() BindingFlags {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dgbinding.go19 type Binding struct { struct
20 *Object
23 func (v *Binding) native() *C.GBinding {
58 func (v *Binding) Unbind() {
63 func (v *Binding) GetSource() *Object {
73 func (v *Binding) GetSourceProperty() string {
79 func (v *Binding) GetTarget() *Object {
89 func (v *Binding) GetTargetProperty() string {
95 func (v *Binding) GetFlags() BindingFlags {
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgbinding.go19 type Binding struct { struct
20 *Object
23 func (v *Binding) native() *C.GBinding {
58 func (v *Binding) Unbind() {
63 func (v *Binding) GetSource() *Object {
73 func (v *Binding) GetSourceProperty() string {
79 func (v *Binding) GetTarget() *Object {
89 func (v *Binding) GetTargetProperty() string {
95 func (v *Binding) GetFlags() BindingFlags {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dgbinding.go19 type Binding struct { struct
20 *Object
23 func (v *Binding) native() *C.GBinding {
58 func (v *Binding) Unbind() {
63 func (v *Binding) GetSource() *Object {
73 func (v *Binding) GetSourceProperty() string {
79 func (v *Binding) GetTarget() *Object {
89 func (v *Binding) GetTargetProperty() string {
95 func (v *Binding) GetFlags() BindingFlags {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgbinding.go19 type Binding struct { struct
20 *Object
23 func (v *Binding) native() *C.GBinding {
58 func (v *Binding) Unbind() {
63 func (v *Binding) GetSource() *Object {
73 func (v *Binding) GetSourceProperty() string {
79 func (v *Binding) GetTarget() *Object {
89 func (v *Binding) GetTargetProperty() string {
95 func (v *Binding) GetFlags() BindingFlags {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/dhcpd/
H A Ddat.h8 typedef struct Binding Binding; typedef
9 struct Binding struct
11 Binding *next; argument
12 uchar ip[IPaddrlen];
14 char *boundto; /* id last bound to */
15 char *offeredto; /* id we've offered this to */
17 long lease; /* absolute time at which binding expires */
18 long expoffer; /* absolute time at which offer times out */
19 long offer; /* lease offered */
22 long tried; /* last time we tried this entry */
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vs/
H A Dstruct_binding.go19 type Binding struct { struct
20 TemplateId string `json:"TemplateId" xml:"TemplateId"`
21 Error string `json:"Error" xml:"Error"`
22 InstanceId string `json:"InstanceId" xml:"InstanceId"`
23 InstanceType string `json:"InstanceType" xml:"InstanceType"`
/dports/deskutils/just/just-0.10.5/src/
H A Dbinding.rs5 pub(crate) struct Binding<'src, V = String> { struct
8 /// Binding name argument
10 /// Binding value argument
14 impl<'src, V> Keyed<'src> for Binding<'src, V> { argument
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DShaderProgram.h105 struct Binding struct
107 Binding(int a, int b) : first(a), second(b) { } in Binding() argument
109 Binding() : first(-1), second(-1) { } in Binding() argument
115 bool Active() { return first != -1 || second != -1; } in Active()
117 int first;
118 int second;
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dbinding.h27 struct RTLIL::Binding struct
37 virtual ~Binding() {} in ~Binding() argument
51 RTLIL::IdString target_name;
55 RTLIL::IdString attr_name;
/dports/ftp/sftpgo/sftpgo-2.2.0/webdavd/
H A Dwebdavd.go70 type Binding struct { struct
72 Address string `json:"address" mapstructure:"address"`
74 Port int `json:"port" mapstructure:"port"`
76 EnableHTTPS bool `json:"enable_https" mapstructure:"enable_https"`
79 ClientAuthType int `json:"client_auth_type" mapstructure:"client_auth_type"`
93 Prefix string `json:"prefix" mapstructure:"prefix"`
96 allowHeadersFrom []func(net.IP) bool
99 func (b *Binding) parseAllowedProxy() error {
108 func (b *Binding) isMutualTLSEnabled() bool {
113 func (b *Binding) GetAddress() string {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/gobject/auto/
H A Dbinding.rs18 impl Binding { implementation
53 unsafe impl Send for Binding {} implementation
54 unsafe impl Sync for Binding {} implementation
56 impl fmt::Display for Binding { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/gobject/auto/
H A Dbinding.rs18 impl Binding { impl
53 unsafe impl Send for Binding {} implementation
54 unsafe impl Sync for Binding {} implementation
56 impl fmt::Display for Binding { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/gobject/auto/
H A Dbinding.rs18 impl Binding { implementation
53 unsafe impl Send for Binding {} implementation
54 unsafe impl Sync for Binding {} implementation
56 impl fmt::Display for Binding { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/gobject/auto/
H A Dbinding.rs18 impl Binding { impl
53 unsafe impl Send for Binding {} implementation
54 unsafe impl Sync for Binding {} implementation
56 impl fmt::Display for Binding { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/gobject/auto/
H A Dbinding.rs18 impl Binding { implementation
53 unsafe impl Send for Binding {} implementation
54 unsafe impl Sync for Binding {} implementation
56 impl fmt::Display for Binding { implementation

12345678910>>...169