Home
last modified time | relevance | path

Searched refs:toAdd (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/dports/games/flare-engine/flare-engine-1.12/src/
H A DAStarNode.cpp60 Point toAdd; in getNeighbours() local
65 res.push_back(toAdd); in getNeighbours()
70 res.push_back(toAdd); in getNeighbours()
75 res.push_back(toAdd); in getNeighbours()
80 res.push_back(toAdd); in getNeighbours()
84 toAdd.y = y; in getNeighbours()
85 res.push_back(toAdd); in getNeighbours()
88 toAdd.x = x; in getNeighbours()
90 res.push_back(toAdd); in getNeighbours()
94 toAdd.y = y; in getNeighbours()
[all …]
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/fontawesome/src/_plugins/
H A Dflatten_icon_filters.rb11 toAdd = []
13 toAdd.push(icon["class"].downcase) # Add class as a filter value
18 toAdd.push(iconAlias.downcase)
25 toAdd.push(iconFilter.downcase)
28 flattened.merge(toAdd)
30 print toAdd if toAdd.include? true
31 print toAdd if toAdd.include? false
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/file/
H A DChmod.java187 if (r) toAdd.add(OWNER_READ); in compile()
188 if (w) toAdd.add(OWNER_WRITE); in compile()
192 if (r) toAdd.add(GROUP_READ); in compile()
193 if (w) toAdd.add(GROUP_WRITE); in compile()
197 if (r) toAdd.add(OTHERS_READ); in compile()
221 if (r) toAdd.add(OWNER_READ); in compile()
223 if (w) toAdd.add(OWNER_WRITE); in compile()
229 if (r) toAdd.add(GROUP_READ); in compile()
231 if (w) toAdd.add(GROUP_WRITE); in compile()
237 if (r) toAdd.add(OTHERS_READ); in compile()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/nio/file/
H A DChmod.java187 if (r) toAdd.add(OWNER_READ); in compile()
188 if (w) toAdd.add(OWNER_WRITE); in compile()
192 if (r) toAdd.add(GROUP_READ); in compile()
193 if (w) toAdd.add(GROUP_WRITE); in compile()
197 if (r) toAdd.add(OTHERS_READ); in compile()
221 if (r) toAdd.add(OWNER_READ); in compile()
223 if (w) toAdd.add(OWNER_WRITE); in compile()
229 if (r) toAdd.add(GROUP_READ); in compile()
231 if (w) toAdd.add(GROUP_WRITE); in compile()
237 if (r) toAdd.add(OTHERS_READ); in compile()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dfind-unneeded-includes32 def ignoreRemoval(include, toAdd, absFileName, moduleRules):
38 if hdl in toAdd:
57 if value in toAdd:
70 if include == k and v in toAdd:
80 if include == k and v in toAdd:
88 if include == "boost/variant.hpp" and "boost/variant/variant.hpp" in toAdd:
103 if include == k and v in toAdd:
128 if include in toAdd:
156 toAdd = []
194 toAdd.append(include)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/
H A Dfind-unneeded-includes32 def ignoreRemoval(include, toAdd, absFileName, moduleRules):
38 if hdl in toAdd:
57 if value in toAdd:
70 if include == k and v in toAdd:
80 if include == k and v in toAdd:
88 if include == "boost/variant.hpp" and "boost/variant/variant.hpp" in toAdd:
103 if include == k and v in toAdd:
124 if include in toAdd:
152 toAdd = []
190 toAdd.append(include)
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go28 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
29 return p.ChangedBindings(toAdd, nil)
36 func (p *Policy) ChangedBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated …
37 if toAdd == nil && toRemove == nil {
42 if toAdd != nil {
43 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
57 if toAdd != nil {
58 if toAdd.Roles.Includes(bind.Role) {
82 if toAdd != nil {
83 for r := range toAdd.Roles {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_policy.go36 func (p *Policy) AddBindings(toAdd *PolicyDelta) (changed bool, updated *Policy) {
37 return p.ChangeBindings(toAdd, nil)
44 func (p *Policy) ChangeBindings(toAdd *PolicyDelta, toRemove *PolicyDelta) (changed bool, updated *…
45 if toAdd == nil && toRemove == nil {
50 if toAdd != nil {
51 toAddMem = fmt.Sprintf(ServiceAccountMemberTmpl, toAdd.Email)
65 if toAdd != nil {
66 if toAdd.Roles.Includes(bind.Role) {
90 if toAdd != nil {
91 for r := range toAdd.Roles {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestFSDirectory.java318 toAdd.add(generatedXAttrs.get(0)); in testXAttrMultiAddRemoveErrors()
319 toAdd.add(generatedXAttrs.get(1)); in testXAttrMultiAddRemoveErrors()
320 toAdd.add(generatedXAttrs.get(2)); in testXAttrMultiAddRemoveErrors()
321 toAdd.add(generatedXAttrs.get(0)); in testXAttrMultiAddRemoveErrors()
332 toAdd.remove(generatedXAttrs.get(0)); in testXAttrMultiAddRemoveErrors()
350 toAdd.remove(generatedXAttrs.get(0)); in testXAttrMultiAddRemoveErrors()
355 for (XAttr x : toAdd) { in testXAttrMultiAddRemoveErrors()
361 toAdd = Lists.newArrayList(); in testXAttrMultiAddRemoveErrors()
368 toAdd.add(xAttr); in testXAttrMultiAddRemoveErrors()
380 toAdd = Lists.newArrayList(); in testXAttrMultiAddRemoveErrors()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DTestBase.Generic.cs187 T toAdd = CreateT(seed++); in CreateList()
188 …while (list.Contains(toAdd) || (match != null && match.Contains(toAdd))) // Don't want any unexpec… in CreateList()
189 toAdd = CreateT(seed++); in CreateList()
190 list.Add(toAdd); in CreateList()
192 list.Add(toAdd); in CreateList()
231 T toAdd = CreateT(seed++); in CreateHashSet()
233 toAdd = CreateT(seed++); in CreateHashSet()
234 set.Add(toAdd); in CreateHashSet()
273 T toAdd = CreateT(seed++); in CreateSortedSet()
275 toAdd = CreateT(seed++); in CreateSortedSet()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/ingestor/ranges/
H A Dtracker_test.go38 type toAdd struct {
48 additions []toAdd
76 additions: []toAdd{{10, 0, true, false, false}},
83 additions: []toAdd{{0, 105, true, false, false}},
91 additions: []toAdd{{9, 10, true, false, false}},
98 additions: []toAdd{
108 additions: []toAdd{{0, 19, false, false, true}},
115 additions: []toAdd{
125 additions: []toAdd{
137 additions: []toAdd{{0, 100, false, true, true}},
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DSchemaInfo.hpp123 void addSchemaInfo(SchemaInfo* const toAdd, const ListType aListType);
287 inline void SchemaInfo::addSchemaInfo(SchemaInfo* const toAdd, in addSchemaInfo() argument
295 if (!fImportedInfoList->containsElement(toAdd)) { in addSchemaInfo()
297 fImportedInfoList->addElement(toAdd); in addSchemaInfo()
298 toAdd->updateImportingInfo(this); in addSchemaInfo()
309 if (!fIncludeInfoList->containsElement(toAdd)) { in addSchemaInfo()
311 fIncludeInfoList->addElement(toAdd); in addSchemaInfo()
317 if (toAdd->fIncludeInfoList) { in addSchemaInfo()
318 if (toAdd->fIncludeInfoList != fIncludeInfoList) { in addSchemaInfo()
319 XMLSize_t size = toAdd->fIncludeInfoList->size(); in addSchemaInfo()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DSchemaInfo.hpp123 void addSchemaInfo(SchemaInfo* const toAdd, const ListType aListType);
287 inline void SchemaInfo::addSchemaInfo(SchemaInfo* const toAdd, in addSchemaInfo() argument
295 if (!fImportedInfoList->containsElement(toAdd)) { in addSchemaInfo()
297 fImportedInfoList->addElement(toAdd); in addSchemaInfo()
298 toAdd->updateImportingInfo(this); in addSchemaInfo()
309 if (!fIncludeInfoList->containsElement(toAdd)) { in addSchemaInfo()
311 fIncludeInfoList->addElement(toAdd); in addSchemaInfo()
317 if (toAdd->fIncludeInfoList) { in addSchemaInfo()
318 if (toAdd->fIncludeInfoList != fIncludeInfoList) { in addSchemaInfo()
319 XMLSize_t size = toAdd->fIncludeInfoList->size(); in addSchemaInfo()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dreconcile_schema.go38 v.toAdd = nil
54 toAdd *fieldpath.Set // paths to add after any removals member
97 if v2.toAdd != nil {
98 if v.toAdd == nil {
99 v.toAdd = v2.toAdd
101 v.toAdd = v.toAdd.Union(v2.toAdd)
105 v2.toAdd = nil
142 if v.toAdd != nil || v.toRemove != nil {
147 if v.toAdd != nil {
148 out = out.Union(v.toAdd)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dreconcile_schema.go38 v.toAdd = nil
54 toAdd *fieldpath.Set // paths to add after any removals member
97 if v2.toAdd != nil {
98 if v.toAdd == nil {
99 v.toAdd = v2.toAdd
101 v.toAdd = v.toAdd.Union(v2.toAdd)
105 v2.toAdd = nil
142 if v.toAdd != nil || v.toRemove != nil {
147 if v.toAdd != nil {
148 out = out.Union(v.toAdd)
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.0.2/typed/
H A Dreconcile_schema.go38 v.toAdd = nil
54 toAdd *fieldpath.Set // paths to add after any removals member
97 if v2.toAdd != nil {
98 if v.toAdd == nil {
99 v.toAdd = v2.toAdd
101 v.toAdd = v.toAdd.Union(v2.toAdd)
105 v2.toAdd = nil
142 if v.toAdd != nil || v.toRemove != nil {
147 if v.toAdd != nil {
148 out = out.Union(v.toAdd)
[all …]

12345678910>>...46