Home
last modified time | relevance | path

Searched refs:childLink (Results 1 – 25 of 52) sorted by relevance

123

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMChildToFamilyLinkTests.cs33 using (GDMChildToFamilyLink childLink = new GDMChildToFamilyLink()) { in Test_Common()
34 Assert.IsNotNull(childLink); in Test_Common()
36 childLink.ChildLinkageStatus = GDMChildLinkageStatus.clChallenged; in Test_Common()
37 Assert.AreEqual(GDMChildLinkageStatus.clChallenged, childLink.ChildLinkageStatus); in Test_Common()
39 childLink.PedigreeLinkageType = GDMPedigreeLinkageType.plFoster; in Test_Common()
40 Assert.AreEqual(GDMPedigreeLinkageType.plFoster, childLink.PedigreeLinkageType); in Test_Common()
48 childLink2.Assign(childLink); in Test_Common()
H A DGDMFamilyRecordTests.cs70 GDMChildToFamilyLink childLink = indiv.ChildToFamilyLinks[0]; in Test_Common()
71 Assert.IsNotNull(tree.GetPtrValue(childLink)); in Test_Common()
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/NavBar/
H A DNavBarMenu.tsx52 (childLink, childIndex) =>
53 !childLink.divider && (
56 icon={childLink.icon as IconName}
57 isActive={activeItem === childLink}
58 isDivider={childLink.divider}
60 childLink.onClick?.();
64 target={childLink.target}
65 text={childLink.text}
66 url={childLink.url}
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dchildreference.cpp24 QUrl childLink; member in ChildReference::Private
36 childLink(other.childLink) in Private()
49 reference->d->childLink = map[QStringLiteral("childLink")].toUrl(); in fromJSON()
79 GAPI_COMPARE(childLink) in operator ==()
93 QUrl ChildReference::childLink() const in childLink() function in ChildReference
95 return d->childLink; in childLink()
H A Dchildreference.h55 QUrl childLink() const;
/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python3/cjdnsadmin/
H A DgraphMaker.py41 childLink=resp['result']
42 if not childLink: continue
43 childAddr=admin.parseAddr(childLink['child'])
46 if childLink['isOneHop'] != 1:
/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python/cjdnsadmin/
H A DgraphMaker.py41 childLink=resp['result']
42 if not childLink: continue
43 childAddr=admin.parseAddr(childLink['child'])
46 if childLink['isOneHop'] != 1:
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Analytics/
H A DAccount.php35 public function setChildLink(Google_Service_Analytics_AccountChildLink $childLink) argument
37 $this->childLink = $childLink;
44 return $this->childLink;
H A DCustomDataSource.php51 public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink) argument
53 $this->childLink = $childLink;
60 return $this->childLink;
H A DWebproperty.php54 public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink) argument
56 $this->childLink = $childLink;
63 return $this->childLink;
H A DProfile.php69 public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink) argument
71 $this->childLink = $childLink;
78 return $this->childLink;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Analytics/
H A DAccount.php35 public function setChildLink(Google_Service_Analytics_AccountChildLink $childLink) argument
37 $this->childLink = $childLink;
44 return $this->childLink;
H A DCustomDataSource.php51 public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink $childLink) argument
53 $this->childLink = $childLink;
60 return $this->childLink;
H A DWebproperty.php54 public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $childLink) argument
56 $this->childLink = $childLink;
63 return $this->childLink;
H A DProfile.php69 public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLink) argument
71 $this->childLink = $childLink;
78 return $this->childLink;
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp1802 UrdfLink* childLink = link->m_childLinks[i]; in mergeFixedLinks() local
1819 UrdfVisual viz = childLink->m_visualArray[c]; in mergeFixedLinks()
1828 if (!childLink->m_inertia.m_hasLinkLocalFrame) in mergeFixedLinks()
1849 childLink->m_inertia.m_ixx, childLink->m_inertia.m_ixy, childLink->m_inertia.m_ixz, in mergeFixedLinks()
1850 childLink->m_inertia.m_ixy, childLink->m_inertia.m_iyy, childLink->m_inertia.m_iyz, in mergeFixedLinks()
1851 childLink->m_inertia.m_ixz, childLink->m_inertia.m_iyz, childLink->m_inertia.m_izz); in mergeFixedLinks()
1953 UrdfLink* childLink = link->m_childLinks[i]; in recreateModel() local
1954 model.m_links.insert(childName, childLink); in recreateModel()
1995 UrdfLink* childLink = *childLinkPtr; in initTreeAndRoot() local
2006 childLink->m_parentLink = parentLink; in initTreeAndRoot()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp1802 UrdfLink* childLink = link->m_childLinks[i]; in mergeFixedLinks() local
1819 UrdfVisual viz = childLink->m_visualArray[c]; in mergeFixedLinks()
1828 if (!childLink->m_inertia.m_hasLinkLocalFrame) in mergeFixedLinks()
1849 childLink->m_inertia.m_ixx, childLink->m_inertia.m_ixy, childLink->m_inertia.m_ixz, in mergeFixedLinks()
1850 childLink->m_inertia.m_ixy, childLink->m_inertia.m_iyy, childLink->m_inertia.m_iyz, in mergeFixedLinks()
1851 childLink->m_inertia.m_ixz, childLink->m_inertia.m_iyz, childLink->m_inertia.m_izz); in mergeFixedLinks()
1953 UrdfLink* childLink = link->m_childLinks[i]; in recreateModel() local
1954 model.m_links.insert(childName, childLink); in recreateModel()
1995 UrdfLink* childLink = *childLinkPtr; in initTreeAndRoot() local
2006 childLink->m_parentLink = parentLink; in initTreeAndRoot()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_AnalyticsService.php334 public $childLink; variable in Google_Account
361 public function setChildLink(Google_AccountChildLink $childLink) { argument
362 $this->childLink = $childLink;
365 return $this->childLink;
1379 public $childLink; variable in Google_Profile
1448 public function setChildLink(Google_ProfileChildLink $childLink) { argument
1449 $this->childLink = $childLink;
1452 return $this->childLink;
1780 public $childLink; variable in Google_Webproperty
1824 $this->childLink = $childLink;
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMChecker.cs261 GDMIndividualLink childLink = fam.Children[index]; in CheckChildLink()
262 var childRec = fTree.GetPtrValue<GDMIndividualRecord>(childLink); in CheckChildLink()
269 var frelTag = FindSubTagValue(childLink, "_FREL"); in CheckChildLink()
270 var mrelTag = FindSubTagValue(childLink, "_MREL"); in CheckChildLink()
276 childLink.DeleteTag("_FREL"); in CheckChildLink()
277 childLink.DeleteTag("_MREL"); in CheckChildLink()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMIndividualRecord.cs287 var childLink = fChildToFamilyLinks[i]; in FindChildToFamilyLink()
288 if (childLink.XRef == familyRec.XRef) { in FindChildToFamilyLink()
289 return childLink; in FindChildToFamilyLink()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DSharedGroupRetained.java755 TargetsInterface childLink; in computeTargetThreads() local
761 childLink = (TargetsInterface) in computeTargetThreads()
764 childLink = (TargetsInterface) node; in computeTargetThreads()
766 if (childLink != null) { in computeTargetThreads()
768 childLink.getTargetThreads(TargetsInterface.TRANSFORM_TARGETS); in computeTargetThreads()
H A DTransformGroupRetained.java1153 TargetsInterface childLink; in computeTargetThreads() local
1159 childLink = (TargetsInterface) in computeTargetThreads()
1162 childLink = (TargetsInterface) node; in computeTargetThreads()
1164 if (childLink != null) { in computeTargetThreads()
1166 childLink.getTargetThreads(TargetsInterface.TRANSFORM_TARGETS); in computeTargetThreads()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/block/actions/
H A DRegionToSuperblockAction.java133 private BasicLink childLink; field in RegionToSuperblockAction.Broken
255 if (childLink == null) { in getChildLink()
256childLink = (BasicLink) parentModel.cloneCells(new Object[] { parentLink }, true)[0]; in getChildLink()
258 return childLink; in getChildLink()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/HTML/
H A DCreatorRecordIndividual.cs302 foreach (GDMChildToFamilyLink childLink in fIndiRec.ChildToFamilyLinks) { in AddParentsAndSiblings()
303 var famRec = fTree.GetPtrValue(childLink); in AddParentsAndSiblings()
501 string childLink = MakeLink(child); in AddChildrensEvents()
531 …childDeathdate, "_CHILDDIED", string.Concat("death of ", childSex, " ", childLink, deathPlace, "."… in AddChildrensEvents()
563 …new Event(null, "_CHILDBORN", string.Concat("birth of ", childSex, " ", childLink, birthPlace, "."… in AddChildrensEvents()
566 …childBirthdate, "_CHILDBORN", string.Concat("birth of ", childSex, " ", childLink, birthPlace, "."… in AddChildrensEvents()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DURDF2PhysX.cpp745 physx::PxArticulationLink* childLink = cache.m_articulation->createLink(parentLink, tr); in ConvertURDF2PhysXInternal() local
746 linkPtr = childLink; in ConvertURDF2PhysXInternal()
747 rbLinkPtr = childLink; in ConvertURDF2PhysXInternal()
749 …nate* joint = static_cast<physx::PxArticulationJointReducedCoordinate*>(childLink->getInboundJoint… in ConvertURDF2PhysXInternal()
805 …cache.registerMultiBody(urdfLinkIndex, childLink, inertialFrameInWorldSpace, mass, localInertiaDia… in ConvertURDF2PhysXInternal()

123