Home
last modified time | relevance | path

Searched refs:sum_paragraphs (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/parser/
H A Dxhtmlsummary.php22 protected $sum_paragraphs = 0;
78 if ($this->sum_capture && $this->sum_paragraphs < 2) {
79 $this->sum_paragraphs++;
88 if ($this->sum_capture && $this->sum_paragraphs >= 2) {
21 protected $sum_paragraphs = 0; global() variable in Doku_Renderer_xhtmlsummary