Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dcode.php13 protected $_codeblock = 0;
38 if ($this->_codeblock == $INPUT->str('codeblock')) {
46 $this->_codeblock++;
8 protected $_codeblock = 0; global() variable in Doku_Renderer_code
H A Dxhtml.php44 protected $_codeblock = 0;
255 $data['codeblockOffset'] = $this->_codeblock;
677 ['codeblock' => $offset + $this->_codeblock]
705 $this->_codeblock++;
41 protected $_codeblock = 0; global() variable in Doku_Renderer_xhtml