Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php133 $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) { argument
612 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) {