Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 2 of 2) sorted by last modified time

/plugin/pagequery/
H A DPageQuery.php804 $is_first = true;
869 $col_close = ($is_first) ? '' : $col_close . '</ul></td>' . DOKU_LF;
870 $col_open = (!$is_first && !$is_heading) ? '<h' . $cont_level . ' style="' . $indent_style . '">'
904 if ($prev_was_heading || $is_first) {
916 $is_first = false;
1083 $is_first = true;
1137 if ($prev_was_heading || $is_first) {
1148 $is_first = false;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php342 if ($this->is_first($box)) {
1041 function is_first(&$box) { function in GenericContainerBox