Home
last modified time | relevance | path

Searched refs:ChildId (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Disancestor_test.go28 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
37 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
46 ChildId: "",
55 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
87 ChildId: "372ab6950519549b14d220271ee2322caa44d4eb",
96 ChildId: "38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e",
114 ChildId: "gitaly-stuff",
123 ChildId: "master",
132 ChildId: "refs/tags/v1.1.0",
141 ChildId: "refs/tags/v1.0.0",
[all …]
H A Disancestor.go18 if in.ChildId == "" {
22 ret, err := s.commitIsAncestorName(ctx, in.Repository, in.AncestorId, in.ChildId)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Disancestor_test.go29 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
38 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
47 ChildId: "",
56 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
89 ChildId: "372ab6950519549b14d220271ee2322caa44d4eb",
98 ChildId: "38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e",
116 ChildId: "gitaly-stuff",
125 ChildId: "master",
134 ChildId: "refs/tags/v1.1.0",
143 ChildId: "refs/tags/v1.0.0",
[all …]
H A Disancestor.go18 if in.ChildId == "" {
22 ret, err := s.commitIsAncestorName(ctx, in.Repository, in.AncestorId, in.ChildId)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Disancestor_test.go29 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
38 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
47 ChildId: "",
56 ChildId: "8a0f2ee90d940bfb0ba1e14e8214b0649056e4ab",
89 ChildId: "372ab6950519549b14d220271ee2322caa44d4eb",
98 ChildId: "38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e",
116 ChildId: "gitaly-stuff",
125 ChildId: "master",
134 ChildId: "refs/tags/v1.1.0",
143 ChildId: "refs/tags/v1.0.0",
[all …]
H A Disancestor.go18 if in.ChildId == "" {
22 ret, err := s.commitIsAncestorName(ctx, in.Repository, in.AncestorId, in.ChildId)
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_sup.erl41 start_child(ChildId, Mod, Args) ->
44 {ChildId, {Mod, start_link, Args},
49 start_child(ChildId, Mod, Fun, Args) ->
52 {ChildId, {Mod, Fun, Args},
65 start_supervisor_child(ChildId, Mod, Args) ->
68 {ChildId, {Mod, start_link, Args},
97 stop_child(ChildId) ->
98 case supervisor:terminate_child(?SERVER, ChildId) of
99 ok -> supervisor:delete_child(?SERVER, ChildId);
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rexi/src/
H A Drexi_server_mon.erl152 start_server(ChildMod, ChildId) ->
154 ChildId,
155 {ChildMod, start_link, [ChildId]},
169 stop_server(ChildMod, ChildId) ->
171 ok = supervisor:terminate_child(SupMod, ChildId),
172 ok = supervisor:delete_child(SupMod, ChildId).
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Dbinarytree.h51 enum ChildId enum
57 static inline void assertValidChildId(ChildId DENG2_DEBUG_ONLY(child)) in assertValidChildId()
165 inline bool hasChild(ChildId which) const in hasChild()
190 inline bool hasChildLeaf(ChildId which) const in hasChildLeaf()
219 inline bool hasChildSubtree(ChildId which) const in hasChildSubtree()
249 BinaryTree &child(ChildId which) const in child()
285 inline BinaryTree *childPtr(ChildId which) const in childPtr()
316 BinaryTree &setChild(ChildId child, BinaryTree *subtree) in setChild()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dsshd_sup.erl65 stop_child(ChildId) when is_tuple(ChildId) ->
66 supervisor:terminate_child(?SSHD_SUP, ChildId);
H A Dsshc_sup.erl67 stop_child(ChildId) when is_tuple(ChildId) ->
68 supervisor:terminate_child(?SSHC_SUP, ChildId);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dsshd_sup.erl65 stop_child(ChildId) when is_tuple(ChildId) ->
66 supervisor:terminate_child(?SSHD_SUP, ChildId);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dsshd_sup.erl65 stop_child(ChildId) when is_tuple(ChildId) ->
66 supervisor:terminate_child(?SSHD_SUP, ChildId);
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Ids/
H A DIStackableIdSystem.cs10 int ChildId(); in ChildId() method
12 void ChildId(int id); in ChildId() method
H A DBTreeIdSystem.cs43 int persistentArrayId = parentIdSystem.ChildId(); in BTreeIdSystem()
129 _parentIdSystem.ChildId(_persistentState.GetID()); in InitializeNew()
297 public virtual int ChildId() in ChildId() method in Db4objects.Db4o.Internal.Ids.BTreeIdSystem
302 public virtual void ChildId(int id) in ChildId() method in Db4objects.Db4o.Internal.Ids.BTreeIdSystem
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dintegrity_test.go400 ChildId: &cwh.Id,
486 ChildId: &wh.Id,
516 ChildId: &wh.Id,
543 ChildId: &post.Id,
571 ChildId: &cwh.Id,
853 ChildId: &cmd.Id,
881 ChildId: &wh.Id,
909 ChildId: &wh.Id,
995 ChildId: &cwh.Id,
1228 ChildId: &wh.Id,
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dintegrity.go13 ChildId *string `json:"child_id"` member
48 record.ChildId = NewString(val.(string))
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dintegrity.go13 ChildId *string `json:"child_id"` member
48 record.ChildId = NewString(val.(string))
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dintegrity.go13 ChildId *string `json:"child_id"` member
48 record.ChildId = NewString(val.(string))
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dintegrity.go13 ChildId *string `json:"child_id"` member
48 record.ChildId = NewString(val.(string))
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dsrc.rs39 pub trait HasChildSource<ChildId> {
41 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<ChildId, Self::Value>>; in child_source() argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dsrc.rs39 pub trait HasChildSource<ChildId> {
41 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<ChildId, Self::Value>>; in child_source() argument
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/FamilyShow/
H A DFamilyXProvider.cs291 indiIdents.TryGetValue(child.ChildId, out childRec); in LoadFromReader()
346 var childRec = children.SingleOrDefault(f => (f.ChildId == childId)); in ProcessChild()
401 public string ChildId; field in GDModel.Providers.FamilyShow.FamilyXProvider.ChildRec
405 ChildId = childId; in ChildRec()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DOgreSkeleton.cpp165 unsigned int ChildId, ParentId; in LoadSkeleton() local
166 ChildId=find(Bones.begin(), Bones.end(), Child)->Id; in LoadSkeleton()
169 Bones[ChildId].ParentId=ParentId; in LoadSkeleton()
170 Bones[ParentId].Children.push_back(ChildId); in LoadSkeleton()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dlinesighttest.cpp296 if (!crossBspNode(bspTree->childPtr(BspTree::ChildId(fromSide)))) in DENG2_PIMPL_NOREF()
299 bspTree = bspTree->childPtr(BspTree::ChildId(fromSide ^ 1)); // Cross the To side. in DENG2_PIMPL_NOREF()
304 bspTree = bspTree->childPtr(BspTree::ChildId(fromSide)); in DENG2_PIMPL_NOREF()

1234567891011