Home
last modified time | relevance | path

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

/plugin/purplenumbers/
H A Drenderer.php41 $pnid = $this->_getID($this->getConf('numbering')?2:1);
55 'pid' => $this->_getID()
59 $this->doc .= DOKU_LF.'<p'.$this->_getID(1,1).'>'.DOKU_LF;
69 'pid' => $this->_getID()
76 $this->doc .= '<li class="level'.$level.'"'.$this->_getID(1,1).'>';
84 $this->doc .= '<pre class="'.$type.'"'.$this->_getID(1,1).'>'.
91 $this->doc .= '<div class="table"><table class="inline"'.$this->_getID(1,1).'>'.DOKU_LF;
107 $code = '<'.$wrapper.$this->_getID(1,1).' class="code php">';
123 $code = '<'.$wrapper.$this->_getID(1,1).' class="code html4strict">';
162 $this->doc .= "<pre class=\"$class $language\" ".$this->_getID(
183 function _getID($setCount=0, $wrap=0, $noprefix=0, $internalID=0) { global() function in renderer_plugin_purplenumbers
[all...]