Home
last modified time | relevance | path

Searched refs:IsDescendant (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A D404_test.go31 IsDescendant: {{ .IsDescendant $home }}/{{ $home.IsDescendant . }}
51 IsDescendant: true/false
H A Dcontent_map_test.go386 IsDescendant: true: {{ $page.IsDescendant $blog }} true: {{ $blogSub.IsDescendant $blog }} true: {{…
388 IsDescendant overlap1: false: {{ $overlap1.IsDescendant $overlap2 }}
389 IsDescendant overlap2: false: {{ $overlap2.IsDescendant $overlap1 }}
429 IsDescendant: true: true true: true true: true true: true true: true true: true false: false
431 IsDescendant overlap1: false: false
432 IsDescendant overlap2: false: false
H A Dsite_sections_test.go224 isDescendant, err := p.IsDescendant(child)
227 isDescendant, err = child.IsDescendant(p)
250 isDescendant, err := l1.IsDescendant(p)
253 isDescendant, err = l1.IsDescendant(nil)
256 isDescendant, err = nilp.IsDescendant(p)
259 isDescendant, err = p.IsDescendant(l1)
H A Dtaxonomy_test.go672 …-page" $abc }}|IsAncestor: {{ $abc.IsAncestor $abcdefgs }}|IsDescendant: {{ $abc.IsDescendant $abc…
673 …$abcdefgs }}|IsAncestor: {{ $abcdefgs.IsAncestor $abc }}|IsDescendant: {{ $abcdefgs.IsDescendant $…
693 …|Parent: /abcdefgs/|CurrentSection: /abcdefgs/|FirstSection: /|IsAncestor: false|IsDescendant: true
694 …|Abcdefgs|taxonomy|Parent: /|CurrentSection: /|FirstSection: /|IsAncestor: true|IsDescendant: false
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.XPath/
H A DXPathNavigatorCommonTests.cs359 public void IsDescendant () in IsDescendant() method in MonoTests.System.Xml.XPathNavigatorCommonTests
364 IsDescendant (nav); in IsDescendant()
366 IsDescendant (nav); in IsDescendant()
369 private void IsDescendant (XPathNavigator nav) in IsDescendant() method in MonoTests.System.Xml.XPathNavigatorCommonTests
378 Assert.IsTrue (tmp.IsDescendant (nav), "#5"); in IsDescendant()
379 Assert.IsTrue (!nav.IsDescendant (tmp), "#6"); in IsDescendant()
382 Assert.IsTrue (tmp.IsDescendant (nav), "#8"); in IsDescendant()
383 Assert.IsTrue (!nav.IsDescendant (tmp), "#9"); in IsDescendant()
386 Assert.IsTrue (tmp.IsDescendant (nav), "#11"); in IsDescendant()
387 Assert.IsTrue (!nav.IsDescendant (tmp), "#12"); in IsDescendant()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xml.Linq/Test/System.Xml.XPath/
H A DExtensionsTest.cs347 public void IsDescendant () in IsDescendant() method in MonoTests.System.Xml.ExtensionsTest
352 IsDescendant (nav); in IsDescendant()
355 private void IsDescendant (XPathNavigator nav) in IsDescendant() method in MonoTests.System.Xml.ExtensionsTest
364 Assert.IsTrue (tmp.IsDescendant (nav), "#5"); in IsDescendant()
365 Assert.IsTrue (!nav.IsDescendant (tmp), "#6"); in IsDescendant()
368 Assert.IsTrue (tmp.IsDescendant (nav), "#8"); in IsDescendant()
369 Assert.IsTrue (!nav.IsDescendant (tmp), "#9"); in IsDescendant()
372 Assert.IsTrue (tmp.IsDescendant (nav), "#11"); in IsDescendant()
373 Assert.IsTrue (!nav.IsDescendant (tmp), "#12"); in IsDescendant()
/dports/www/gohugo/hugo-0.91.2/docs/content/en/news/0.69.2-relnotes/
H A Dindex.md16 * Fix IsAncestor and IsDescendant when the same page is passed [8d5766d4](https://github.com/gohugo…
18 * Fix IsAncestor and IsDescendant under subsection [27a4c441](https://github.com/gohugoio/hugo/comm…
/dports/cad/opencascade/opencascade-7.6.0/src/TDF/
H A DTDF_Tool.cxx169 if (!labMItr.Key().IsDescendant(aRefLabel)) in TDF_Tool_DescendantRef()
182 if (aFilter.IsKept(att) && !att->Label().IsDescendant(aRefLabel)) in TDF_Tool_DescendantRef()
252 !att->Label().IsDescendant(aRefLabel)) in TDF_Tool_OutReferers()
264 if (!labMItr.Key().IsDescendant(aRefLabel)) { in TDF_Tool_OutReferers()
325 !att->Label().IsDescendant(aRefLabel)) in TDF_Tool_OutReferences()
332 if (!labMItr.Key().IsDescendant(aRefLabel)) { in TDF_Tool_OutReferences()
357 if (!aSourceLabel.IsDescendant(fromRoot)) return; in RelocateLabel()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DDestroy.c196 IsDescendant(Widget widget, Widget root) in IsDescendant() function
282 if (IsDescendant(dr->widget, widget)) { in XtPhase2Destroy()
367 if (app->in_phase2_destroy && IsDescendant(widget, app->in_phase2_destroy)) { in XtDestroyWidget()
392 IsDescendant(dr->widget, widget)) { in XtDestroyWidget()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQuerySafeNavigator.cs405 public override bool IsDescendant(XPathNavigator navigator) in IsDescendant() method in System.ServiceModel.Dispatcher.SafeSeekableNavigator
415 return this.navigator.IsDescendant(nav.navigator); in IsDescendant()
784 public override bool IsDescendant(XPathNavigator navigator) in IsDescendant() method in System.ServiceModel.Dispatcher.GenericSeekableNavigator
794 return this.navigator.IsDescendant(nav.navigator); in IsDescendant()
/dports/cad/opencascade/opencascade-7.6.0/src/DNaming/
H A DDNaming_SelectionCommands.cxx169 if (att->Label().IsDifferent(aLabel) && !att->Label().IsDescendant(theLabel)) { in FillValidMap()
317 if (!itarg.Value()->Label().IsDescendant(root)) attachment.Add(itarg.Value()); in CollectAttachment()
324 if (!itarg.Value()->Label().IsDescendant(root)) attachment.Add(itarg.Value()); in CollectAttachment()
/dports/cad/opencascade/opencascade-7.6.0/src/BinMDF/
H A DBinMDF_ReferenceDriver.cxx81 if (lab.IsDescendant(refLab.Root())) { // Internal reference in Paste()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DFollowingQuery.cs42 } while (prev.IsDescendant(_input)); in Advance()
H A DFollSiblingQuery.cs91 while (currentNode.IsDescendant(_nextInput)) in Advance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DFollowingQuery.cs40 } while (prev.IsDescendant(input)); in Advance()
H A DFollowingSibling.cs78 while (currentNode.IsDescendant(nextInput)) { in Advance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/accessibility/flutter/
H A Dflutter_semantics_node_wrapper.h67 bool IsDescendant(FlutterSemanticsNodeWrapper* ancestor) const;
/dports/cad/opencascade/opencascade-7.6.0/src/XmlMDF/
H A DXmlMDF_ReferenceDriver.cxx110 if (lab.IsDescendant(refLab.Root())) in Paste()
/dports/www/gohugo/hugo-0.91.2/docs/content/en/readfiles/
H A Dsectionvars.md13 .IsDescendant $anotherPage
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textchildprovider_win.cc85 if (container && container->IsDescendant(owner())) { in get_TextRange()
H A Dax_platform_node_textprovider_win.cc217 if (!owner()->IsDescendant(child_platform_node.Get())) in RangeFromChild()
302 DCHECK(ancestor->IsDescendant(descendant)); in GetRangeFromChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_textchildprovider_win.cc85 if (container && container->IsDescendant(owner())) { in get_TextRange()
H A Dax_platform_node_textprovider_win.cc208 if (!owner()->IsDescendant(child_platform_node.Get())) in RangeFromChild()
294 DCHECK(ancestor->IsDescendant(descendant)); in GetRangeFromChild()
/dports/cad/opencascade/opencascade-7.6.0/src/QADNaming/
H A DQADNaming_SelectionCommands.cxx253 if (!itarg.Value()->Label().IsDescendant(root)) attachment.Add(itarg.Value()); in CollectAttachment()
260 if (!itarg.Value()->Label().IsDescendant(root)) attachment.Add(itarg.Value()); in CollectAttachment()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dpopupwin.cpp191 if ( HasFlag(wxPU_CONTAINS_CONTROLS) && focus && IsDescendant(focus) ) in Popup()

1234567