Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtmlsummary.php23 protected $sum_capture = true;
61 if ($this->sum_capture) {
69 if ($this->sum_capture && $this->sum_inSection) {
71 $this->sum_capture = false;
78 if ($this->sum_capture && $this->sum_paragraphs < 2) {
88 if ($this->sum_capture && $this->sum_paragraphs >= 2) {
90 $this->sum_capture = false;
22 protected $sum_capture = true; global() variable in Doku_Renderer_xhtmlsummary