Home
last modified time | relevance | path

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

/plugin/indexnumber/
H A Dsyntax.php20 protected $idxnumbers = array(); variable in syntax_plugin_indexnumber
79 if(empty($this->idxnumbers[$idxId])) {
80 $this->idxnumbers[$idxId] = 1;
83 $this->idxnumbers[$idxId]++;
87 $tagData = array($state, $idxId, $this->idxnumbers[$idxId], $matches[2], $description);