Home
last modified time | relevance | path

Searched refs:getChildren (Results 101 – 125 of 199) sorted by path

12345678

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php367 $children = $zeRule->getChildren();
377 $children = $zeRule->getChildren();
399 $nextRule = $zeRule->getChildren();
669 $children = $node->getChildren();
680 foreach ($newNode->getChildren() as $child) {
H A DTreeNode.php260 public function getChildren() function in Hoa\\Compiler\\Llk\\TreeNode
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php169 public function getChildren() function in Hoa\\Compiler\\Llk\\Rule\\Rule
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php222 $children = $rule->getChildren();
H A DCoverage.php169 for ($i = 0, $max = count($rule->getChildren()); $i < $max; ++$i) {
262 $children = $rule->getChildren();
568 $children = $rule->getChildren();
H A DUniform.php118 $children = $rule->getChildren();
133 $children = $rule->getChildren();
146 $child = $this->_rules[$rule->getChildren()];
195 foreach ($rule->getChildren() as $child) {
199 $children = $rule->getChildren();
223 $child = $this->_rules[$rule->getChildren()];
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php80 ->array($result->getChildren())
H A DRule.php63 ->array($result->getChildren())
83 ->array($result->getChildren())
143 ->when($result = $rule->getChildren())
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php74 ->array($node->getChildren())
95 ->array($node->getChildren())
117 ->array($node->getChildren())
140 ->array($node->getChildren())
266 ->array($result->getChildren())
284 ->array($result->getChildren())
303 ->array($node->getChildren())
346 ->when($result = $node->getChildren())
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php95 foreach ($element->getChildren() as $child) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php130 public function getChildren() function in Hoa\\Iterator\\Recursive\\Directory
133 $out = parent::getChildren();
H A DMock.php131 public function getChildren() function in Hoa\\Iterator\\Recursive\\Mock
H A DRegularExpression.php99 public function getChildren() function in Hoa\\Iterator\\Recursive\\RegularExpression
103 ? $this->getInnerIterator()->getChildren()
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php93 ->object($children = $iterator->getChildren())
101 ->object($children = $iterator->getChildren())
H A DMock.php67 ->variable($iterator->getChildren())
H A DRegularExpression.php115 ->when($result = $iterator->getChildren())
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php110 $children = $element->getChildren();
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php106 foreach ($element->getChildren() as $child) {
172 foreach ($element->getChildren() as $child) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php67 $parameters = array_slice($element->getChildren(), 1);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php87 public function getChildren() function in SebastianBergmann\\CodeCoverage\\Node\\Iterator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php85 public function getChildren() function in PHPUnit_Util_TestSuiteIterator
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php80 public function getChildren() function in Assetic\\Asset\\Iterator\\AssetCollectionFilterIterator
82 return new self($this->getInnerIterator()->getChildren(), $this->visited, $this->sources);
H A DAssetCollectionIterator.php112 public function getChildren() function in Assetic\\Asset\\Iterator\\AssetCollectionIterator
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php277 …foreach ($filter->getChildren($this, $clone->getContent(), $clone->getSourceDirectory()) as $child…

12345678