Home
last modified time | relevance | path

Searched refs:matchChild (Results 1 – 8 of 8) sorted by relevance

/dports/www/squid/squid-4.15/src/acl/
H A DBoolOps.cc40 if (checklist->matchChild(this, start, *start)) in doMatch()
92 if (!checklist->matchChild(this, i, *i)) in doMatch()
136 if (checklist->matchChild(this, i, *i)) { in doMatch()
H A DAllOf.cc43 if (checklist->matchChild(this, start, *start)) in doMatch()
H A DChecklist.h143 bool matchChild(const Acl::InnerNode *parent, Acl::Nodes::const_iterator pos, const ACL *child);
H A DChecklist.cc82 ACLChecklist::matchChild(const Acl::InnerNode *current, Acl::Nodes::const_iterator pos, const ACL *… in matchChild() function in ACLChecklist
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DViolationMapper.php82 … while ($this->acceptsErrors($scope) && null !== ($child = $this->matchChild($scope, $it))) {
149 private function matchChild(FormInterface $form, PropertyPathIteratorInterface $it) function in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\ViolationMapper
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DViolationMapper.php82 … while ($this->acceptsErrors($scope) && null !== ($child = $this->matchChild($scope, $it))) {
149 private function matchChild(FormInterface $form, PropertyPathIteratorInterface $it) function in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\ViolationMapper
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DViolationMapper.php82 … while ($this->acceptsErrors($scope) && null !== ($child = $this->matchChild($scope, $it))) {
149 private function matchChild(FormInterface $form, PropertyPathIteratorInterface $it) function in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\ViolationMapper
/dports/devel/kf5-kpeople/kpeople-5.89.0/src/widgets/
H A Dmergedialog.cpp173 for (const Match &matchChild : std::as_const(*i)) { in feedDuplicateModelFromMatches() local
174 parent->appendRow(itemMergeContactFromMatch(false, matchChild)); in feedDuplicateModelFromMatches()