Searched refs:newInstructions (Results 1 – 1 of 1) sorted by relevance
/plugin/siteexport/syntax/ |
H A D | toc.php | 446 …private function _mergeWithHeaders($existing, $newInstructions, $level = 1, $mergeHint = array()) { argument 464 …if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd, $currentSlice[0][1… 466 $newSlice = array_slice($newInstructions, $newStart, $newEnd-$newStart); 477 array_splice($newInstructions, $newStart, $newEnd-$newStart); 493 ($tmp1 = array_slice($newInstructions, -1)) 498 ($tmp2 = array_slice($newInstructions, -2)) 502 $section_postpend = array_splice($newInstructions, -1); 522 if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd)) { 524 $section_prepend = array_splice($newInstructions, 0, $newStart); 527 $section_prepend = $newInstructions; [all …]
|