Searched refs:locations_ungrouped (Results 1 – 1 of 1) sorted by relevance
133 $locations_ungrouped = PageBreakLocator::get_pages_traverse($dom_tree, 0);139 if (count($locations_ungrouped) == 0) { 143 return PageBreakLocator::sort_locations($locations_ungrouped);611 function sort_locations($locations_ungrouped) { argument612 if (count($locations_ungrouped) == 0) {616 usort($locations_ungrouped, 'cmp_page_break_locations'); 618 $last_location = $locations_ungrouped[0];620 foreach ($locations_ungrouped as $location) {