Home
last modified time | relevance | path

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

/plugin/siteexport/syntax/
Dtoc.php450 …private function _mergeWithHeaders($existing, $newInstructions, $level = 1, $mergeHint = array()) { argument
468 …if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd, $currentSlice[0][1…
470 $newSlice = array_slice($newInstructions, $newStart, $newEnd-$newStart);
481 array_splice($newInstructions, $newStart, $newEnd-$newStart);
497 ($tmp1 = array_slice($newInstructions, -1))
502 ($tmp2 = array_slice($newInstructions, -2))
506 $section_postpend = array_splice($newInstructions, -1);
526 if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd)) {
528 $section_prepend = array_splice($newInstructions, 0, $newStart);
531 $section_prepend = $newInstructions;
[all …]