Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php308 if (is_container($this->content[$i])) {
410 function is_container() { function in GenericContainerBox
459 if (!$this->content[$i]->is_container()) {
1024 if (is_container($this->content[$i])) {
H A Dbox.generic.php354 function is_container() { return false; } function in GenericBox
H A Dbox.php557 function is_container(&$box) { function