Searched refs:is_first (Results 1 – 2 of 2) sorted by relevance
802 $is_first = true;872 $col_close = ($is_first) ? '' : $col_close . '</ul></td>' . DOKU_LF;873 …$col_open = (!$is_first && !$is_heading) ? '<h' . $cont_level . ' style="' . $indent_style . …907 if ($prev_was_heading || $is_first) {919 $is_first = false;1086 $is_first = true;1140 if ($prev_was_heading || $is_first) {1151 $is_first = false;
342 if ($this->is_first($box)) {1041 function is_first(&$box) { function in GenericContainerBox