/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/internal/ |
H A D | merge-inl-post.h | 24 struct merge { struct 25 using impl = merge_impl<TypeClass>; argument 28 static void go(const T& src, T& dst) { impl::template go<T>(src, dst); } in go() 29 static void go(T&& src, T& dst) { impl::template go<T>(std::move(src), dst); } in go() 31 static void go( in go() 41 static void go( in go() 52 static void go(const std::unique_ptr<T>& src, std::unique_ptr<T>& dst) { in go() 77 struct merge_impl { argument
|
/dports/science/tinker/tinker/source/ |
H A D | merge.f | 20 subroutine merge (iref) subroutine 27 integer i,j,k 28 integer iref 29 integer ntotal 37 10 format (/,' MERGE -- The Maximum of',i8,' Atoms',
|
/dports/sysutils/terraform/terraform-1.0.11/internal/configs/ |
H A D | module_merge.go | 26 func (p *Provider) merge(op *Provider) hcl.Diagnostics { func 38 func (v *Variable) merge(ov *Variable) hcl.Diagnostics { func 108 func (l *Local) merge(ol *Local) hcl.Diagnostics { func 121 func (o *Output) merge(oo *Output) hcl.Diagnostics { func 149 func (mc *ModuleCall) merge(omc *ModuleCall) hcl.Diagnostics { func 190 func (r *Resource) merge(or *Resource, rps map[string]*RequiredProvider) hcl.Diagnostics { func
|
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/configs/ |
H A D | module_merge.go | 26 func (p *Provider) merge(op *Provider) hcl.Diagnostics { func 50 func (v *Variable) merge(ov *Variable) hcl.Diagnostics { func 115 func (l *Local) merge(ol *Local) hcl.Diagnostics { func 128 func (o *Output) merge(oo *Output) hcl.Diagnostics { func 156 func (mc *ModuleCall) merge(omc *ModuleCall) hcl.Diagnostics { func 193 func (r *Resource) merge(or *Resource) hcl.Diagnostics { func
|
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/configs/ |
H A D | module_merge.go | 26 func (p *Provider) merge(op *Provider) hcl.Diagnostics { func 50 func (v *Variable) merge(ov *Variable) hcl.Diagnostics { func 115 func (l *Local) merge(ol *Local) hcl.Diagnostics { func 128 func (o *Output) merge(oo *Output) hcl.Diagnostics { func 156 func (mc *ModuleCall) merge(omc *ModuleCall) hcl.Diagnostics { func 193 func (r *Resource) merge(or *Resource) hcl.Diagnostics { func
|
/dports/www/links/links-2.25/graphics/ |
H A D | clip.c | 104 int merge[]={}; variable 150 int merge[]={}; variable 172 int merge[]={}; variable 250 int merge[]={}; variable 285 int merge[]={}; variable 373 int merge[]={}; variable 461 int merge[]={}; variable 534 int merge[]={ variable 721 int merge[]={}; variable 731 int merge[]={}; variable [all …]
|
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/ |
H A D | rules.cpp | 87 static void applyColor (const Color& base, Color& c, bool merge) in applyColor() 96 static void colorizeBlocked (Task& task, const Color& base, Color& c, bool merge) in colorizeBlocked() 103 static void colorizeBlocking (Task& task, const Color& base, Color& c, bool merge) in colorizeBlocking() 110 static void colorizeTagged (Task& task, const Color& base, Color& c, bool merge) in colorizeTagged() 117 static void colorizeActive (Task& task, const Color& base, Color& c, bool merge) in colorizeActive() 135 static void colorizeUntil (Task& task, const Color& base, Color& c, bool merge) in colorizeUntil() 171 static void colorizeTagNone (Task& task, const Color& base, Color& c, bool merge) in colorizeTagNone() 225 static void colorizeDue (Task& task, const Color& base, Color& c, bool merge) in colorizeDue() 239 static void colorizeOverdue (Task& task, const Color& base, Color& c, bool merge) in colorizeOverdue() 260 static void colorizeDeleted (Task& task, const Color& base, Color& c, bool merge) in colorizeDeleted() [all …]
|
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/partition/ |
H A D | merge.hpp | 47 struct merge { struct 48 typedef typename Backend::value_type value_type; 49 typedef distributed_matrix<Backend> matrix; 51 struct params { 79 } prm; 81 merge(const params &prm = params()) : prm(prm) {} in merge() argument 83 bool is_needed(const matrix &A) const { in is_needed() 103 std::shared_ptr<matrix> operator()(const matrix &A, unsigned /*block_size*/ = 1) const { in operator ()()
|
/dports/textproc/wiggle/wiggle-1.3/ |
H A D | wiggle.h | 108 struct merge { struct 109 enum mergetype { argument 112 } type, oldtype; 113 int a, b, c; /* start of ranges */ 114 int al, bl, cl; /* length of ranges */ 115 int c1, c2; /* this or next common-sequence */ 116 int in_conflict; 140 int is_merge; argument
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-doc/ |
H A D | Representation.cpp | 79 void SymbolInfo::merge(SymbolInfo &&Other) { in merge() function in clang::doc::SymbolInfo 88 void NamespaceInfo::merge(NamespaceInfo &&Other) { in merge() function in clang::doc::NamespaceInfo 93 void RecordInfo::merge(RecordInfo &&Other) { in merge() function in clang::doc::RecordInfo 106 void EnumInfo::merge(EnumInfo &&Other) { in merge() function in clang::doc::EnumInfo 115 void FunctionInfo::merge(FunctionInfo &&Other) { in merge() function in clang::doc::FunctionInfo
|
/dports/www/grafana8/grafana-8.3.6/contribute/ |
H A D | merge-pull-request.md | 24 ### Format the pull request title 32 ### Assign a milestone 38 ### Include in changelog and release notes? 82 ### Should the pull request be backported?
|
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 139 type merge struct { struct 140 all bool 141 paths []FieldPath 142 err error 145 func (m merge) String() string { 155 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/firestore/ |
H A D | options.go | 137 type merge struct { struct 138 all bool 139 paths []FieldPath 140 err error 143 func (m merge) String() string { 153 func (m merge) fieldPaths() (fps []FieldPath, all bool, err error) {
|