Home
last modified time | relevance | path

Searched refs:eldnah (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php107 $eldnah = null argument
127 $child->accept($this, $_, $eldnah);
139 $children[0]->accept($this, $a, $eldnah);
148 $children[0]->accept($this, $a, $eldnah);
154 $children[1]->accept($this, $acc, $eldnah);
159 $children[0]->accept($this, $a, $eldnah);
165 $children[1]->accept($this, $acc, $eldnah);
170 $children[0]->accept($this, $a, $eldnah);
176 $children[1]->accept($this, $acc, $eldnah);
181 $children[0]->accept($this, $a, $eldnah);
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php80 * @param mixed $eldnah Handle (not reference).
87 $eldnah = null argument
94 return $element->getChild(0)->accept($this, $handle, $eldnah);
101 ))->accept($this, $handle, $eldnah);
107 $out .= $child->accept($this, $handle, $eldnah);
163 $eldnah
174 $child->accept($this, $handle, $eldnah)
187 $left = $element->getChild(0)->accept($this, $handle, $eldnah);
188 $right = $element->getChild(1)->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php18 public function visit(Element $element, &$handle = null, $eldnah = null) argument
24 return $this->visitCompoundType($element, $handle, $eldnah);
64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array argument
72 function (TreeNode $node) use ($handle, $eldnah) {
73 return $node->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php65 * @param mixed $eldnah Handle (not reference).
71 $eldnah = null argument
96 $out .= $child->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DElement.php54 * @param mixed $eldnah Handle (no reference).
57 public function accept(Visit $visitor, &$handle = null, $eldnah = null); argument
H A DVisit.php54 * @param mixed $eldnah Handle (not reference).
57 public function visit(Element $element, &$handle = null, $eldnah = null); argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php325 * @param mixed $eldnah Handle (no reference).
331 $eldnah = null argument
333 return $visitor->visit($this, $handle, $eldnah);