Home
last modified time | relevance | path

Searched refs:_descendants (Results 1 – 12 of 12) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/plugins/rel/
H A Drel_sl.py43 _descendants = [ variable
107 if level > len(_descendants)-1:
110 return _descendants[level]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/elements/
H A D_base.py314 return ElementList(self.root, self._descendants())
316 def _descendants(self): member in BaseElement
320 yield from child._descendants() # pylint: disable=protected-access
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_bugs_3_22.t72 { is( scalar( $e->_descendants), $e->att( 'n'), "_descendant " . $e->tag . "\n");
73 is( scalar( $e->_descendants( 1)), $e->att( 'n') + 1, "_descendant(1) " . $e->tag . "\n");
H A Dtest_additional.t213 is( tags( $t->root->_descendants), 'elt1:elt2:elt3', "_descendants");# test 35
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/scorewiz/
H A Dbuild.py557 def _descendants(group): function
566 for g in _descendants(group):
/dports/www/py-django-cms/django-cms-3.7.1/cms/models/
H A Dpagemodel.py116 return self._descendants
130 self._descendants = [node for node in nodes
134 self._descendants = []
141 children = (node for node in self._descendants
145 child._set_hierarchy(self._descendants, ancestors=([self] + self._ancestors))
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dtgrep.py170 def _descendants(node): function
531 _istree(n) and any(predicate(x, m, l) for x in _descendants(n))
/dports/www/dojo/dojo-release-1.12.2/dijit/form/
H A D_FormMixin.js.map7 …"prev","isArray","isValid","onValidStateChange","_getState","states","_descendants","disconnectChi…
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Drevset.py897 def _descendants( function
936 return _descendants(
945 return _descendants(repo, subset, x, followfirst=True)
/dports/devel/R-cran-gdata/gdata/inst/perl/XML/
H A DTwig.pm5230 foreach my $descendant ($elt, $elt->_descendants )
6547 sub _descendants subroutine
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm5469 foreach my $descendant ($elt, $elt->_descendants )
6789 sub _descendants subroutine
H A DTwig_pm.slow5469 foreach my $descendant ($elt, $elt->_descendants )
6789 sub _descendants