/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/ |
H A D | BindWindow.cpp | 39 bindName = ""; in CommonInit() 71 idStr::snPrintf( ret, sizeof( ret ), "clearbind \"%s\"", bindName.GetName()); in HandleEvent() 73 idStr::snPrintf( ret, sizeof( ret ), "bind %i \"%s\"", key, bindName.GetName()); in HandleEvent() 90 return &bindName; in GetWinVarByName() 98 bindName.SetGuiInfo( gui->GetStateDict(), bindName ); in PostParse() 99 bindName.Update(); in PostParse() 110 } else if ( bindName.Length() ) { in Draw() 111 str = bindName.c_str(); in Draw() 127 bindName.Update(); in Activate()
|
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/ |
H A D | HsDecl.hs | 3 module GHC.Util.HsDecl (declName,bindName) 33 bindName :: LHsBind GhcPs -> Maybe String 34 bindName (L _ FunBind{fun_id}) = Just $ rdrNameStr fun_id function 35 bindName (L _ VarBind{var_id}) = Just $ occNameStr var_id function 36 bindName _ = Nothing function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/ |
H A D | HsDecl.hs | 3 module GHC.Util.HsDecl (declName,bindName) 33 bindName :: LHsBind GhcPs -> Maybe String 34 bindName (L _ FunBind{fun_id}) = Just $ rdrNameStr fun_id function 35 bindName (L _ VarBind{var_id}) = Just $ occNameStr var_id function 36 bindName _ = Nothing function
|
/dports/sysutils/consul/consul-1.10.3/agent/consul/ |
H A D | acl_authmethod.go | 78 …bindName, valid, err := computeBindingRuleBindName(rule.BindType, rule.BindName, verifiedIdentity.… 82 …rn nil, fmt.Errorf("computed %q bind name for bind target is invalid: %q", rule.BindType, bindName) 88 ServiceName: bindName, 93 NodeName: bindName, 98 _, role, err := s.fsm.State().ACLRoleGetByName(nil, bindName, targetMeta)
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/ |
H A D | acl_authmethod.go | 78 …bindName, valid, err := computeBindingRuleBindName(rule.BindType, rule.BindName, verifiedIdentity.… 82 …rn nil, fmt.Errorf("computed %q bind name for bind target is invalid: %q", rule.BindType, bindName) 88 ServiceName: bindName, 93 NodeName: bindName, 98 _, role, err := s.fsm.State().ACLRoleGetByName(nil, bindName, targetMeta)
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/ |
H A D | acl_authmethod.go | 78 …bindName, valid, err := computeBindingRuleBindName(rule.BindType, rule.BindName, verifiedIdentity.… 82 …rn nil, fmt.Errorf("computed %q bind name for bind target is invalid: %q", rule.BindType, bindName) 88 ServiceName: bindName, 93 NodeName: bindName, 98 _, role, err := s.fsm.State().ACLRoleGetByName(nil, bindName, targetMeta)
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/ |
H A D | acl_authmethod.go | 78 …bindName, valid, err := computeBindingRuleBindName(rule.BindType, rule.BindName, verifiedIdentity.… 82 …rn nil, fmt.Errorf("computed %q bind name for bind target is invalid: %q", rule.BindType, bindName) 88 ServiceName: bindName, 93 NodeName: bindName, 98 _, role, err := s.fsm.State().ACLRoleGetByName(nil, bindName, targetMeta)
|
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/ |
H A D | semtbp.c | 1055 strcmp(curr->bindName, curr2->bindName) == 0 && in resolveGeneric() 1679 if (strcmp(curr->bindName, curr2->bindName) == 0) { in inheritTbps() 1909 if (!curr->bindName) { in addToDtype() 2156 curr->bindName = nameCpy; in enqueueTbp() 2206 FREE(curr->bindName); in initTbp() 2290 if (curr->bindName && in addPassArg() 2322 if (curr->bindName && in addPrivateAttribute() 2354 if (curr->bindName && in addPublicAttribute() 2408 if (curr->bindName && in addDeferredTbp() 2521 if (curr->bindName && in addNonOverridableTbp() [all …]
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/bindingrule/update/ |
H A D | bindingrule_update.go | 30 bindName string member 75 &c.bindName, 136 } else if c.bindName == "" { 147 BindName: c.bindName, 160 if c.bindName != "" { 161 rule.BindName = c.bindName
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/ |
H A D | acl_authmethod.go | 77 bindName, valid, err := computeBindingRuleBindName(rule.BindType, rule.BindName, verifiedFields) 81 …l, nil, fmt.Errorf("computed %q bind name for bind target is invalid: %q", rule.BindType, bindName) 87 ServiceName: bindName, 91 _, role, err := s.fsm.State().ACLRoleGetByName(nil, bindName, targetMeta)
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/xpcom/src/ |
H A D | nsLDAPOperation.cpp | 203 mBindName(bindName), in SaslBindRunnable() 236 nsAutoCString bindName; in SaslBind() local 242 rv = mConnection->GetBindName(bindName); in SaslBind() 247 NS_ConvertUTF8toUTF16(bindName).get(), nullptr); in SaslBind() 269 nsAutoCString bindName; in SaslStep() local 280 rv = mConnection->GetBindName(bindName); in SaslStep() 311 mBindName(bindName), in SimpleBindRunnable() 343 nsAutoCString bindName; in SimpleBind() local 356 rv = connection->GetBindName(bindName); in SimpleBind() 361 bindName.get())); in SimpleBind() [all …]
|
/dports/sysutils/consul/consul-1.10.3/command/acl/bindingrule/update/ |
H A D | bindingrule_update.go | 32 bindName string member 78 &c.bindName, 146 } else if c.bindName == "" { 157 BindName: c.bindName, 170 if c.bindName != "" { 171 rule.BindName = c.bindName
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/bindingrule/update/ |
H A D | bindingrule_update.go | 32 bindName string member 78 &c.bindName, 146 } else if c.bindName == "" { 157 BindName: c.bindName, 170 if c.bindName != "" { 171 rule.BindName = c.bindName
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/bindingrule/update/ |
H A D | bindingrule_update.go | 32 bindName string member 78 &c.bindName, 146 } else if c.bindName == "" { 157 BindName: c.bindName, 170 if c.bindName != "" { 171 rule.BindName = c.bindName
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/bindingrule/update/ |
H A D | bindingrule_update.go | 32 bindName string member 78 &c.bindName, 146 } else if c.bindName == "" { 157 BindName: c.bindName, 170 if c.bindName != "" { 171 rule.BindName = c.bindName
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/bindingrule/create/ |
H A D | bindingrule_create.go | 29 bindName string member 72 &c.bindName, 99 } else if c.bindName == "" { 109 BindName: c.bindName,
|
/dports/sysutils/consul/consul-1.10.3/command/acl/bindingrule/create/ |
H A D | bindingrule_create.go | 30 bindName string member 74 &c.bindName, 107 } else if c.bindName == "" { 117 BindName: c.bindName,
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/bindingrule/create/ |
H A D | bindingrule_create.go | 30 bindName string member 74 &c.bindName, 107 } else if c.bindName == "" { 117 BindName: c.bindName,
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/bindingrule/create/ |
H A D | bindingrule_create.go | 30 bindName string member 74 &c.bindName, 107 } else if c.bindName == "" { 117 BindName: c.bindName,
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/bindingrule/create/ |
H A D | bindingrule_create.go | 30 bindName string member 74 &c.bindName, 107 } else if c.bindName == "" { 117 BindName: c.bindName,
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/modules/ |
H A D | LDAPConnection.jsm | 21 get bindName() { 25 init(url, bindName, listener, closure, version) { 34 this._bindName = bindName;
|
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/ |
H A D | compiler.go | 204 idx, _ = s.bindName(name) 213 func (s *scope) bindName(name string) (uint32, bool) { func 215 return s.outer.bindName(name) 228 return s.outer.bindName(name) 277 c.p.code[l+int(nameIdx)] = bindName(name) 315 idx, ok := c.scope.bindName(item.Name) 328 code[nameIdx] = bindName(name) 394 idx, ok := c.scope.bindName(v.Function.Name.Name)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/ |
H A D | mod-file.cpp | 259 PutAttrs(decls_, symbol.attrs(), x.bindName(), ""s); in PutSymbol() 346 PutAttrs(os, bindAttrs, details.bindName(), " "s, ""s); in PutSubprogram() 591 MaybeExpr bindName; in PutEntity() local 593 [&](const SubprogramDetails &x) { bindName = x.bindName(); }, in PutEntity() 594 [&](const ObjectEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 595 [&](const ProcEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 599 PutAttrs(os, attrs, bindName); in PutEntity() 606 const MaybeExpr &bindName, std::string before, std::string after) { in PutAttrs() argument 609 if (bindName) { in PutAttrs() 610 bindName->AsFortran(os << before << "bind(c, name=") << ')' << after; in PutAttrs()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/ |
H A D | mod-file.cpp | 256 PutAttrs(decls_, symbol.attrs(), x.bindName(), ""s); in PutSymbol() 336 PutAttrs(os, bindAttrs, details.bindName(), " "s, ""s); in PutSubprogram() 581 MaybeExpr bindName; in PutEntity() local 583 [&](const SubprogramDetails &x) { bindName = x.bindName(); }, in PutEntity() 584 [&](const ObjectEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 585 [&](const ProcEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 589 PutAttrs(os, attrs, bindName); in PutEntity() 596 const MaybeExpr &bindName, std::string before, std::string after) { in PutAttrs() argument 599 if (bindName) { in PutAttrs() 600 bindName->AsFortran(os << before << "bind(c, name=") << ')' << after; in PutAttrs()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/ |
H A D | mod-file.cpp | 273 PutAttrs(decls_, symbol.attrs(), x.bindName(), ""s); in PutSymbol() 364 PutAttrs(os, bindAttrs, details.bindName(), " "s, ""s); in PutSubprogram() 638 MaybeExpr bindName; in PutEntity() local 640 [&](const SubprogramDetails &x) { bindName = x.bindName(); }, in PutEntity() 641 [&](const ObjectEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 642 [&](const ProcEntityDetails &x) { bindName = x.bindName(); }, in PutEntity() 646 PutAttrs(os, attrs, bindName); in PutEntity() 653 const MaybeExpr &bindName, std::string before, std::string after) { in PutAttrs() argument 656 if (bindName) { in PutAttrs() 657 bindName->AsFortran(os << before << "bind(c, name=") << ')' << after; in PutAttrs()
|