Home
last modified time | relevance | path

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

/plugin/caption/syntax/
Dcaption.php22 private $_filenum = 1; variable in syntax_plugin_caption_caption
163 $caption_labels[$label] = $this->_filenum;
164 $this->_tablabels[$this->_filenum] = $label;
168 $pattern = '##REF:'.$this->_filelabels[$this->_filenum].'##';
170 … $renderer->doc = str_replace($pattern, $this->_filenum, $renderer->doc);
231 if(array_key_exists($this->_filenum,$this->_filelabels)) {
233 .$this->_tablabels[$this->_filenum].'"';
241 $renderer->doc .= ' ' . $this->_filenum . ':</span>';
285 $this->_filenum++;
308 $this->_filenum = $_num;