Searched refs:eldnah (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/ |
H A D | Arithmetic.php | 107 $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 D | Isotropic.php | 80 * @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 D | TypeVisitor.php | 18 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 D | Dump.php | 65 * @param mixed $eldnah Handle (not reference). 71 $eldnah = null argument 96 $out .= $child->accept($this, $handle, $eldnah);
|
/plugin/findologicxmlexport/vendor/hoa/visitor/ |
H A D | Element.php | 54 * @param mixed $eldnah Handle (no reference). 57 public function accept(Visit $visitor, &$handle = null, $eldnah = null); argument
|
H A D | Visit.php | 54 * @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 D | TreeNode.php | 325 * @param mixed $eldnah Handle (no reference). 331 $eldnah = null argument 333 return $visitor->visit($this, $handle, $eldnah);
|