Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DBlock.php21 protected $trimNextCdataLeft = false; variable in dokuwiki\\Parsing\\Handler\\Block
71 $this->trimNextCdataLeft = true;
118 $this->trimNextCdataLeft = false;
123 if ($call[0] == 'cdata' && $this->trimNextCdataLeft) {
126 $this->trimNextCdataLeft = false;
211 $this->trimNextCdataLeft = true;