Home
last modified time | relevance | path

Searched refs:totalInstructionCalls (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DOutline.php646 $totalInstructionCalls = [];
647 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {
651 $totalInstructionCalls = array_merge($totalInstructionCalls, $instructionCalls);
654 return $totalInstructionCalls;
659 $totalInstructionCalls = [];
661 …$collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls, &$sectionS…
717 $totalInstructionCalls = array_merge($totalInstructionCalls, $instructionCalls);
720 return $totalInstructionCalls;
790 $totalInstructionCalls = [];
791 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {
[all …]
H A DOutlineVisitor.php223 * @param array $totalInstructionCalls
226 …Needed(OutlineSection $outlineSection, int $sectionSequenceId, array &$totalInstructionCalls): void argument
241 $totalInstructionCalls[] = $editButton