Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php6 if ($a->get_location() == $b->get_location()) { return 0; };
7 return ($a->get_location() > $b->get_location()) ? -1 : 1;
19 function get_location() { function in FootnoteLocation
48 while ($i < $size && $footnotes[$i]->get_location() > $page_start) {
53 while ($i < $size && $footnotes[$i]->get_location() > $location) {