Home
last modified time | relevance | path

Searched refs:InteractionType (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/science/gromacs/gromacs-2021.4/api/nblib/listed_forces/
H A Dtraits.h78 template<class InteractionType, class = void>
80 std::integral_constant<size_t, FindIndex<InteractionType, ListedInteractionData>{}>
85 template<class InteractionType>
86 struct CarrierIndex<InteractionType, std::void_t<typename InteractionType::CarrierType>> :
87 …std::integral_constant<size_t, FindIndex<typename InteractionType::CarrierType, ListedInteractionD…
92 template<class InteractionType, class = void>
98 template<class InteractionType>
99 struct TwoCenterAggregateIndex<InteractionType, std::void_t<typename InteractionType::TwoCenterAggr…
105 template<class InteractionType, class = void>
111 template<class InteractionType>
[all …]
H A Ddefinitions.h129 template<class InteractionType>
132 using type = InteractionType;
135 std::vector<InteractionIndex<InteractionType>> indices;
137 std::vector<InteractionType> parameters;
H A Dconversions.hpp63 template<class InteractionType>
113 template<class InteractionType>
114 …TypeIsImplemented : std::bool_constant<detail::HasValueMember<ListedIndex<InteractionType>>::value>
222 template<template<class> class Container, class InteractionType>
223 void transferIndices(const Container<InteractionType>& interactionData, in transferIndices()
227 if constexpr (ListedTypeIsImplemented<InteractionType>{}) in transferIndices()
H A Dtransformations.cpp58 using InteractionType = typename InteractionContainerType::type; in sortInteractions() typedef
61 interactionSortKey<InteractionType>); in sortInteractions()
H A Ddataflow.hpp391 template <class Index, class InteractionType, class Buffer, class Pbc>
393 const std::vector<InteractionType>& interactionParameters, in computeForces()
428 using InteractionType = typename std::decay_t<decltype(interactionElement)>::type; in reduceListedForces() typedef
432 energies[CarrierIndex<InteractionType>{}] += energy.carrier(); in reduceListedForces()
433 energies[TwoCenterAggregateIndex<InteractionType>{}] += energy.twoCenterAggregate(); in reduceListedForces()
434 energies[ThreeCenterAggregateIndex<InteractionType>{}] += energy.threeCenterAggregate(); in reduceListedForces()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dinteractions.go9 type InteractionType string type
22 InteractionTypeDialogSubmission = InteractionType("dialog_submission")
23 InteractionTypeDialogSuggestion = InteractionType("dialog_suggestion")
25 InteractionTypeMessageAction = InteractionType("message_action")
26 InteractionTypeBlockActions = InteractionType("block_actions")
27 InteractionTypeBlockSuggestion = InteractionType("block_suggestion")
28 InteractionTypeViewSubmission = InteractionType("view_submission")
29 InteractionTypeViewClosed = InteractionType("view_closed")
30 InteractionTypeShortcut = InteractionType("shortcut")
35 Type InteractionType `json:"type"`
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dinteractions.go9 type InteractionType string type
22 InteractionTypeDialogSubmission = InteractionType("dialog_submission")
23 InteractionTypeDialogSuggestion = InteractionType("dialog_suggestion")
25 InteractionTypeMessageAction = InteractionType("message_action")
26 InteractionTypeBlockActions = InteractionType("block_actions")
27 InteractionTypeBlockSuggestion = InteractionType("block_suggestion")
28 InteractionTypeViewSubmission = InteractionType("view_submission")
29 InteractionTypeViewClosed = InteractionType("view_closed")
30 InteractionTypeShortcut = InteractionType("shortcut")
35 Type InteractionType `json:"type"`
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dinteractions.go8 type InteractionType string type
20 InteractionTypeDialogCancellation = InteractionType("dialog_cancellation")
21 InteractionTypeDialogSubmission = InteractionType("dialog_submission")
22 InteractionTypeDialogSuggestion = InteractionType("dialog_suggestion")
23 InteractionTypeInteractionMessage = InteractionType("interactive_message")
24 InteractionTypeMessageAction = InteractionType("message_action")
25 InteractionTypeBlockActions = InteractionType("block_actions")
30 Type InteractionType `json:"type"`
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dinteractions.go8 type InteractionType string type
20 InteractionTypeDialogCancellation = InteractionType("dialog_cancellation")
21 InteractionTypeDialogSubmission = InteractionType("dialog_submission")
22 InteractionTypeDialogSuggestion = InteractionType("dialog_suggestion")
23 InteractionTypeInteractionMessage = InteractionType("interactive_message")
24 InteractionTypeMessageAction = InteractionType("message_action")
25 InteractionTypeBlockActions = InteractionType("block_actions")
30 Type InteractionType `json:"type"`
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/ads/googleads/v0/resources/
H A Dcampaign_bid_modifier.pb.go105InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
119 return x.InteractionType
137 if err := b.EncodeMessage(x.InteractionType); err != nil {
168 s := proto.Size(x.InteractionType)
/dports/science/gromacs/gromacs-2021.4/api/nblib/
H A Dmolecules.h118 template<class InteractionType>
121 using type = InteractionType;
122 … using IdentifierType = Repeat<TypeList<ParticleName, ResidueName>, NCenter<InteractionType>{}>;
124 std::vector<InteractionType> interactionTypes_;
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.Entrance.cpp94 session->InteractionType = ViewportInteractionItem::Ride; in ride_entrance_exit_paint()
99 session->InteractionType = ViewportInteractionItem::None; in ride_entrance_exit_paint()
233 session->InteractionType = ViewportInteractionItem::ParkEntrance; in park_entrance_paint()
237 session->InteractionType = ViewportInteractionItem::None; in park_entrance_paint()
349 session->InteractionType = ViewportInteractionItem::Label; in PaintEntrance()
H A DPaint.Banner.cpp40 session->InteractionType = ViewportInteractionItem::Banner; in PaintBanner()
69 session->InteractionType = ViewportInteractionItem::None; in PaintBanner()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dworldspacewidget.hpp90 enum InteractionType enum in CSVRender::WorldspaceWidget
216 … virtual void handleInteractionPress (const WorldspaceHitResult& hit, InteractionType type);
232 void handleInteraction(InteractionType type, bool activate);
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/ads/googleads/v2/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/ads/googleads/v1/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/ads/googleads/v1/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/ads/googleads/v2/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/ads/googleads/v3/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/ads/googleads/v2/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/ads/googleads/v1/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/ads/googleads/v2/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/ads/googleads/v3/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/ads/googleads/v1/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/genproto/googleapis/ads/googleads/v2/resources/
H A Dcampaign_bid_modifier.pb.go110InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=inte… member
124 return x.InteractionType

12345678910>>...13